Commit addcb3a7bfeefcb3aaf359eb779f86f639937211
1 parent
ea96f2ce
改成id
Showing
1 changed file
with
1 additions
and
2 deletions
src/pages/newDaren/newDaren.vue
| @@ -337,7 +337,6 @@ | @@ -337,7 +337,6 @@ | ||
| 337 | * @param {object} item [数据对象] | 337 | * @param {object} item [数据对象] |
| 338 | */ | 338 | */ |
| 339 | jump(item) { | 339 | jump(item) { |
| 340 | - debugger | ||
| 341 | // 判断并调用通用跳转 | 340 | // 判断并调用通用跳转 |
| 342 | if (typeof this.$parent.gotoDetail === "function") { | 341 | if (typeof this.$parent.gotoDetail === "function") { |
| 343 | 342 | ||
| @@ -345,7 +344,7 @@ | @@ -345,7 +344,7 @@ | ||
| 345 | // 临时,设置跳转参数,跳转达人动态详情页面 | 344 | // 临时,设置跳转参数,跳转达人动态详情页面 |
| 346 | Object.assign(item, { | 345 | Object.assign(item, { |
| 347 | type: "5", | 346 | type: "5", |
| 348 | - 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, | 347 | + to: (this.mode == "prod") ? "https://managemall.cnlive.com/html/preferred-library/1/#/pages/darenProfileDynamicDetail/darenProfileDynamicDetail?from=redirect" + "&id=" + item.id: "https://wjjshop.cnlive.com/html/preferred-library/1/#/pages/darenProfileDynamicDetail/darenProfileDynamicDetail?from=redirect"+ "&id=" + item.id, |
| 349 | shop_type: "" | 348 | shop_type: "" |
| 350 | }); | 349 | }); |
| 351 | 350 |