Browse Source

[未支付订单锁定后处理]

tags/C.10.02
海洋之声 5 years ago
parent
commit
0738f1d175
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      pages/order/detail/index.js

+ 10
- 0
pages/order/detail/index.js View File

@@ -286,6 +286,16 @@ Page({
return;
},
});
}).catch(err=>{
wx.hideLoading();
that.setData({
showButton: false
})
wx.showModal({
title: "抱歉",
content: err.message,
showCancel: false
})
});
} else {
// 免费券


Loading…
Cancel
Save