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
|
@@ -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();
|