cyl/dev
jscyl13849007907 1 year ago
parent 3e3598bed3
commit 07b92fe2a1

@ -27,7 +27,7 @@
<!-- <view class="iconfont icon-guanbi11 f10 c9" wx:if="{{chaShowed}}" style="color:#333" catchtap="clearInput"></view> -->
<view class="search f16" catchtap="searchKey" style="color: var(--color-ysd);">搜索</view>
</view>
<image class style="width:40px;height:40px;margin-left:12px" bindtap="toEnroll" src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/IOS/ksbm.svg" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload></image>
<!-- <image class style="width:40px;height:40px;margin-left:12px" bindtap="toEnroll" src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/IOS/ksbm.svg" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload></image> -->
</view>
<view class="sticky" id="sticky" hover-class="none" hover-stop-propagation="false">
<!-- <view class="fsa " catchtouchmove="modalMove" style> -->

@ -6,34 +6,38 @@
<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">
<view class="t-icon t-icon-paizhao"></view>
<view class="info">
<view>拍照报名</view>
<view>快速报名</view>
</view>
<view class="t-icon t-icon-paizhao"></view>
</view>
<view class hover-class="none" hover-stop-propagation="false" bindtap="changeRecordBillType" data-type="record">
<view class="t-icon t-icon-ludan"></view>
<view class="info">
<view>报名录单</view>
<view>快速报名</view>
</view>
<view class="t-icon t-icon-ludan"></view>
</view>
</button>
<button wx:else>
<view class hover-class="none" hover-stop-propagation="false" catchtap="chooseIdCard">
<view class="t-icon t-icon-paizhao"></view>
<view class="info">
<view>拍照报名</view>
<view>快速报名</view>
</view>
<view class="t-icon t-icon-paizhao"></view>
</view>
<view class hover-class="none" hover-stop-propagation="false" catchtap="navigatorToRecord">
<view class="t-icon t-icon-ludan"></view>
<view class="info">
<view>报名录单</view>
<view>快速报名</view>
</view>
<view class="t-icon t-icon-ludan"></view>
</view>
</button>
</view>

@ -158,7 +158,7 @@ page {
.quickapply button > view:first-child::after {
content: "";
width: 1px;
height: 20px;
height: 64px;
position: absolute;
right: 0;
top: 50%;

Loading…
Cancel
Save