From 5136f8b3ddeaaf7f70c18a80c9e5d8b53b44ef84 Mon Sep 17 00:00:00 2001
From: Yer <17633066053@163.com>
Date: Fri, 22 Dec 2023 14:31:39 +0800
Subject: [PATCH 1/3] =?UTF-8?q?fix:=20:bug:=20=E4=BF=AE=E6=94=B9=E5=95=86?=
=?UTF-8?q?=E5=AE=B6=E7=AB=AF=E6=A5=BC=E5=B1=82=E8=A3=85=E4=BF=AEbug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
seller/src/views/shop/modelList/notEnough.vue | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/seller/src/views/shop/modelList/notEnough.vue b/seller/src/views/shop/modelList/notEnough.vue
index fc00097a..21356467 100644
--- a/seller/src/views/shop/modelList/notEnough.vue
+++ b/seller/src/views/shop/modelList/notEnough.vue
@@ -16,7 +16,7 @@
{{item.name}}
- {{item.price | unitPrice('¥')}}
+ {{item.price | unitPrice('¥')}}
@@ -100,10 +100,10 @@ export default {
},
handleSelectGoods(item) { // 调起选择商品弹窗
if(item) this.selected = item;
- this.$refs.liliDialog.open('goods', 'single')
- setTimeout(() => {
- this.$refs.liliDialog.goodsData = [this.selected]
- }, 500);
+ this.$refs.liliDialog.flag = true;
+ this.$refs.liliDialog.goodsFlag = true;
+ this.$refs.liliDialog.singleGoods();
+
},
// 选择商品回调
selectedGoodsData(val){
@@ -175,16 +175,16 @@ export default {
cursor: pointer;
}
border-right: 1px solid #eee;
-
+
}
li:last-of-type{
border: none;
}
-
+
.curr{
p:nth-child(1){
background-color: $theme_color;
-
+
color: #fff;
}
p:nth-child(2){
@@ -223,4 +223,4 @@ export default {
}
}
}
-
\ No newline at end of file
+
From 0b6dcf17d1dcf5c0d17818d95b694032e0eed531 Mon Sep 17 00:00:00 2001
From: Yer <17633066053@163.com>
Date: Fri, 22 Dec 2023 17:13:18 +0800
Subject: [PATCH 2/3] =?UTF-8?q?fix:=20:bug:=20=E4=BF=AE=E6=94=B9=20im=20cd?=
=?UTF-8?q?n?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
im/vue.config.js | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/im/vue.config.js b/im/vue.config.js
index e30c983c..129c00df 100644
--- a/im/vue.config.js
+++ b/im/vue.config.js
@@ -12,16 +12,11 @@ function resolve(dir) {
const assetsCDN = {
externals: {
vue: 'Vue',
- 'vue-router': 'VueRouter',
- vuex: 'Vuex',
- axios: 'axios',
+
},
css: [],
js: [
- 'https://unpkg.com/vue@2.6.11/dist/vue.min.js',
- 'https://unpkg.com/vue-router@3.4.9/dist/vue-router.min.js',
- 'https://unpkg.com/vuex@3.5.1/dist/vuex.min.js',
- 'https://unpkg.com/axios@0.21.0/dist/axios.min.js',
+ 'https://cdn.pickmall.cn/cdn/vue.min.js',
],
}
From a03f908e962fdb7b90fa6a49153fb9a605722a21 Mon Sep 17 00:00:00 2001
From: Yer <17633066053@163.com>
Date: Fri, 22 Dec 2023 17:35:51 +0800
Subject: [PATCH 3/3] =?UTF-8?q?style:=20:bug:=20=E4=BF=AE=E6=94=B9?=
=?UTF-8?q?=E5=BA=97=E9=93=BA=E5=85=A5=E9=A9=BB=E5=8D=8F=E8=AE=AE=E6=A0=B7?=
=?UTF-8?q?=E5=BC=8F=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
buyer/src/pages/shopEntry/ShopEntry.vue | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/buyer/src/pages/shopEntry/ShopEntry.vue b/buyer/src/pages/shopEntry/ShopEntry.vue
index 78a7ce54..5d215fb6 100644
--- a/buyer/src/pages/shopEntry/ShopEntry.vue
+++ b/buyer/src/pages/shopEntry/ShopEntry.vue
@@ -26,7 +26,7 @@
-
+
@@ -42,6 +42,7 @@
@@ -180,7 +184,7 @@ export default {
max-height: 500px;
::v-deep img{
max-width: 100%;
- max-height: 200px;
+
}
}
.success-page {