- <template name="dialogGeneral">
- <view class="dialog" catchtouchmove="wxvoid" hidden="{{hidden}}">
- <view class="dialog-main">
- <view class="dialog-body-general">
- <text class="title">{{title}}</text>
- <text class="content">{{content}}</text>
- <button bindtap="{{tap}}" open-type="{{openType}}" session-from="{{sfrom}}" send-message-title="{{message[0]}}" send-message-img="{{message[1]}}" send-message-path="message[2]" show-message-card="{{card}}">{{btn}}</button>
- </view>
- <image src="../../resource/ic_close.png" class="dialog-close" bindtap="hideGeneralDialog"></image>
- </view>
- </view>
- </template>
|