xiugai
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
</view>
|
||||
<view class="flex-row justify-between section mt-21">
|
||||
<input class="font_4 text_5" bindinput="yanzhengcode" placeholder="请输入验证码" />
|
||||
<text bind:tap="getcode" class="font_2 text_6">获取验证码</text>
|
||||
<text bind:tap="{{isCountingDown ? '' : 'getcode'}}"style="color: {{isCountingDown ? '#ccc' : '#ff8d1a'}};" class="font_2 text_6"> {{ isCountingDown ? countdown + '秒后重试' : '获取验证码' }}</text>
|
||||
</view>
|
||||
</view>
|
||||
<view wx:if="{{morenshow==true}}" class="flex-col self-stretch">
|
||||
@ -38,7 +38,7 @@
|
||||
</view>
|
||||
<view class="flex-col self-stretch group_3">
|
||||
<view class="flex-row items-center self-start">
|
||||
<radio class="radio" color="#ff8d1a" bind:tap="onAgreeChange"></radio>
|
||||
<checkbox class="radio" color="#ff8d1a" bind:tap="onAgreeChange" value="cb" />
|
||||
<text class="shrink-0 font_5 text_9">我已阅读并同意</text>
|
||||
<text class="font_5 text_10">用户服务协议、隐私政策</text>
|
||||
</view>
|
||||
|
Reference in New Issue
Block a user