提交 ba3c38f8 authored 作者: zgy's avatar zgy

商品优化

上级 0fe526e1
......@@ -143,7 +143,7 @@ let vm = new Vue({
vm.tbCfStationItem.putaway = this.putaway
this.$set(vm.tbCfStationItem, 'tree', this.attrItem)
let _this = this
vm.tbCfStationItem.itemImg = vm.uploadList.map(res => res).join(',');
vm.tbCfStationItem.itemImg = vm.uploadList.map(res => res).join(';');
;
vm.tbCfStationItem.itemDesc = encodeURI(UE.getEditor('itemDesc').getContent()); // 富文本取值
vm.tbCfStationItem.itemDesc = vm.tbCfStationItem.itemDesc.replace(/ /g, " ");
......@@ -235,7 +235,7 @@ let vm = new Vue({
})()
vm.tbCfStationItem = r.tbCfStationItem.item;
let img = vm.tbCfStationItem.itemImg;
vm.uploadList = img.split(',');
vm.uploadList = img.split(';');
let itemDesc = vm.tbCfStationItem.itemDesc;
_this.changeGoodstype()
_this.changeGoodstype2()
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论