edit-market-sylive_html
This commit is contained in:
@@ -228,12 +228,9 @@
|
||||
that.notice2= []
|
||||
}, 6000);
|
||||
}
|
||||
|
||||
if(alldelay>10){
|
||||
setTimeout(function () {
|
||||
that.getNotice()
|
||||
}, alldelay*1000);
|
||||
}
|
||||
setTimeout(function () {
|
||||
that.getNotice()
|
||||
}, (alldelay<20?20:alldelay)*1000);
|
||||
},'json')
|
||||
// let notice = [
|
||||
// {
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
</div>
|
||||
<div class="relative mt30 pr120 bg-f6 ulib-r10">
|
||||
<input class="wp100 pt30 pb30 pl20 pr20 bg-f6 border-none font-32 ulib-r10" type="number" v-model="vCode" placeholder="请输入验证码" />
|
||||
<button class="absolute right-0 box-middle mr15 bg-f6 border-none font-32 color-fe9538" :disabled="!codeState" @click="getcode()">{{codeTx}}</button>
|
||||
<div class="absolute right-0 box-middle mr30 bg-f6 font-32 color-fe9538" @click="getcode()">{{codeTx}}</div>
|
||||
</div>
|
||||
<!--
|
||||
<div class="mt30 fn-clear font-28">
|
||||
@@ -92,6 +92,7 @@
|
||||
},
|
||||
|
||||
getcode() {
|
||||
if (!this.codeState) return;
|
||||
if (!/^1[3456789]\d{9}$/.test(this.telPhone)) {
|
||||
//alert('请输入正确手机号')
|
||||
mDialog.msg({
|
||||
|
||||
Reference in New Issue
Block a user