Browse Source

修改详情页面

wangxy 1 month ago
parent
commit
91c5e08d12
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/chanpinShop/usePay.js

+ 2 - 2
pages/chanpinShop/usePay.js

@@ -251,7 +251,7 @@ export function usePay(opt = {}) {
 							checkError && checkError({
 								type: 'OrderCheckWx',
 								msg: '支付二次查验失败,请联系管理员',
-								err: err1,
+								err:  new Error('业务异常,支付二次查验失败'),
 								form: 'wx'
 							})
 						}
@@ -345,7 +345,7 @@ export function usePay(opt = {}) {
 							checkError && checkError({
 								type: 'OrderCheckAli',
 								msg: '支付二次查验失败,请联系管理员',
-								err: err1,
+								err:  new Error('业务异常,支付二次查验失败'),
 								form: 'ali'
 							})
 						}