Browse Source

feature:1.0:修正添加收款账户后返回两次的BUG;修正首页多次加载banner和艺术家数据的BUG

feature-1.0
Penny 3 years ago
parent
commit
8ae8190887
  1. 2
      pages-userInfo/creatorAccount/createAccount.vue
  2. 2
      pages/index/index.vue

2
pages-userInfo/creatorAccount/createAccount.vue

@ -317,7 +317,7 @@
duration: 1500, duration: 1500,
success() { success() {
setTimeout(function () { setTimeout(function () {
uni.redirectTo({ uni.reLaunch({
url: '/pages-userInfo/creatorAccount/creatorAccount' url: '/pages-userInfo/creatorAccount/creatorAccount'
}) })
}, 1500); }, 1500);

2
pages/index/index.vue

@ -134,8 +134,6 @@
}); });
} else { } else {
this.userInfo = userInfo; this.userInfo = userInfo;
this.queryCreatorTypeImgNum();
this.getBanner();
} }
}, },

Loading…
Cancel
Save