Commit ea96f2ced0223c7c4ecb2f11d93ec6c6cacece91
1 parent
ddad9c65
已关注达人动态
Showing
1 changed file
with
3 additions
and
3 deletions
src/pages/moreDynamic/moreDynamic.vue
| ... | ... | @@ -146,15 +146,14 @@ |
| 146 | 146 | * @param {object} item [数据对象] |
| 147 | 147 | */ |
| 148 | 148 | jump(item) { |
| 149 | - | |
| 150 | 149 | // 判断并调用通用跳转 |
| 151 | 150 | if (typeof this.$parent.gotoDetail === "function") { |
| 152 | 151 | |
| 153 | 152 | |
| 154 | 153 | // 临时,设置跳转参数,跳转达人动态详情页面 |
| 155 | 154 | Object.assign(item, { |
| 156 | - type: "25", | |
| 157 | - to: "265", | |
| 155 | + type: "5", | |
| 156 | + to: (this.mode == "prod") ? "https://managemall.cnlive.com/html/preferred-library/1/#/pages/darenProfileDynamicDetail/darenProfileDynamicDetail?from=redirect" + "&id=" + item.uid: "https://wjjshop.cnlive.com/html/preferred-library/1/#/pages/darenProfileDynamicDetail/darenProfileDynamicDetail?from=redirect"+ "&id=" + item.uid, | |
| 158 | 157 | shop_type: "" |
| 159 | 158 | }); |
| 160 | 159 | |
| ... | ... | @@ -165,6 +164,7 @@ |
| 165 | 164 | this.$parent.gotoDetail(item); |
| 166 | 165 | } |
| 167 | 166 | }, |
| 167 | + | |
| 168 | 168 | /** |
| 169 | 169 | * 点击跳转商品 |
| 170 | 170 | * @param {object} item [数据对象] | ... | ... |