You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
1.3 KiB
1 lines
1.3 KiB
<block wx:if="{{isShow}}"><view class="page-total data-v-b59c45e8"><view class="{{['box','data-v-b59c45e8',AClass[AnIndex][AnIdx]]}}"><view class="dialog-box data-v-b59c45e8"><view class="title data-v-b59c45e8">{{options.title}}</view><block wx:if="{{options.DialogType=='input'}}"><view class="content data-v-b59c45e8"><input type="text" placeholder="{{options.placeholder}}" data-event-opts="{{[['input',[['__set_model',['$0','value','$event',[]],['options']]]]]}}" value="{{options.value}}" bindinput="__e" class="data-v-b59c45e8"/><text data-event-opts="{{[['tap',[['onClear',['$event']]]]]}}" class="iconfont icon-clear data-v-b59c45e8" catchtap="__e"></text></view></block><block wx:else><block wx:if="{{options.DialogType=='inquiry'}}"><view class="inquiry data-v-b59c45e8"><text class="data-v-b59c45e8">{{options.content}}</text></view></block></block><view class="operation-btn data-v-b59c45e8"><view data-event-opts="{{[['tap',[['onCancel',['$event']]]]]}}" class="btn data-v-b59c45e8" bindtap="__e"><text class="data-v-b59c45e8">取消</text><text class="tag data-v-b59c45e8"></text></view><view data-event-opts="{{[['tap',[['onConfirm',['$event']]]]]}}" class="btn data-v-b59c45e8" bindtap="__e"><text class="activity data-v-b59c45e8">确定</text></view></view></view></view></view></block> |