From 0355dcddded1dbc6c6bb56507684660276d7d175 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AD=A6=E4=B9=A0=E5=BE=88=E5=B7=AE=E5=95=A6?=
<17633066053@163.com>
Date: Thu, 4 Aug 2022 14:40:50 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=95=86=E5=AE=B6=E5=8F=91?=
=?UTF-8?q?=E5=B8=83=E5=95=86=E5=93=81=E5=90=8C=E6=AD=A5=E6=8F=8F=E8=BF=B0?=
=?UTF-8?q?=E6=8C=89=E9=92=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../views/goods/goods-seller/addGoods.scss | 6 ++-
.../goods/goods-seller/goodsOperationSec.vue | 38 +++++++++----------
2 files changed, 24 insertions(+), 20 deletions(-)
diff --git a/seller/src/views/goods/goods-seller/addGoods.scss b/seller/src/views/goods/goods-seller/addGoods.scss
index 47ea9e9c..849e8273 100644
--- a/seller/src/views/goods/goods-seller/addGoods.scss
+++ b/seller/src/views/goods/goods-seller/addGoods.scss
@@ -525,4 +525,8 @@ h2 {
display: "flex";
justify-content: "space-between";
align-items: "center";
-}
\ No newline at end of file
+}
+.promise-intro-btn{
+ margin: 10px 0;
+ text-align: left;
+}
diff --git a/seller/src/views/goods/goods-seller/goodsOperationSec.vue b/seller/src/views/goods/goods-seller/goodsOperationSec.vue
index 09e5fb5b..aca96fe5 100644
--- a/seller/src/views/goods/goods-seller/goodsOperationSec.vue
+++ b/seller/src/views/goods/goods-seller/goodsOperationSec.vue
@@ -67,14 +67,12 @@
prop="goodsUnit"
>
+
+
+
+
{
- if (this.params.pageNumber * this.params.pageSize <= this.total) {
- this.params.pageNumber++;
- this.GET_GoodsUnit();
- }
- }, 1000);
- },
+
// 获取商品单位
GET_GoodsUnit() {
API_GOODS.getGoodsUnitList(this.params).then((res) => {
@@ -1253,6 +1249,10 @@ export default {
this.renderTableData(skus);
this.skuTableData = skus;
},
+ // 将pc商品描述同步给移动端
+ promiseIntroEditor() {
+ this.baseInfoForm.mobileIntro = this.baseInfoForm.intro;
+ },
/** 根据当前分类id查询商品应包含的参数 */
GET_GoodsParams() {