Explorar el Código

优化商城首页请求顺序

jf hace 5 años
padre
commit
320fbd0317
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      mallApp/src/pages/home/index.vue

+ 1 - 1
mallApp/src/pages/home/index.vue

@@ -63,7 +63,7 @@ export default {
   mounted () { },
   onShow () {
     uni.hideTabBar();
-    this.init();
+    // this.init();
   },
   methods: {
     init () {