no message

cyl/master-0804
jscyl_mac 5 months ago
parent c7ba9166cc
commit 72e5cb3e5e

@ -742,7 +742,7 @@ export default {
success(era) { success(era) {
if(era.confirm){ if(era.confirm){
uni.switchTab({ uni.switchTab({
url:'/pages/home/index' url:`/root/detail/apply?id=${that.oid}&type=${that.type}&relationId=${that.relationId}`
}) })
}else{ }else{

@ -152,10 +152,16 @@ let data = {
}); });
}, 1500); }, 1500);
} else {// 其他异常 } else {// 其他异常
uni.showToast({ if($url == '/yishoudan/user/apply/order/V2/details'){
title: resData.msg,
icon: "none" }else{
}); uni.showToast({
title: resData.msg,
icon: "none"
});
}
failback(resData.msg); failback(resData.msg);
} }
}, },

Loading…
Cancel
Save