@@ -76,15 +76,15 @@ function loadStyleString(css) {
// 存放页面公用数据、方法...
export default {
- onShow() {
+ onLoad() {
// #ifdef MP-WEIXIN
routerBeforeEach()
// #endif
},
mounted() {
- // #ifdef MP-WEIXIN
- routerBeforeEach()
- // #endif
+ // // #ifdef MP-WEIXIN
+ // routerBeforeEach()
+ // // #endif
if (isWeixin()) {
updatePageLay()
}