mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-18 00:45:54 +08:00
feat: ✨ 商家端富文本改为本地引入
This commit is contained in:
@@ -88,6 +88,9 @@ export default {
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
confirmUrl(){
|
||||
|
||||
},
|
||||
handleClickUploadImage(){
|
||||
this.show = true
|
||||
},
|
||||
@@ -100,7 +103,6 @@ export default {
|
||||
// 移除商品图片
|
||||
handleRemoveGoodsPicture(__index) {
|
||||
this.images.splice(__index, 1);
|
||||
// this.images = this.images.filter((i) => i.url !== file.url);
|
||||
},
|
||||
// 图片大小不正确
|
||||
handleMaxSize(file) {
|
||||
|
||||
Reference in New Issue
Block a user