wudebin 4 miesięcy temu
rodzic
commit
1a54af4816
2 zmienionych plików z 2 dodań i 1 usunięć
  1. 1 0
      WebApp-Lite/pages/receipt/index.vue
  2. 1 1
      WebApp-Lite/settings.js

+ 1 - 0
WebApp-Lite/pages/receipt/index.vue

@@ -387,6 +387,7 @@ export default {
         email,
         chargingPk: this.chargingPk,
       }).then(res => {
+        uni.hideLoading();
         this.hideDialog();
         this.emailSend = "" + this.email
         /*uni.showModal({

+ 1 - 1
WebApp-Lite/settings.js

@@ -1,5 +1,5 @@
 //是否访问生产环境
-const RELEASE_PROD = false;
+const RELEASE_PROD = true;
 const APP_NAME = "chargEco"; //lumi, chargEco, fpnc, juice
 
 const apiAddress = {