From 4d876890e128ddf90f3cffdca1e51a99541692d8 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Mon, 30 Sep 2024 18:44:42 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E9=97=A8=E5=BA=97=E8=B4=AD=E7=89=A9?= =?UTF-8?q?=E8=BD=A6=E5=AF=BC=E8=88=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 4 +- components/realstore-cart/realstore-cart.vue | 138 ++++++++++--------- 2 files changed, 72 insertions(+), 70 deletions(-) diff --git a/App.vue b/App.vue index 1dc12c0e..40037452 100644 --- a/App.vue +++ b/App.vue @@ -7,10 +7,10 @@ data: { // 基础配置 // 数据接口请求地址 - request_url: 'http://shopxo.com/', + request_url: 'https://new.shopxo.vip/', // 静态资源地址(如系统根目录不在public目录下面请在静态地址后面加public目录、如:https://d1.shopxo.vip/public/) - static_url: 'http://shopxo.com/', + static_url: 'https://new.shopxo.vip/', // 系统类型(默认default、如额外独立小程序、可与程序分身插件实现不同主体小程序及支付独立) system_type: 'default', diff --git a/components/realstore-cart/realstore-cart.vue b/components/realstore-cart/realstore-cart.vue index 3d6ab7e7..65d6f095 100644 --- a/components/realstore-cart/realstore-cart.vue +++ b/components/realstore-cart/realstore-cart.vue @@ -5,92 +5,94 @@ - - - - {{$t('goods-category.goods-category.ico62g')}} - - {{$t('realstore-cart.realstore-cart.v437n6')}} - - {{$t('realstore-cart.realstore-cart.6bmc34')}}{{info.buy_use_type_list[buy_use_type_index]['name']}}) - - + + + + + {{$t('goods-category.goods-category.ico62g')}} + + {{$t('realstore-cart.realstore-cart.v437n6')}} + + {{$t('realstore-cart.realstore-cart.6bmc34')}}{{info.buy_use_type_list[buy_use_type_index]['name']}}) + + + - - - - + + + + + {{$t('common.clear')}} - {{$t('common.clear')}} - - - - - - - - - {{ goods.title }} - - - ; - {{ sv.value }} - - - - - {{ propCurrencySymbol }}{{ goods.price }} - - - + + + + + + + + {{ goods.title }} + + + ; + {{ sv.value }} + - {{ goods.stock }} - - + + + {{ propCurrencySymbol }}{{ goods.price }} + + + + + {{ goods.stock }} + + + - - - - - - - {{$t('realstore-cart.realstore-cart.v437n6')}} - - {{$t('realstore-cart.realstore-cart.6bmc34')}}{{info.buy_use_type_list[buy_use_type_index]['name']}}) - - + + + + + + {{$t('realstore-cart.realstore-cart.v437n6')}} + + {{$t('realstore-cart.realstore-cart.6bmc34')}}{{info.buy_use_type_list[buy_use_type_index]['name']}}) + + + - - - + + - - - - - - - - + + + + + + + + + + + + {{ propCurrencySymbol }} + {{ (cart || null) == null ? '0.00' : (cart.total_price || '0.00') }} - - {{ propCurrencySymbol }} - {{ (cart || null) == null ? '0.00' : (cart.total_price || '0.00') }} + + + - - - - From 8336b667e293a4c8e5c8b258ea16b5561fa27fb0 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Mon, 30 Sep 2024 19:51:02 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E7=BB=86=E8=8A=82=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/plugins/binding/detail/detail.css | 12 ++++-------- pages/plugins/binding/detail/detail.vue | 4 ++-- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/pages/plugins/binding/detail/detail.css b/pages/plugins/binding/detail/detail.css index a172e791..f3224f00 100644 --- a/pages/plugins/binding/detail/detail.css +++ b/pages/plugins/binding/detail/detail.css @@ -46,24 +46,20 @@ /** * 导航 */ -.nav-button.bottom-fixed { - padding: 24rpx !important; -} - -.nav-button .left-price { +.bottom-fixed .left-price { width: calc(100% - 270rpx); } -.nav-button .right-button { +.bottom-fixed .right-button { width: 240rpx; } -.nav-button .right-button button { +.bottom-fixed .right-button .btn { height: 80rpx; line-height: 78rpx; } -.nav-button .left-price .discount-icon { +.bottom-fixed .left-price .discount-icon { border-top-right-radius: 30rpx; border-bottom-left-radius: 30rpx; background-image: linear-gradient(45deg, #a3f9a3, #248828, #8bc34a, #d2374c, #9c27b0); diff --git a/pages/plugins/binding/detail/detail.vue b/pages/plugins/binding/detail/detail.vue index 9b0c4aaa..b5c229fd 100644 --- a/pages/plugins/binding/detail/detail.vue +++ b/pages/plugins/binding/detail/detail.vue @@ -59,7 +59,7 @@ - + @@ -81,7 +81,7 @@ - + From 44f9dd1dfe7c0bc38fca9443fc963881bf76c248 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Tue, 8 Oct 2024 15:53:30 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 20e9b30f..063416d8 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -11,6 +11,9 @@ + + + @@ -286,10 +289,10 @@ - - - + + +