소스 검색

修复研选专栏

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