shish hace 4 años
padre
commit
cae6f93659
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      hdApp/src/admin/home/login.vue

+ 1 - 1
hdApp/src/admin/home/login.vue

@@ -120,7 +120,7 @@ export default {
 				wxMobileLogin({ iv: e.detail.iv, encryptedData: e.detail.encryptedData,miniOpenId:currentMiniOpenId }).then(subRes => {
 					uni.hideLoading()
 					if(subRes.data && subRes.data.hasNoOpenId && subRes.data.hasNoOpenId ==1){
-						that.$util.confirmModal({content:'网络异常,请重新操作'},() => {
+						that.$util.confirmModal({content:'网络异常,请重试一次'},() => {
 							// #ifdef MP-WEIXIN
 							uni.clearStorage()
 							that.$store.commit("setLoginInfo", {})