From eb97ee0951c5b91f42c9277aa043fca7f54356d6 Mon Sep 17 00:00:00 2001 From: whitechiina <1293616053@qq.com> Date: Thu, 17 Apr 2025 18:32:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E9=83=A8=E5=88=86?= =?UTF-8?q?=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.js | 3 +- pages/film/filmSeat.vue | 3 +- pages/pages-recharge/myDiamond/index.vue | 3 +- .../shop_home/components/shop-cart/kdj.scss | 31 +++++++++- .../shop_home/components/shop-cart/mdl.scss | 2 +- .../shop_home/components/shop-cart/rx.scss | 2 +- .../components/shop-cart/shop-cart.vue | 41 ++++++++++--- .../shop_home/components/shop-cart/xbk.scss | 2 +- .../orders-settlement/orders-settlement.vue | 38 ++++++------- .../order/orders-settlement/settlement.vue | 57 ++++++++++++------- static/js/mixin/mixin.js | 6 +- 11 files changed, 127 insertions(+), 61 deletions(-) diff --git a/main.js b/main.js index b3e7406..6343acb 100644 --- a/main.js +++ b/main.js @@ -2,7 +2,8 @@ import App from './App' import store from './store'; import prototype from '@/static/js/toolclass/prototype.js'; import H5 from "@/static/js/index.js"; -import newconfig from "@/static/js/newconfig.js"; +import newconfig from "@/static/js/newconfig.js"; + Vue.use(newconfig); Vue.prototype.$store = store; Vue.prototype.$tst = 1; diff --git a/pages/film/filmSeat.vue b/pages/film/filmSeat.vue index 19afcea..e559eec 100644 --- a/pages/film/filmSeat.vue +++ b/pages/film/filmSeat.vue @@ -767,7 +767,8 @@ } /deep/ .u-modal__title { - display: none !important; + display: none !important; + padding-bottom: 20rpx !important; } } diff --git a/pages/pages-recharge/myDiamond/index.vue b/pages/pages-recharge/myDiamond/index.vue index 27d5763..51efd41 100644 --- a/pages/pages-recharge/myDiamond/index.vue +++ b/pages/pages-recharge/myDiamond/index.vue @@ -189,7 +189,8 @@ color: #333333; background: linear-gradient(117deg, #FFFBF7 0%, #FFF5EB 100%); padding-bottom: 26rpx; - padding-top: 26rpx; + padding-top: 26rpx; + padding-bottom: 20rpx !important; } /deep/.u-modal__button-group { diff --git a/pages/restaurant/home/shop_home/components/shop-cart/kdj.scss b/pages/restaurant/home/shop_home/components/shop-cart/kdj.scss index 4e84186..612d318 100644 --- a/pages/restaurant/home/shop_home/components/shop-cart/kdj.scss +++ b/pages/restaurant/home/shop_home/components/shop-cart/kdj.scss @@ -5,7 +5,7 @@ box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1); border-radius: 20rpx 20rpx 0 0; width: 100%; - height: 210rpx; + height: 100rpx; flex-direction: row; display: flex; position: fixed; @@ -66,7 +66,34 @@ // padding-bottom: calc(); height: 642rpx; background-color: #ffffff; - + .KDJ-Cart-Popup-top { + width: 100%; + height: 87rpx; + border-bottom: 1rpx solid rgba(0, 0, 0, 0.1); + padding: 0 32rpx; + display: flex; + justify-content: space-between; + align-items: center; + font-size: 26rpx; + + .text { + color: #666666; + } + + &-empty { + color: #666666; + display: flex; + align-items: center; + padding: 15rpx 0 15rpx 15rpx; + + .img { + width: 29rpx; + height: 31rpx; + margin-right: 15rpx; + } + } + } + &-item { width: 100%; margin-bottom: 20rpx; diff --git a/pages/restaurant/home/shop_home/components/shop-cart/mdl.scss b/pages/restaurant/home/shop_home/components/shop-cart/mdl.scss index e9bc904..ef49234 100644 --- a/pages/restaurant/home/shop_home/components/shop-cart/mdl.scss +++ b/pages/restaurant/home/shop_home/components/shop-cart/mdl.scss @@ -4,7 +4,7 @@ background-color: white; border-radius: 20rpx 20rpx 0 0; width: 100%; - height: 210rpx; + height: 140rpx; flex-direction: row; display: flex; position: fixed; diff --git a/pages/restaurant/home/shop_home/components/shop-cart/rx.scss b/pages/restaurant/home/shop_home/components/shop-cart/rx.scss index e0c82c5..13b59dd 100644 --- a/pages/restaurant/home/shop_home/components/shop-cart/rx.scss +++ b/pages/restaurant/home/shop_home/components/shop-cart/rx.scss @@ -4,7 +4,7 @@ background-color: white; border-radius: 20rpx 20rpx 0 0; width: 100%; - height: 210rpx; + height: 140rpx; flex-direction: row; display: flex; position: fixed; diff --git a/pages/restaurant/home/shop_home/components/shop-cart/shop-cart.vue b/pages/restaurant/home/shop_home/components/shop-cart/shop-cart.vue index 2f8b95c..5fd7814 100644 --- a/pages/restaurant/home/shop_home/components/shop-cart/shop-cart.vue +++ b/pages/restaurant/home/shop_home/components/shop-cart/shop-cart.vue @@ -2,7 +2,7 @@ +