- <template name="dialogRoom">
- <view class="dialog" catchtouchmove="wxvoid" hidden="{{hidden}}">
- <view class="dialog-main">
- <view class="dialog-body-share">
- <text class="title">{{title}}</text>
- <text class="sub-title">{{content}}</text>
- <view>
- <image src="../../resource/brain_share_friend.png"></image>
- <text>{{tip}}</text>
- </view>
- <button open-type="{{share}}" bindtap='{{tap}}'>{{button}}</button>
- </view>
- </view>
- </view>
- </template>
|