diff --git a/components/ActivateAgentPopup.vue b/components/ActivateAgentPopup.vue index 35a3236..da2445a 100644 --- a/components/ActivateAgentPopup.vue +++ b/components/ActivateAgentPopup.vue @@ -77,9 +77,9 @@ export default { if (agent.status ==1) { // 激活逻辑 - uni.navigateTo({ - url:"/subPackages/equityGoods/detail?id="+agent.vos[0].benefitPackageId - }) + uni.navigateTo({ + url: "/pages/agent/index?id="+agent.agentId + }); } else { uni.navigateTo({ url:"/subPackages/equityGoods/detail?id="+agent.vos[0].benefitPackageId diff --git a/components/DynamicIsland.vue b/components/DynamicIsland.vue index 9af0a91..78c3848 100644 --- a/components/DynamicIsland.vue +++ b/components/DynamicIsland.vue @@ -16,7 +16,7 @@ @@ -36,7 +36,7 @@ - Hi!{{ + Hi! {{ userInfo && userInfo.token ? userInfo.nickname : "用户" }}欢迎回来~ @@ -46,14 +46,14 @@ - 2 + {{userInfo&&userInfo.unUseOrderQuantity||0}} 数字权益行
- 2 + {{userInfo&&userInfo.ipQuantity||0}} 数字资产行 @@ -98,7 +98,7 @@ - 积分:999积分获取规则 @@ -125,7 +125,8 @@ @@ -136,7 +137,7 @@ {{ getCompactName() }} diff --git a/components/ProductSection.vue b/components/ProductSection.vue index 7406beb..f2309ed 100644 --- a/components/ProductSection.vue +++ b/components/ProductSection.vue @@ -25,7 +25,7 @@ - + + + + + + \ No newline at end of file diff --git a/pages/index/iSoul.vue b/pages/index/iSoul.vue index 591cdd4..df6986b 100644 --- a/pages/index/iSoul.vue +++ b/pages/index/iSoul.vue @@ -323,7 +323,7 @@ (uni.getStorageSync("userInfo") && JSON.parse(uni.getStorageSync("userInfo"))) || this.$store.state.user.userInfo || {}; - if (this.userInfo && this.userInfo.token) { + if (this.userInfo && this.userInfo.id) { this.getListIp(); this.getOrderChildList(); this.getUserInfo(); diff --git a/pages/index/timeShopBank.vue b/pages/index/timeShopBank.vue index 0fcc782..c578894 100644 --- a/pages/index/timeShopBank.vue +++ b/pages/index/timeShopBank.vue @@ -52,8 +52,9 @@ -