From 4d876890e128ddf90f3cffdca1e51a99541692d8 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Mon, 30 Sep 2024 18:44:42 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=A8=E5=BA=97=E8=B4=AD=E7=89=A9=E8=BD=A6?= =?UTF-8?q?=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') }} + + + - - - -