@ -742,7 +742,7 @@ export default {
success(era) {
if(era.confirm){
uni.switchTab({
url:'/pages/home/index'
url:`/root/detail/apply?id=${that.oid}&type=${that.type}&relationId=${that.relationId}`
})
}else{
@ -152,10 +152,16 @@ let data = {
});
}, 1500);
} else {// 其他异常
uni.showToast({
if($url == '/yishoudan/user/apply/order/V2/details'){
title: resData.msg,
icon: "none"
}
failback(resData.msg);
},