瀏覽代碼

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

tags/C.10.02
海洋之声 5 年之前
父節點
當前提交
0738f1d175
共有 1 個檔案被更改,包括 10 行新增0 行删除
  1. +10
    -0
      pages/order/detail/index.js

+ 10
- 0
pages/order/detail/index.js 查看文件

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


Loading…
取消
儲存