修改创建订单完跳转bug

wenjuan
刘佳宇 1 year ago
parent 877e768345
commit e8024c97ac

@ -100,7 +100,7 @@ const comfrimyy = async () => {
const response = await $api("OrderCreate", obj);
$response(response, () => {
if(response.status){
if(response.action == "pay"){
if(response.data.action == "pay"){
StartPay();
}else{
uni.navigateTo({

Loading…
Cancel
Save