209bec38 by simon

备份

1 parent 0fc1db5f
...@@ -65,6 +65,7 @@ Page({ ...@@ -65,6 +65,7 @@ Page({
65 }) 65 })
66 } 66 }
67 } 67 }
68 this.resetPage();
68 this.queryProduct(); 69 this.queryProduct();
69 this.queryBanner(); 70 this.queryBanner();
70 71
......
...@@ -432,7 +432,7 @@ Page({ ...@@ -432,7 +432,7 @@ Page({
432 if (!this.data.sendAuthCode) return; 432 if (!this.data.sendAuthCode) return;
433 let mobile = this.data.mobile 433 let mobile = this.data.mobile
434 if (!mobile || !Utils.checkMobile(mobile)) { 434 if (!mobile || !Utils.checkMobile(mobile)) {
435 this.showLog("请输入正确的手机号码"); 435 this.showTips("请输入正确的手机号码");
436 return 436 return
437 } 437 }
438 this.getAuthCode(); 438 this.getAuthCode();
......
...@@ -1529,4 +1529,4 @@ Date.CultureInfo = { ...@@ -1529,4 +1529,4 @@ Date.CultureInfo = {
1529 // Date:Date 1529 // Date:Date
1530 // } 1530 // }
1531 1531
1532 module.exports = Date;
...\ No newline at end of file ...\ No newline at end of file
1532 export default Date;
......