1.4 修改概念中心日期默认传值
This commit is contained in:
5
unpackage/dist/dev/mp-weixin/app.js
vendored
5
unpackage/dist/dev/mp-weixin/app.js
vendored
@@ -25,6 +25,7 @@ if (!Math) {
|
||||
"./pages/concept/conceptNewsDetails/conceptNewsDetails.js";
|
||||
"./pagesMine/vip/vip.js";
|
||||
"./pagesMine/vipMeal/vipMeal.js";
|
||||
"./pagesStock/stockCenterDetails/stockCenterDetails.js";
|
||||
}
|
||||
const _sfc_main = {
|
||||
onLaunch: function() {
|
||||
@@ -41,11 +42,11 @@ const _sfc_main = {
|
||||
common_vendor.provide("isiPhoneX", safeAreaBottom == 34 ? true : false);
|
||||
},
|
||||
onShow: function() {
|
||||
common_vendor.index.__f__("log", "at App.vue:20", "App Show");
|
||||
common_vendor.index.__f__("log", "at App.vue:19", "App Show");
|
||||
this.updateManager();
|
||||
},
|
||||
onHide: function() {
|
||||
common_vendor.index.__f__("log", "at App.vue:24", "App Hide");
|
||||
common_vendor.index.__f__("log", "at App.vue:23", "App Hide");
|
||||
},
|
||||
globalData: {
|
||||
mobileReg: /^1[3456789][0-9]{9}$/
|
||||
|
||||
Reference in New Issue
Block a user