Commit cb43cc4ec63e8922b58df77d0c4abcf67b61b4fb
1 parent
5e862fbe
页面跳转
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/moreDynamic/moreDynamic.vue
| @@ -126,7 +126,7 @@ | @@ -126,7 +126,7 @@ | ||
| 126 | // 临时,设置跳转达人个人主页用户数据 | 126 | // 临时,设置跳转达人个人主页用户数据 |
| 127 | Object.assign(item, { | 127 | Object.assign(item, { |
| 128 | type: "5", | 128 | type: "5", |
| 129 | - to: (this.mode == "prod") ? "https://managemall.cnlive.com/html/preferred-library/1/#/pages/darenProfile/darenProfile?from=redirect" + "&id=" + item.id : "https://wjjshop.cnlive.com/html/preferred-library/1/#/pages/darenProfile/darenProfile?from=redirect"+ "&id=" + item.id, | 129 | + to: (this.mode == "prod") ? "https://managemall.cnlive.com/html/preferred-library/1/#/pages/darenProfile/darenProfile?from=redirect" + "&id=" + (item.type==2?item.uid:item.id) : "https://wjjshop.cnlive.com/html/preferred-library/1/#/pages/darenProfile/darenProfile?from=redirect"+ "&id=" + (item.type==2?item.uid:item.id), |
| 130 | shop_type: "" | 130 | shop_type: "" |
| 131 | }); | 131 | }); |
| 132 | 132 |