jufubao-base 1.0.307-beta1 → 1.0.307-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.307-beta1",
3
+ "version": "1.0.307-beta2",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -389,8 +389,10 @@ export default {
389
389
  this.$xdHideLoading();
390
390
  this.openStatus = res.status;
391
391
  this.message = res.alert_message;
392
- this.showMessage = true;
393
392
  this.vipInfo = res;
393
+ if (message) {
394
+ this.showMessage = true;
395
+ }
394
396
  })
395
397
  .catch((e) => {
396
398
  this.$xdHideLoading();