Commit 4d2d05a5 authored by 黄奎's avatar 黄奎

页面修改

parent 55973b14
......@@ -189,7 +189,6 @@ export default {
Id: 0,
Moblie: ""
},
//放大商品图片数组
srcList: [],
moreImg: [],
......@@ -229,6 +228,7 @@ export default {
this.replayMsg.GoodsId = item.Id;
let { GoodsImgList, MoreImgList, Remark, CategoryName, BrandName, UserName, CreateDate } = item;
this.replayMsg = { GoodsImgList, MoreImgList, Remark, CategoryName, BrandName, UserName, CreateDate }
this.replayMsg.GoodsId=item.Id;
this.showType = showType;
this.srcList = item.GoodsImgList.map(v => v.Path);
this.moreImg = item.MoreImgList.map(v => v.Path);
......@@ -266,17 +266,7 @@ export default {
this.msg.pageIndex = val;
this.getList();
},
//设置咨询回复
submitForm(formName) {
this.$refs[formName].validate((valid) => {
if (valid) {
alert('submit!');
} else {
console.log('error submit!!');
return false;
}
});
},
saveData(answerform) {
this.$refs[answerform].validate((valid) => {
if (valid) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment