1 |
- <block wx:if="{{showPop}}"><view class="pop flexCC"><view class="pop_con"><image class="hint_icon" src="../static/imgs/shop/hint_icon.png"></image><view class="title">{{hint}}</view><view class="con" style="{{'color:'+(color)+';'}}">{{''+content+''}}</view><view class="btn_box flexB"><view data-event-opts="{{[['tap',[['cancel',['$event']]]]]}}" class="flexC" catchtap="__e">{{cancelText}}</view><view data-event-opts="{{[['tap',[['confirm',['$event']]]]]}}" class="flexC" catchtap="__e">{{confirmText}}</view></view></view></view></block>
|