209bec38 by simon

备份

1 parent 0fc1db5f
......@@ -65,6 +65,7 @@ Page({
})
}
}
this.resetPage();
this.queryProduct();
this.queryBanner();
......
......@@ -432,7 +432,7 @@ Page({
if (!this.data.sendAuthCode) return;
let mobile = this.data.mobile
if (!mobile || !Utils.checkMobile(mobile)) {
this.showLog("请输入正确的手机号码");
this.showTips("请输入正确的手机号码");
return
}
this.getAuthCode();
......