From 5ced2d0106af00883e5d57192c9989184a6cd266 Mon Sep 17 00:00:00 2001 From: 18631081161 <2088094923@qq.com> Date: Sun, 26 Oct 2025 01:51:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CoreCms.Net.Uni-App/CoreShop/manifest.json | 2 +- .../pages/member/address/list/list.vue | 156 +- .../CoreShop/pages/placeOrder/index/index.vue | 1412 +++++++++-------- 3 files changed, 818 insertions(+), 752 deletions(-) diff --git a/CoreCms.Net.Uni-App/CoreShop/manifest.json b/CoreCms.Net.Uni-App/CoreShop/manifest.json index 7c32d4b..431417d 100644 --- a/CoreCms.Net.Uni-App/CoreShop/manifest.json +++ b/CoreCms.Net.Uni-App/CoreShop/manifest.json @@ -94,7 +94,7 @@ "quickapp" : {}, /* 快应用特有相关 */ "mp-weixin" : { - "appid" : "wx9ffab147a56e9424", + "appid" : "wxa17265f5fe8374b1", "setting" : { "urlCheck" : true, "postcss" : true, diff --git a/CoreCms.Net.Uni-App/CoreShop/pages/member/address/list/list.vue b/CoreCms.Net.Uni-App/CoreShop/pages/member/address/list/list.vue index f530a1e..e444129 100644 --- a/CoreCms.Net.Uni-App/CoreShop/pages/member/address/list/list.vue +++ b/CoreCms.Net.Uni-App/CoreShop/pages/member/address/list/list.vue @@ -1,87 +1,89 @@ - - - - - - - - {{ item.name }} - {{ item.mobile }} - - 默认 - - - - {{item.areaName + item.address}} - - - - - - - - - - 新增收货地址 - + + + + + + + + {{ item.name }} + {{ item.mobile }} + + 默认 + + + + {{item.areaName + item.address}} + + + + + + + + + + 新增收货地址 + - - + + \ No newline at end of file diff --git a/CoreCms.Net.Uni-App/CoreShop/pages/placeOrder/index/index.vue b/CoreCms.Net.Uni-App/CoreShop/pages/placeOrder/index/index.vue index bd3b35c..e304b14 100644 --- a/CoreCms.Net.Uni-App/CoreShop/pages/placeOrder/index/index.vue +++ b/CoreCms.Net.Uni-App/CoreShop/pages/placeOrder/index/index.vue @@ -1,153 +1,175 @@ - - - - - - - - - - - - - - - - - - - - - 收货人:{{ userShip.name || '' }} - {{ userShip.mobile || ''}} - - - {{ userShip.areaName || ''}} {{userShip.address || ''}} - - - - - - - - - - - - - 添加收货地址 - - - - - - - - - - - - - - - - {{store.name|| ''}} - {{store.mobile|| ''}} - - - {{store.address|| ''}} - - - - - - - - - - - - - 暂无门店 - - - - - - - - 姓名 - - - - 电话 - - - - - - - - - - - {{ item.products.name || ''}} - {{ item.products.spesDesc || ''}} - - - - - {{ item.products.price || ''}}结缘 - × {{ item.nums || ''}} - - - - - - + + + + + + + + + + + + + + + + + + + + + 收货人:{{ userShip.name || '' }} + {{ userShip.mobile || ''}} + + + {{ userShip.areaName || ''}} + {{userShip.address || ''}} + + + + + + + + + + + + + + 添加收货地址 + + + + + + + + + + + + + + + + {{store.name|| ''}} + {{store.mobile|| ''}} + + + {{store.address|| ''}} + + + + + + + + + + + + + 暂无门店 + + + + + + + + 姓名 + + + + 电话 + + + + + + + + + + + {{ item.products.name || ''}} + + {{ item.products.spesDesc || ''}} + + + + + + {{ item.products.price || ''}}结缘 + × {{ item.nums || ''}} + + + + + + - - - - - 优惠券 - - - - - - - - - {{ item.couponName || ''}} - {{ item.expression2 }} - - 有效期:{{ item.stime + ' 至 ' + item.etime }} - - - - - - - - - - - - - - - - - - + + + + 优惠券 + + + + + + + + + {{ item.couponName || ''}} + {{ item.expression2 }} + + + 有效期:{{ item.stime + ' 至 ' + item.etime }} + + + + + + + + + + + + + + + + + + - - - - + + + - - - + + + - - 商品总结缘 - {{ cartData.goodsAmount }}结缘 - + + 商品总结缘 + {{ cartData.goodsAmount }}结缘 + - - - - - - - - 买家留言 - - - - - - - - - - - - - - 共 {{ productNums}} 件商品 - 合计{{ cartData.amount}}结缘 - - 确认下单 - - - - - - + + + + + + + 买家留言 + + + + + + + + + + + + + + 共 {{ productNums}} 件商品 + 合计{{ cartData.amount}}结缘 + + 确认下单 + + + + + + \ No newline at end of file