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 @@