diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index 8dc9183..0d12f45 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -20,7 +20,7 @@ "type" : "uniCloud" }, { - "playground" : "standard", + "playground" : "custom", "type" : "uni-app:app-ios" }, { diff --git a/manifest.json b/manifest.json index 1d35e70..2a3d378 100644 --- a/manifest.json +++ b/manifest.json @@ -12,8 +12,8 @@ "src" : "图片路径" } ], - "versionName" : "1.2.52", - "versionCode" : 1252, + "versionName" : "1.2.55", + "versionCode" : 1255, "app-plus" : { "compatible" : { "ignoreVersion" : true diff --git a/pages/bookShop/commodityDetail.vue b/pages/bookShop/commodityDetail.vue index d95ef2a..a3fb068 100644 --- a/pages/bookShop/commodityDetail.vue +++ b/pages/bookShop/commodityDetail.vue @@ -518,7 +518,7 @@ export default { url: "buy/record/All", method: "POST", // POST、GET、PUT、DELETE,具体说明查看官方文档1 data: { - 'bookid': this.productId + 'productId': this.productId }, header: { //默认 无 说明:请求头 'Content-Type': 'application/json' diff --git a/pages/bookShop/orderLCont.vue b/pages/bookShop/orderLCont.vue index 10cc9f9..1f8f1b8 100644 --- a/pages/bookShop/orderLCont.vue +++ b/pages/bookShop/orderLCont.vue @@ -3,7 +3,7 @@ - + {{orderContet.consignee.consigneeName}} @@ -31,9 +31,10 @@ 待收货 已完成 已超时 - + + + + 充值 - +

@@ -78,11 +94,11 @@ 运费 : {{orderContet.shippingPrice}}
- + 实付款 : {{orderContet.realPrice}} @@ -602,7 +618,7 @@ } else if (this.orderContet.orderStatus == 3) { this.titleStat = '已完成' } - if(this.orderContet.orderStatus >= 2 && this.orderContet.orderType == 'order'){ + if(this.orderContet.orderStatus >= 2 && this.orderContet.orderType == 'order' && this.orderContet.expressOrders != null){ this.sheetList = this.orderContet.expressOrders }else{ this.sheetList = [] diff --git a/pages/bookShop/orderList.vue b/pages/bookShop/orderList.vue index 71549da..bd16b11 100644 --- a/pages/bookShop/orderList.vue +++ b/pages/bookShop/orderList.vue @@ -31,6 +31,7 @@ 交易成功 交易失败 过期 +