From 1475fa0f6f9332e0facf8c297293b2f7171ebe6a Mon Sep 17 00:00:00 2001 From: yvan.ni Date: Sat, 15 Jul 2023 22:26:29 +0800 Subject: [PATCH] 支付的优化 --- packageA/pages/myGiftDetails/myGiftDetails.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packageA/pages/myGiftDetails/myGiftDetails.js b/packageA/pages/myGiftDetails/myGiftDetails.js index 55ad33e..fe7cef9 100644 --- a/packageA/pages/myGiftDetails/myGiftDetails.js +++ b/packageA/pages/myGiftDetails/myGiftDetails.js @@ -81,7 +81,7 @@ Page({ t_pay.set_fir(); //-- 通联的第三方支付的返回优化 -- - ut.is_pay_ok("/packageA/pages/libao_payment/payment?type=2",null,function (){ + ut.is_pay_ok("/packageA/pages/libao_payment/payment?type=2","none",function (){ if(!th.data.ok_order_sn) return false; getApp().request.promiseGet("/api/weshop/order/page", {data:{store_id:os.stoid,parent_sn:th.data.ok_order_sn}}).then(res=>{ -- libgit2 0.21.4