From 101aa279d8cd81c3265241fae5444ee08b6c3f3d Mon Sep 17 00:00:00 2001 From: Yer <17633066053@163.com> Date: Tue, 19 Sep 2023 17:18:44 +0800 Subject: [PATCH 1/7] =?UTF-8?q?fix:=20:bug:=20=E4=BF=AE=E6=94=B9=E4=BA=86?= =?UTF-8?q?=E5=87=A0=E4=B8=AA=E5=B7=B2=E7=9F=A5=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/cart/coupon/index.vue | 2 +- pages/order/afterSales/afterSalesDetailExpress.vue | 2 +- pages/product/product/shop/-shop.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/cart/coupon/index.vue b/pages/cart/coupon/index.vue index 97f3662..2261545 100644 --- a/pages/cart/coupon/index.vue +++ b/pages/cart/coupon/index.vue @@ -53,7 +53,7 @@ 立即
使用 - + 取消
使用
diff --git a/pages/order/afterSales/afterSalesDetailExpress.vue b/pages/order/afterSales/afterSalesDetailExpress.vue index f5f6a54..77b3fb3 100644 --- a/pages/order/afterSales/afterSalesDetailExpress.vue +++ b/pages/order/afterSales/afterSalesDetailExpress.vue @@ -30,7 +30,7 @@ 填写物流信息 - +
快递至第三方卖家
{{ form.courierCompany || '请选择快递公司' }}
diff --git a/pages/product/product/shop/-shop.vue b/pages/product/product/shop/-shop.vue index 63736b5..70662e5 100644 --- a/pages/product/product/shop/-shop.vue +++ b/pages/product/product/shop/-shop.vue @@ -67,7 +67,7 @@ export default { diff --git a/pages/tabbar/cart/cartList.vue b/pages/tabbar/cart/cartList.vue index 6d736cc..59bfaca 100644 --- a/pages/tabbar/cart/cartList.vue +++ b/pages/tabbar/cart/cartList.vue @@ -77,7 +77,7 @@ {{ skuItem.goodsSku.goodsName }}

-

{{skuItem.goodsSku.simpleSpecs}}

+

{{skuItem.goodsSku.simpleSpecs}}

批发商品

From 2d369ad729368f2fd87399f28c6d0b39665f3fa3 Mon Sep 17 00:00:00 2001 From: Yer <17633066053@163.com> Date: Thu, 12 Oct 2023 18:30:47 +0800 Subject: [PATCH 7/7] =?UTF-8?q?fix:=20:bug:=20=E8=A7=A3=E5=86=B3=E5=9C=A8?= =?UTF-8?q?=E6=89=8B=E6=9C=BA=E4=B8=8A=E6=8B=BC=E5=9B=A2=E6=B4=BB=E5=8A=A8?= =?UTF-8?q?=E4=BB=A5=E5=8F=8A=E7=8E=B0=E5=AE=9E=E6=8A=A2=E8=B4=AD=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E6=A0=8F=E7=9C=8B=E4=B8=8D=E5=88=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages.json b/pages.json index e16ad50..eca83d4 100644 --- a/pages.json +++ b/pages.json @@ -532,7 +532,7 @@ "style": { "navigationBarTitleText": "限时抢购", "navigationStyle": "custom", // 隐藏系统导航栏 - "navigationBarTextStyle": "white" , + "navigationBarTextStyle": "black" , "app-plus": { "titleNView": { "homeButton":true @@ -546,7 +546,7 @@ "style": { "navigationBarTitleText": "拼团活动", "navigationStyle": "custom", // 隐藏系统导航栏 - "navigationBarTextStyle": "white" , + "navigationBarTextStyle": "black" , "app-plus": { // 将回弹属性关掉 "bounce": "none"