3
0

2 Коммитууд 9cfea29d97 ... f9df166be9

Эзэн SHA1 Мессеж Огноо
  harryYao f9df166be9 Merge branch 'master' of https://git.mayan31370.space/aibaidu/aisite 2 жил өмнө
  harryYao a8fce424db 优化3 2 жил өмнө
1 өөрчлөгдсөн 4 нэмэгдсэн , 2 устгасан
  1. 4 2
      src/App.vue

+ 4 - 2
src/App.vue

@@ -131,7 +131,7 @@ export default {
 					}
 			})
 			if (res.code === 0) {
-				console.log(res.data, WeixinJSBridge)
+				// eslint-disable-next-line
 				this.payObj = res.data
 				if (typeof WeixinJSBridge == "undefined") {
 					if (document.addEventListener) {
@@ -153,6 +153,7 @@ export default {
 
 		onBridgeReady() {
 			const that = this
+			// eslint-disable-next-line
       WeixinJSBridge.invoke(
         "getBrandWCPayRequest",
         {
@@ -219,9 +220,10 @@ export default {
 
         window.close();
       }
-
+			// eslint-disable-next-line
       if (WeixinJSBridge) {
         // 微信中关闭
+				// eslint-disable-next-line
         wx.closeWindow();
       }
 		}