This commit is contained in:
小鱼开发
2024-08-29 10:53:23 +08:00
parent aee230656a
commit 1fba42b037
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -67,7 +67,7 @@
</view>
<view class="mt40 font-22 color-666 text-center">
<label class="inline-block text-middle statement fn-clear">
<checkbox class="fn-fl" value="cb" checked="{{true}}" /><text class="pt3 fn-fl">我已阅读并同意</text>
<checkbox class="fn-fl" value="cb" checked="{{false}}" /><text class="pt3 fn-fl">我已阅读并同意</text>
</label>
<text class="text-middle color-36afa2" bindtap="pushLink" data-url="/pages/statement/registration/index">《理车宝用户注册协议》</text>
<text class="text-middle">和</text>
+1 -1
View File
@@ -18,7 +18,7 @@ Page({
showHomeIcon: true
},
qrcode_img: '',
qrcode_count_time: 30,
qrcode_count_time: 3000,
wxTimerList: {},
wxTimer: null,
nowTime: "",
+1 -1
View File
@@ -17,7 +17,7 @@
<image class="img-400x400" wx:if="{{qrcode_img}}" src="data:image/PNG;base64,{{qrcode_img}}" />
<image class="img-400x400" wx:else src="{{fail_img}}" />
<view class="text-center font-28 fn-flex fn-flex-center fn-flex-middle mt30 color-999">
<text wx:if="{{info}}">{{wxTimerList.wxTimer.tim||0}}秒后失效</text>
<text wx:if="{{info}}">{{wxTimerList.wxTimer.hour>0?(wxTimerList.wxTimer.hour+'时'):''}}{{wxTimerList.wxTimer.min>0?(wxTimerList.wxTimer.min+'分'):''}}{{wxTimerList.wxTimer.tim||0}}秒后失效</text>
<view class="font-24" style="color:#36f" bindtap="getappSignConf">立即刷新</view>
</view>
<view class="font-24 mt30" style="color:#f10">客户点击签到,授权手机号及地理位置方可签到成功</view>