jufubao-base 1.0.220-beta1 → 1.0.220-beta2

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.220-beta1",
3
+ "version": "1.0.220-beta2",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -543,7 +543,7 @@ export default {
543
543
  phone_number
544
544
  }
545
545
  }).then(res => {
546
- if(res.data && res.data.is_jump === 'Y'){
546
+ if(res.is_jump === 'Y'){
547
547
  this.showDialog = true;
548
548
  }
549
549
  })