瀏覽代碼

[待支付][修改]:[修改待支付的订单的问题]

tags/C.7.1.0
meo 6 年之前
父節點
當前提交
445eb29d87
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. +3
    -3
      pages/order/detail/index.js

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

@@ -146,12 +146,12 @@ Page({
*/
onLoad: function (options) {
let that = this;
this.setData({
that.setData({
orderId: options.orderId
});
wx.hideShareMenu()
if(options.cardIf){
this.setData({
that.setData({
cardIf:true
})
}
@@ -319,7 +319,7 @@ Page({
})
.then(res => {
wx.hideLoading();
this.setData({
_this.setData({
showButton: false
})
if (!type&&type!='free') {


Loading…
取消
儲存