Explorar el Código

fix 修改返回不加载页面

wzh hace 8 horas
padre
commit
3a9b3e5737
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      pages/hexiao/ywy/retail.vue

+ 2 - 2
pages/hexiao/ywy/retail.vue

@@ -179,7 +179,7 @@ export default {
     }
   },
   onShow(){
-    this.fetchStoreList(true);
+    // this.fetchStoreList(true);
   },
   onLoad(opt) {
     if(opt.id){
@@ -535,4 +535,4 @@ export default {
   height: 150rpx; /* 这个高度应该等于底部按钮区域的高度 */
   width: 100%;
 }
-</style>
+</style>