From a5d067943d05112f10f947a2116c7adef9f9fcf3 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: Tue, 22 Nov 2022 15:17:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20:bug:=20=E5=95=86=E5=AE=B6=E7=AB=AF?= =?UTF-8?q?=E6=A5=BC=E5=B1=82=E8=A3=85=E4=BF=AE=E9=80=89=E6=8B=A9=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9=EF=BC=8C=E4=BB=A5?= =?UTF-8?q?=E5=8F=8A=E5=88=A0=E9=99=A4=E5=95=86=E5=AE=B6=E7=AB=AF=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- seller/src/views/shop/wap/config.js | 32 +++++++++---------- seller/src/views/shop/wap/decorate.vue | 4 +-- seller/src/views/sys/oss-manage/ossManage.vue | 4 --- 3 files changed, 18 insertions(+), 22 deletions(-) diff --git a/seller/src/views/shop/wap/config.js b/seller/src/views/shop/wap/config.js index 764a3e33..063b5ec8 100644 --- a/seller/src/views/shop/wap/config.js +++ b/seller/src/views/shop/wap/config.js @@ -434,21 +434,21 @@ export const modelData = [ ] } }, - { - type: "search", - name: "搜索", - img: "md-image", - notAdd: true, - notLink: true, - notImg: true, - options: { - list: [ - { - title: "搜索" - } - ] - } - }, + // { + // type: "search", + // name: "搜索", + // img: "md-image", + // notAdd: true, + // notLink: true, + // notImg: true, + // options: { + // list: [ + // { + // title: "搜索" + // } + // ] + // } + // }, { type: "goods", name: "商品分类", @@ -504,7 +504,7 @@ export const modelData = [ type: "精选", ___index:0 }, - + ] } ] diff --git a/seller/src/views/shop/wap/decorate.vue b/seller/src/views/shop/wap/decorate.vue index e880779d..db0e1a9d 100644 --- a/seller/src/views/shop/wap/decorate.vue +++ b/seller/src/views/shop/wap/decorate.vue @@ -176,7 +176,7 @@ > - + @@ -286,7 +286,7 @@ export default { }, // 点击选择图片 handleClickFile(item, index) { - // this.$refs.ossManage.selectImage = true; + this.$refs.ossManage.selectImage = true; this.selectedGoods = item; this.picModelFlag = true; }, diff --git a/seller/src/views/sys/oss-manage/ossManage.vue b/seller/src/views/sys/oss-manage/ossManage.vue index 1c582087..b255e4c5 100644 --- a/seller/src/views/sys/oss-manage/ossManage.vue +++ b/seller/src/views/sys/oss-manage/ossManage.vue @@ -589,10 +589,6 @@ export default { video: { url: v.url, }, - danmaku: { - id: v.fileKey, - api: "https://api.prprpr.me/dplayer/", - }, }); this.file = v; this.file.msize = ((v.fileSize * 1.0) / (1024 * 1024)).toFixed(2) + " MB";