jufubao-base 1.0.243-beta207 → 1.0.243-beta208

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.243-beta207",
3
+ "version": "1.0.243-beta208",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -317,7 +317,7 @@
317
317
  })
318
318
  },
319
319
  toAfterSaleDetail(){
320
- this.$xdUniHelper.navigateTo({
320
+ this.$xdUniHelper.redirectTo({
321
321
  url: `${this.refundStepPath}?service_order_id=${this.last_service_order_id}`,
322
322
  });
323
323
  },
@@ -296,9 +296,8 @@
296
296
  }
297
297
  }).then(res => {
298
298
  this.p_getAfterServiceOrder();
299
- // this.$xdUniHelper.navigateTo({
300
- // url: this.serviceListPath
301
- // })
299
+ }).catch(err => {
300
+ this.p_getAfterServiceOrder();
302
301
  })
303
302
  }
304
303
  else{
@@ -339,6 +339,8 @@
339
339
  }
340
340
  },
341
341
  onJfbShow(options) {
342
+ this.page_token = 1;
343
+ this.getList();
342
344
  // console.log('event.onJfbShow', options)
343
345
  },
344
346
  onJfbHide(options) {