From 7711e5ca7b9903c9b6f71ff71dde75981ff2e7ac Mon Sep 17 00:00:00 2001 From: Chopper Date: Wed, 16 Jun 2021 17:55:05 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=90=8D=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E4=BF=AE=E6=94=B9=E4=B8=BA=E7=94=A8=E6=88=B7=E6=98=B5?= =?UTF-8?q?=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buyer/src/pages/user/Home.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buyer/src/pages/user/Home.vue b/buyer/src/pages/user/Home.vue index 7f27f69e..28f9eb7f 100644 --- a/buyer/src/pages/user/Home.vue +++ b/buyer/src/pages/user/Home.vue @@ -17,7 +17,7 @@
-

{{userInfo.username | secrecyMobile}}

+

{{userInfo.nickName}}

From 0cbcb4d37a22508ada9e70ecf8b4606f02aabea0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?lemon=E6=A9=AA?= <17633066053@163.com> Date: Thu, 17 Jun 2021 11:40:27 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=95=86=E5=AE=B6?= =?UTF-8?q?=E7=AB=AF=E5=95=86=E5=93=81=E5=8F=91=E5=B8=83=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E9=97=AE=E9=A2=98=EF=BC=8C=E4=BF=AE=E6=94=B9=E6=A5=BC=E5=B1=82?= =?UTF-8?q?=E8=A3=85=E4=BF=AEpc=E7=AB=AF=E5=87=BA=E7=8E=B0=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98=EF=BC=8C=E4=BF=AE=E6=94=B9=E5=93=81=E7=89=8C?= =?UTF-8?q?=E4=B8=AD=E5=87=BA=E7=8E=B0=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manager/src/api/goods.js | 6 +- .../src/views/goods/goods-manage/brand.vue | 4 +- .../src/views/goods/goods-manage/category.vue | 1 + .../lili-floor-renovation/renovation.vue | 324 +++++++++--------- .../src/views/promotion/seckill/seckill.vue | 11 +- .../views/goods/goods-seller/addGoods.scss | 6 + .../goods/goods-seller/goodsOperation.vue | 3 +- 7 files changed, 189 insertions(+), 166 deletions(-) diff --git a/manager/src/api/goods.js b/manager/src/api/goods.js index a33eff91..935d1e1e 100644 --- a/manager/src/api/goods.js +++ b/manager/src/api/goods.js @@ -5,10 +5,14 @@ import { getRequest, postRequest, putRequest, deleteRequest} from '@/libs/axios' export const getManagerBrandPage = (params) => { return getRequest('/goods/brand/getByPage', params) } -// 添加或修改品牌设置 +// 添加 export const addBrand = (params) => { return postRequest('/goods/brand', params) } +// 修改品牌设置 +export const updateBrand = (params) => { + return putRequest(`/goods/brand/${params.id}`, params) +} // 禁用品牌 export const disableBrand = (id, params) => { return putRequest(`/goods/brand/disable/${id}`, params) diff --git a/manager/src/views/goods/goods-manage/brand.vue b/manager/src/views/goods/goods-manage/brand.vue index 1e502c93..e11e1f19 100644 --- a/manager/src/views/goods/goods-manage/brand.vue +++ b/manager/src/views/goods/goods-manage/brand.vue @@ -82,7 +82,7 @@ \ No newline at end of file +.show-content { + margin-left: 150px; + margin-top: 60px; +} +.ghost { + background: #fff; + height: 30px; + position: relative; + &::after { + content: "松开鼠标添加模块"; + position: absolute; + background: #fff; + border: 1px dashed #409eff; + color: #409eff; + top: 0; + left: 0; + width: 100%; + height: 50px; + text-align: center; + line-height: 50px; + } +} +.btn-bar { + position: fixed; + width: 100%; + background: #fff; + height: 50px; + padding: 10px; + box-shadow: 1px 1px 10px #999; + z-index: 99; + top: 100px; +} + diff --git a/manager/src/views/promotion/seckill/seckill.vue b/manager/src/views/promotion/seckill/seckill.vue index 16ef3934..47ae392a 100644 --- a/manager/src/views/promotion/seckill/seckill.vue +++ b/manager/src/views/promotion/seckill/seckill.vue @@ -70,7 +70,7 @@ @click="edit(row)" >编辑 -   + -   + -   + -   +