Commit 1475fa0f6f9332e0facf8c297293b2f7171ebe6a
1 parent
fe3d18b8
支付的优化
Showing
1 changed file
with
1 additions
and
1 deletions
packageA/pages/myGiftDetails/myGiftDetails.js
@@ -81,7 +81,7 @@ Page({ | @@ -81,7 +81,7 @@ Page({ | ||
81 | t_pay.set_fir(); | 81 | t_pay.set_fir(); |
82 | 82 | ||
83 | //-- 通联的第三方支付的返回优化 -- | 83 | //-- 通联的第三方支付的返回优化 -- |
84 | - ut.is_pay_ok("/packageA/pages/libao_payment/payment?type=2",null,function (){ | 84 | + ut.is_pay_ok("/packageA/pages/libao_payment/payment?type=2","none",function (){ |
85 | if(!th.data.ok_order_sn) return false; | 85 | if(!th.data.ok_order_sn) return false; |
86 | getApp().request.promiseGet("/api/weshop/order/page", | 86 | getApp().request.promiseGet("/api/weshop/order/page", |
87 | {data:{store_id:os.stoid,parent_sn:th.data.ok_order_sn}}).then(res=>{ | 87 | {data:{store_id:os.stoid,parent_sn:th.data.ok_order_sn}}).then(res=>{ |