bding 1 год назад
Родитель
Сommit
3c1fff169d

+ 1 - 1
pages-purchaser/columnAuthor/columnAuthor.vue

@@ -63,7 +63,7 @@ export default {
       uni.navigateTo({ url: "/pages-purchaser/columnDetail/columnDetail?id=" + item.UserId });
     },
   },
-  onShow() {
+  onLoad() {
     this.getColumnList();
   },
   /** 用户点击分享 */

+ 1 - 1
pages-purchaser/specialColumn/specialColumn.vue

@@ -78,7 +78,7 @@ export default {
       });
     },
   },
-  onShow() {
+  onLoad() {
     this.getYanxuanSpecialList();
   },
   /** 用户点击分享 */