gdpao
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
</view>
|
||||
<view class="labales flex-inp">
|
||||
<input type="number" maxlength="6" placeholder="请输入验证码" v-model="sms_code" />
|
||||
<button class="identifying" :class="is_sendcode ? 'sended' : ''" @click="getCode" :disabled="is_sendcode">{{ is_sendcode ? time_count + "后可以重新发送" : "发送验证码" }}</button>
|
||||
<u-button id="btn" class="identifying" :hair-line="false" hover-class="none" :class="is_sendcode ? 'sended' : ''" @click="getCode" :disabled="is_sendcode">{{ is_sendcode ? time_count + "后可以重新发送" : "发送验证码" }}</u-button>
|
||||
</view>
|
||||
<!-- 服务协议 -->
|
||||
<view class="pact">
|
||||
|
||||
Reference in New Issue
Block a user