|
|
@@ -1,12 +1,12 @@
|
|
|
<!--component/protocolConfirmationView.wxml-->
|
|
|
-<view wx:if="{{show}}" class="protocol-confirmation-container">
|
|
|
- <view class="protocol-confirmation-content">
|
|
|
+<view wx:if="{{show}}" class="protocol-confirmation-container" bind:tap="close">
|
|
|
+ <view class="protocol-confirmation-content" capture-bind:tap="">
|
|
|
<scroll-view scroll-y class="content" bindscrolltolower="onScrollToLower">
|
|
|
<view class="text-content">
|
|
|
<richTextView text="{{content}}" />
|
|
|
</view>
|
|
|
</scroll-view>
|
|
|
- <view class="btn {{canSubmit?'btn-active':''}}" bind:tap="confirm">
|
|
|
+ <view class="btn {{canSubmit?'btn-active':''}}" capture-bind:tap="confirm">
|
|
|
同意并确认报名
|
|
|
</view>
|
|
|
</view>
|