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: "商品分类",

View File

@ -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";