浏览代码

修复研选专栏

bding 1 年之前
父节点
当前提交
3c1fff169d
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      pages-purchaser/columnAuthor/columnAuthor.vue
  2. 1 1
      pages-purchaser/specialColumn/specialColumn.vue

+ 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();
   },
   /** 用户点击分享 */