From 45837db187bce6b39775e77b669537c806aad2fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=9D=E5=86=9B=E5=8D=8E?= Date: Fri, 11 Apr 2025 17:49:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=84=E4=BB=B7=E4=B8=AD=E5=BF=83/=E5=94=AE?= =?UTF-8?q?=E5=90=8E=E6=95=B0=E6=8D=AE=E6=8E=A5=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/multi/multi.vue | 242 +++++++++++++ components/recomGoods/recomGoods.vue | 9 +- order/assDetail/assDetail.vue | 121 ++++++- order/assDetail/style.scss | 22 +- order/assList/assList.vue | 129 ++++++- order/assList/style.scss | 322 +++++++++++------- order/assedit/assedit.vue | 266 ++++++++++++++- order/assedit/style.scss | 133 ++++++++ order/editeval/editeval.vue | 226 +++++++++--- order/editeval/style.scss | 33 +- order/orderDetail/orderDetail.vue | 6 +- order/orderDetail/style.scss | 9 +- order/orderList/orderList.vue | 16 +- order/orderevallist/orderevallist.vue | 156 +++++---- order/orderevallist/style.scss | 64 +++- pages.json | 6 +- pages/cart/cart.vue | 6 +- pages/cart/style.scss | 4 +- pages/index/index.vue | 51 +++ pages/index/style.scss | 185 +++++++++- server/api.js | 7 +- server/config.js | 2 +- shopProDetail/detail/detail.vue | 66 +++- .../{Mask group@2x (7).png => addressImg.png} | Bin static/shopdetail/collect_acer.png | Bin 0 -> 1374 bytes store/counter.js | 4 +- userserve/addressList/addressList.vue | 24 +- userserve/addressList/style.scss | 41 +++ userserve/favorite/favorite.vue | 98 +++--- userserve/favorite/style.scss | 45 ++- 30 files changed, 1913 insertions(+), 380 deletions(-) create mode 100644 components/multi/multi.vue rename static/Empty/{Mask group@2x (7).png => addressImg.png} (100%) create mode 100644 static/shopdetail/collect_acer.png diff --git a/components/multi/multi.vue b/components/multi/multi.vue new file mode 100644 index 0000000..2255fe5 --- /dev/null +++ b/components/multi/multi.vue @@ -0,0 +1,242 @@ + + + + + \ No newline at end of file diff --git a/components/recomGoods/recomGoods.vue b/components/recomGoods/recomGoods.vue index bdeb598..77464f5 100644 --- a/components/recomGoods/recomGoods.vue +++ b/components/recomGoods/recomGoods.vue @@ -124,10 +124,7 @@ } shopList.value = shopList.value.concat(data.list); }).catch(({message}) => { - uni.showModal({ - content:message, - showCancel: false - }) + decs.value = `—— ${message||'网络异常'} ——`; }) } @@ -173,6 +170,10 @@ loads('', true) return skudetail(id).then(({data}) => { if(specTypes){ + uni.hideLoading() + + + }else{ const { id,productId } = data.productValue.默认; diff --git a/order/assDetail/assDetail.vue b/order/assDetail/assDetail.vue index 9f998f0..6b6fa2a 100644 --- a/order/assDetail/assDetail.vue +++ b/order/assDetail/assDetail.vue @@ -2,50 +2,64 @@ - 已完成 - 感谢您的反馈 + {{assDetail.statustext}} + {{assDetail.refundVerifyFailReason}} 联系客服 - + 售后明细 - + - + - 糖醋排骨 - 实付:5.98 - 实付单价:5.98 数量:1 + {{item.storeName}} + + + + 退款数量:{{item.returnNum}} + - 售后数量 - 1 + 售后总数量 + {{assDetail.returnNum}} 退款金额 - 已退5.98 + {{assDetail.returnAmount}} 售后订单信息 - + 售后单号 - 复制35758859599447 + 复制{{assDetail.code}} 申请时间 - 2025/06/09 20:13 + {{assDetail.createTime}} + + + 退款原因 + {{assDetail.returnReason}} + + + 退款凭证 + + + + @@ -53,23 +67,96 @@