You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
491 B
Plaintext

9 months ago
<view class="my-dialog" hidden="{{!showDialog}}">
<view class="my-mask"></view>
<view class="my-container">
<view class="title">{{title}}</view>
<view class="content">
<view class="row">{{content}} <text style='color:red;'>{{content2}}</text> {{content3}}</view>
</view>
<view class="rows">
<view class="confirm" bindtap="_confirm" style='color:{{color}};'>取消</view>
<view class="cancel" bindtap='_cancel'>确认</view>
</view>
</view>
</view>