-
-
kg
+
+
+ kg
-
- {{
- baseInfoForm.goodsUnit || ""
- }}
+
+ {{
+ baseInfoForm.goodsUnit || ""
+ }}
-
- 元
+
+ 元
-
- 元
+
+ 元
-
- 元
+
+ 元
-
- 元
+
+ 元
-
- 元
+
+ 元
-
-
+
+
-
+
-
-
+
+
-
-
+
+
-
+
@@ -515,114 +293,58 @@
规格描述内容
商品详情描述
diff --git a/seller/src/views/shop/shopSetting.vue b/seller/src/views/shop/shopSetting.vue
index 85aa5d25..2f0ccc1a 100644
--- a/seller/src/views/shop/shopSetting.vue
+++ b/seller/src/views/shop/shopSetting.vue
@@ -272,8 +272,6 @@ import liliMap from "@/views/my-components/map/index";
import regionMap from "@/views/lili-components/region";
import * as RegExp from "@/libs/RegExp.js";
import Cookies from "js-cookie";
-import {editDeliverAddress, getDeliverAddress} from "../../api/shops";
-
export default {
name: "shopSetting",
components: {
@@ -298,7 +296,7 @@ export default {
},
//库存预警form
stockWarningForm: {
- stockWarning: "", // 库存预警数量
+ stockWarning: 0, // 库存预警数量
},
//im form
udeskForm: {
@@ -458,7 +456,7 @@ export default {
Cookies.set("userInfoSeller", JSON.stringify(res.result));
//库存预警数赋值
this.$nextTick(() => {
- this.stockWarningForm.stockWarning = res.result.stockWarning + "";
+ this.stockWarningForm.stockWarning = res.result.stockWarning;
});
if (res.result.merchantEuid) {
//赋予坐席id
@@ -479,7 +477,6 @@ export default {
API_Shop.getDeliverAddress().then(res=>{
if(res.success){
if(res.result!= '' && res.result != null){
- console.log(89898999998)
this.addressGoods = res.result;
this.regionGoods = res.result.salesConsignorAddressPath;
this.regionIdS = res.result.salesConsignorAddressId;
From 43899114367b53b4db062e1dfc86b2464efacb6f Mon Sep 17 00:00:00 2001
From: Yer <17633066053@163.com>
Date: Mon, 24 Jul 2023 14:26:07 +0800
Subject: [PATCH 5/5] =?UTF-8?q?=E4=B9=B0=E5=AE=B6=E7=AB=AF=E5=B1=95?=
=?UTF-8?q?=E7=A4=BA=E8=A7=86=E9=A2=91=E5=88=A4=E6=96=AD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
buyer/src/components/goodsDetail/ShowGoods.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buyer/src/components/goodsDetail/ShowGoods.vue b/buyer/src/components/goodsDetail/ShowGoods.vue
index ea7621da..089266aa 100644
--- a/buyer/src/components/goodsDetail/ShowGoods.vue
+++ b/buyer/src/components/goodsDetail/ShowGoods.vue
@@ -293,7 +293,7 @@
@click="buyNow"
>立即购买
-
+