Browse Source

加了个异常提示

ymm 3 years ago
parent
commit
9f96adcafd
1 changed files with 2 additions and 0 deletions
  1. 2 0
      microserviceUserH5/vcloud/actFissionShare.html

+ 2 - 0
microserviceUserH5/vcloud/actFissionShare.html

@@ -457,6 +457,8 @@
                                 this.msg = res.msg;
                                 this.isshow = false;
                             }
+                        }else {
+                            this.$toast(res.msg);
                         }
                         console.log(res)
                     }).catch((error) => {