Commit ea96f2ced0223c7c4ecb2f11d93ec6c6cacece91

Authored by zhiyangdu
1 parent ddad9c65

已关注达人动态

src/pages/moreDynamic/moreDynamic.vue
@@ -146,15 +146,14 @@ @@ -146,15 +146,14 @@
146 * @param {object} item [数据对象] 146 * @param {object} item [数据对象]
147 */ 147 */
148 jump(item) { 148 jump(item) {
149 -  
150 // 判断并调用通用跳转 149 // 判断并调用通用跳转
151 if (typeof this.$parent.gotoDetail === "function") { 150 if (typeof this.$parent.gotoDetail === "function") {
152 151
153 152
154 // 临时,设置跳转参数,跳转达人动态详情页面 153 // 临时,设置跳转参数,跳转达人动态详情页面
155 Object.assign(item, { 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 shop_type: "" 157 shop_type: ""
159 }); 158 });
160 159
@@ -165,6 +164,7 @@ @@ -165,6 +164,7 @@
165 this.$parent.gotoDetail(item); 164 this.$parent.gotoDetail(item);
166 } 165 }
167 }, 166 },
  167 +
168 /** 168 /**
169 * 点击跳转商品 169 * 点击跳转商品
170 * @param {object} item [数据对象] 170 * @param {object} item [数据对象]