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();
......
......@@ -1529,4 +1529,4 @@ Date.CultureInfo = {
// Date:Date
// }
module.exports = Date;
\ No newline at end of file
export default Date;
......