diff --git a/pages/index/details.vue b/pages/index/details.vue index 332d729..2ef919d 100644 --- a/pages/index/details.vue +++ b/pages/index/details.vue @@ -84,14 +84,14 @@ - + 派送方式 - 快递 - 骑手 - 自提 + 快递 + 骑手 + 自提 - + {{cur == 0 ? '快递单号':'骑手信息'}} {{ cur == 0 ? pushid ? companyidA.express_name + ": " + pushid : '' : selctcar ? selctcar.label : '' }} @@ -273,6 +273,7 @@ export default { takeawayer_info: {}, // 骑手信息 mineBy_img: "", // 自提图片 mineBy_text: "", // 自提备注 + pushstyleBshow: false }; }, onLoad(option) { @@ -346,17 +347,28 @@ export default { }, // 人工配送 pushstyleA() { + console.log(this.cur) + if(this.cur != 0 && this.cur != -1){ + return ; + } this.cur = 0; this.showcompany = true; }, // 选择骑手 pushstyleB() { + if(this.cur != 1 && this.cur != -1){ + return ; + } this.cur = 1; this.show = true; }, // 自提 pushstyleC() { + if(this.cur != 2 && this.cur != -1){ + return ; + } this.cur = 2; + this.pushstyleBshow = true }, // 获取物流公司列表 getcompanyinfo() { @@ -385,7 +397,8 @@ export default { }) return } - this.showExpress = false; + this.showExpress = false; + this.pushstyleBshow = true }, // 取消退款 cancel() { @@ -553,13 +566,14 @@ export default { // 选择骑手 getselect(e) { this.selctcar = this.list[e[0].value]; + this.pushstyleBshow = true }, // 获取订单信息 resetinfo() { this.$u.api.orderdetail({ order_id: this.orderid }).then(res => { - // console.log(res); + console.log(res); if (res.errCode != 0) { this.$refs.uToast.show({ title: res.message, @@ -813,7 +827,7 @@ export default { justify-content: space-around; > view { font-size: 30rpx; - color: rgba(0, 0, 51, 1); + color: #999; width: 30%; height: 80rpx; border: 1rpx solid rgba(236, 236, 236, 1); diff --git a/pages/release/tosign.vue b/pages/release/tosign.vue index 1a79527..4ac1a72 100644 --- a/pages/release/tosign.vue +++ b/pages/release/tosign.vue @@ -28,7 +28,7 @@ 直播封面图 - + {{relerest}} @@ -112,9 +112,18 @@ tupian(a){ // console.log(JSON.parse(a.data)); let info = JSON.parse(a.data); - console.log(info.data); + console.log(info); // console.log(JSON.stringify(a.data)) + if(info.errCode == 1){ + this.$refs.uToast.show({ + title: info.message, + type: 'error' + }); + } + this.$refs.upload.clear() + return ; this.image = info.data.file_name; + }, navto(url){ this.$u.route({