|
|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
<view class="quickapply">
|
|
|
|
|
<button class="text" size="mini" hover-class="none" catchgetphonenumber="getPhoneNumber" open-type="getPhoneNumber" catchtap="emptyMethod" hover-stop-propagation="false" wx:if="{{!isLogin}}">
|
|
|
|
|
<view class hover-class="none" hover-stop-propagation="false" bindtap="changeRecordBillType" data-type="photo">
|
|
|
|
|
<image src="../../assets/images/tabbar/page_camera.png" style="width: 32px;height: 32px;"/>
|
|
|
|
|
<view class="iconfont icon-camera" style="font-size: 40px;font-weight: 100;color: #666;"></view>
|
|
|
|
|
<view class="info">
|
|
|
|
|
<view>拍照报名</view>
|
|
|
|
|
<view>快速报名</view>
|
|
|
|
|
@ -14,7 +14,7 @@
|
|
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
<view class hover-class="none" hover-stop-propagation="false" bindtap="changeRecordBillType" data-type="record">
|
|
|
|
|
<image src="../../assets/images/tabbar/page_order.png" style="width: 32px;height: 32px;"/>
|
|
|
|
|
<view class="iconfont icon-solution" style="font-size: 40px;font-weight: 100;color: #666;"></view>
|
|
|
|
|
<view class="info">
|
|
|
|
|
<view>报名录单</view>
|
|
|
|
|
<view>快速报名</view>
|
|
|
|
|
@ -24,7 +24,7 @@
|
|
|
|
|
</button>
|
|
|
|
|
<button wx:else>
|
|
|
|
|
<view class hover-class="none" hover-stop-propagation="false" catchtap="chooseIdCard">
|
|
|
|
|
<image src="../../assets/images/tabbar/page_camera.png" style="width: 32px;height: 32px;"/>
|
|
|
|
|
<view class="iconfont icon-camera" style="font-size: 40px;font-weight: 100;color: #666;"></view>
|
|
|
|
|
<view class="info">
|
|
|
|
|
<view>拍照报名</view>
|
|
|
|
|
<view>快速报名</view>
|
|
|
|
|
@ -32,7 +32,8 @@
|
|
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
<view class hover-class="none" hover-stop-propagation="false" catchtap="navigatorToRecord">
|
|
|
|
|
<image src="../../assets/images/tabbar/page_order.png" style="width: 32px;height: 32px;"/>
|
|
|
|
|
<!-- <image src="../../assets/images/tabbar/page_order.png" style="width: 36px;" mode="widthFix"/> -->
|
|
|
|
|
<view class="iconfont icon-solution" style="font-size: 40px;font-weight: 100;color: #666;"></view>
|
|
|
|
|
<view class="info">
|
|
|
|
|
<view>报名录单</view>
|
|
|
|
|
<view>快速报名</view>
|
|
|
|
|
|