jufubao-base 1.0.116-beta4 → 1.0.116-beta5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -321,9 +321,14 @@ export default {
|
|
|
321
321
|
otherParams = this.$xdUniHelper.jsonToParams(this.dispatchData);
|
|
322
322
|
}
|
|
323
323
|
} catch (error) {}
|
|
324
|
+
let curCoup = this.list[this.currentIndex];
|
|
325
|
+
let linkUrl = this.list_url;
|
|
326
|
+
if(curCoup.show_url){
|
|
327
|
+
linkUrl = curCoup.show_url
|
|
328
|
+
}
|
|
324
329
|
|
|
325
330
|
this.$xdUniHelper.navigateTo({
|
|
326
|
-
url: `${
|
|
331
|
+
url: `${linkUrl}?activity_id=${this.activity_id}&distribution_method=${this.distribution_method}&${otherParams}`,
|
|
327
332
|
});
|
|
328
333
|
},
|
|
329
334
|
handleClose() {
|