fix: 🐛 商家端楼层装修选择图片问题修改,以及删除商家端搜索模块

master
学习很差啦 2022-11-22 15:17:09 +08:00
parent 3861881996
commit a5d067943d
3 changed files with 18 additions and 22 deletions

View File

@ -434,21 +434,21 @@ export const modelData = [
] ]
} }
}, },
{ // {
type: "search", // type: "search",
name: "搜索", // name: "搜索",
img: "md-image", // img: "md-image",
notAdd: true, // notAdd: true,
notLink: true, // notLink: true,
notImg: true, // notImg: true,
options: { // options: {
list: [ // list: [
{ // {
title: "搜索" // title: "搜索"
} // }
] // ]
} // }
}, // },
{ {
type: "goods", type: "goods",
name: "商品分类", name: "商品分类",
@ -504,7 +504,7 @@ export const modelData = [
type: "精选", type: "精选",
___index:0 ___index:0
}, },
] ]
} }
] ]

View File

@ -176,7 +176,7 @@
></liliDialog> ></liliDialog>
<Modal width="1200px" v-model="picModelFlag"> <Modal width="1200px" v-model="picModelFlag">
<ossManage @callback="callbackSelected" ref="ossManage" /> <ossManage @callback="callbackSelected" ref="ossManage" />
</Modal> </Modal>
</div> </div>
</template> </template>
@ -286,7 +286,7 @@ export default {
}, },
// //
handleClickFile(item, index) { handleClickFile(item, index) {
// this.$refs.ossManage.selectImage = true; this.$refs.ossManage.selectImage = true;
this.selectedGoods = item; this.selectedGoods = item;
this.picModelFlag = true; this.picModelFlag = true;
}, },

View File

@ -589,10 +589,6 @@ export default {
video: { video: {
url: v.url, url: v.url,
}, },
danmaku: {
id: v.fileKey,
api: "https://api.prprpr.me/dplayer/",
},
}); });
this.file = v; this.file = v;
this.file.msize = ((v.fileSize * 1.0) / (1024 * 1024)).toFixed(2) + " MB"; this.file.msize = ((v.fileSize * 1.0) / (1024 * 1024)).toFixed(2) + " MB";