@@ -387,6 +387,7 @@ export default {
email,
chargingPk: this.chargingPk,
}).then(res => {
+ uni.hideLoading();
this.hideDialog();
this.emailSend = "" + this.email
/*uni.showModal({
@@ -1,5 +1,5 @@
//是否访问生产环境
-const RELEASE_PROD = false;
+const RELEASE_PROD = true;
const APP_NAME = "chargEco"; //lumi, chargEco, fpnc, juice
const apiAddress = {