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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-base",
3
- "version": "1.0.116-beta4",
3
+ "version": "1.0.116-beta5",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -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: `${this.list_url}?activity_id=${this.activity_id}&distribution_method=${this.distribution_method}&${otherParams}`,
331
+ url: `${linkUrl}?activity_id=${this.activity_id}&distribution_method=${this.distribution_method}&${otherParams}`,
327
332
  });
328
333
  },
329
334
  handleClose() {