jufubao-base 1.0.116-beta5 → 1.0.116-beta6

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-beta5",
3
+ "version": "1.0.116-beta6",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -153,6 +153,7 @@ export default {
153
153
  done: false,
154
154
  message: "",
155
155
  options: {},
156
+ next_url: "",
156
157
 
157
158
  collectedPath: "",
158
159
  };
@@ -197,6 +198,7 @@ export default {
197
198
  this.used_up_url = res.used_up_url && getServiceUrl(res.used_up_url);
198
199
  this.can_take = res.can_take;
199
200
  this.has_times = res.has_times;
201
+ this.next_url = res.next_url;
200
202
 
201
203
  this.couponList =
202
204
  res.list &&
@@ -267,7 +269,7 @@ export default {
267
269
  },
268
270
  toCoupon(){
269
271
  this.$xdUniHelper.navigateTo({
270
- url: this.collectedPath,
272
+ url: this.next_url || this.collectedPath,
271
273
  });
272
274
  },
273
275
  getCoupont(item) {