shish 9 mesi fa
parent
commit
50b9299ff4
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      ghsApp/src/admin/home/workbench.vue
  2. 1 1
      ghsApp/src/admin/shop/renew.vue

+ 1 - 1
ghsApp/src/admin/home/workbench.vue

@@ -443,7 +443,7 @@ export default {
 			// #ifdef APP-PLUS
 			// #ifdef APP-PLUS
 			let that = this
 			let that = this
 			let type = uni.getSystemInfoSync().platform
 			let type = uni.getSystemInfoSync().platform
-			that.$msg("请在小程序上续期")
+			that.$msg("请使用微信小程序来续期")
 			if(type == 'android'){
 			if(type == 'android'){
 
 
 				if(plus.runtime.isApplicationExist({pname:'com.tencent.mm',action:'weixin://'})){
 				if(plus.runtime.isApplicationExist({pname:'com.tencent.mm',action:'weixin://'})){

+ 1 - 1
ghsApp/src/admin/shop/renew.vue

@@ -49,7 +49,7 @@ export default {
             // #ifdef APP-PLUS
             // #ifdef APP-PLUS
             let that = this
             let that = this
             let type = uni.getSystemInfoSync().platform
             let type = uni.getSystemInfoSync().platform
-            that.$msg("请在小程序上续期")
+            that.$msg("请使用微信小程序操作续期")
             if(type == 'android'){
             if(type == 'android'){
                 if(plus.runtime.isApplicationExist({pname:'com.tencent.mm',action:'weixin://'})){
                 if(plus.runtime.isApplicationExist({pname:'com.tencent.mm',action:'weixin://'})){
                     plus.share.getServices(function(s){
                     plus.share.getServices(function(s){