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",
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
},
]
}
]

View File

@ -176,7 +176,7 @@
></liliDialog>
<Modal width="1200px" v-model="picModelFlag">
<ossManage @callback="callbackSelected" ref="ossManage" />
<ossManage @callback="callbackSelected" ref="ossManage" />
</Modal>
</div>
</template>
@ -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;
},

View File

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