diff --git a/packageIntegral/orderDetails/index.vue b/packageIntegral/orderDetails/index.vue index 339fbd1..eeec860 100644 --- a/packageIntegral/orderDetails/index.vue +++ b/packageIntegral/orderDetails/index.vue @@ -8,17 +8,17 @@ {{statusEnum[info.orderStatus].value}} 提货码: {{info.takeCode}} - 提货时间:2024-1-9 + 提货时间:{{info.takeTime}} - 用户手机: 18879008955用户名: 张小明 + 用户手机: {{info.customerPhone}}用户名: {{info.customerName}} {{item.productName}} 规格:{{handler(item.attributeJson)}} - ¥120.61 X1 + ¥{{item.marketPrice}} X{{item.orderNum}} 订单编号: {{info.orderCode}} diff --git a/packageIntegral/takeGoods/index.vue b/packageIntegral/takeGoods/index.vue index 6fc91f1..1fd931f 100644 --- a/packageIntegral/takeGoods/index.vue +++ b/packageIntegral/takeGoods/index.vue @@ -31,7 +31,7 @@ 请输入提货码 - 提货码或手机后四位 + 提货码 @@ -73,7 +73,7 @@ pagesize: 20, params: { takeCode: '', - customerPhone:'' + // customerPhone:'' }, }, dataList: [] @@ -99,7 +99,7 @@ confirm() { this.controlWindows.code = false this.paramter.params.takeCode = this.code - this.paramter.params.customerPhone = this.code + // this.paramter.params.customerPhone = this.code this.getByPageCloudMini() }, getByPageCloudMini() { @@ -132,8 +132,9 @@ icon: 'none' }); this.$refs.popup.close(); + this;getByPageCloudMini() uni.navigateTo({ - url: '/packageIntegral/orderDetails/index' + url: `../orderDetails/index?orderId=${this.dataList[0].orderId}` }) } })