报名组件封装

master
wangxia 2 years ago
parent 88d8a9b255
commit 3deffcbf97

@ -1,5 +1,5 @@
<!-- wx:if="{{recordBillShow}}" --> <!-- wx:if="{{recordBillShow}}" -->
<view class="leftBox" hover-class="none" catchtouchmove="filterTouchMove" hover-stop-propagation="false"> <view class="leftBox" hover-class="none" hover-stop-propagation="false">
<view class="mask" wx:if="{{show}}" catchtouchmove="modalMove" bindtap="hideModal"></view> <view class="mask" wx:if="{{show}}" catchtouchmove="modalMove" bindtap="hideModal"></view>
<view class="hideBox {{show ? 'leftShow':''}}" > <view class="hideBox {{show ? 'leftShow':''}}" >
<view class="mt24 f18 fw500 mb24 tac">报名确认</view> <view class="mt24 f18 fw500 mb24 tac">报名确认</view>
@ -46,8 +46,8 @@
<view class="mt8 f11 tal cccc mb24 pl4" style="width:90%" hover-class="none" hover-stop-propagation="false">注意:不同的报名人如果填写同一个手机号,报名提交将会失败。</view> <view class="mt8 f11 tal cccc mb24 pl4" style="width:90%" hover-class="none" hover-stop-propagation="false">注意:不同的报名人如果填写同一个手机号,报名提交将会失败。</view>
</view> </view>
<view class="fsa pl32 pr32 mb24" hover-class="none" hover-stop-propagation="false"> <view class="fsa pl32 pr32 mb24" hover-class="none" hover-stop-propagation="false">
<button class="nobg_Btn normalBtn mr16" style type role="button" bindtap='hideModal'>我再想想</button> <button class="nobg_Btn normalBtn mr16" style type role="button" hover-class="thover" bindtap='hideModal'>我再想想</button>
<button class="bgBtn normalBtn" style type="primary" role="button" bindtap>确认报名</button> <button class="bgBtn normalBtn" style type="primary" hover-class="thover" bindtap>确认报名</button>
</view> </view>
</view> </view>
</view> </view>

Loading…
Cancel
Save