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

商品优化

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