fix: 🐛 商家端楼层装修选择图片问题修改,以及删除商家端搜索模块
parent
3861881996
commit
a5d067943d
|
@ -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
|
||||
},
|
||||
|
||||
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
|
@ -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;
|
||||
},
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue