@@ -185,8 +185,8 @@ export default {
if(res.code == 1){
that.$msg(res.msg)
setTimeout(function(){
- that.pageTo({url: '/pagesPurchase/info?orderSn='+that.info.orderSn,type:2})
- },1100)
+ uni.navigateBack()
+ },1300)
}
})