wangguoyu 1 month ago
parent
commit
dc1414b04b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/chanpinShop/usePay.js

+ 1 - 1
pages/chanpinShop/usePay.js

@@ -371,7 +371,7 @@ export function usePay(opt = {}) {
 		try {
 			plus.payment.getChannels(
 				function(channels) {
-					uni.hideLoading();
+				//	uni.hideLoading();
 					// 获取苹果内购通道,赋值给外层作用域的iapChannel
 					iapChannel = channels.find((item) => item.id == "appleiap");
 					if (!iapChannel) {