Commit 80e3cc0d authored by 黄奎's avatar 黄奎

页面修改

parent 4887a39e
......@@ -490,18 +490,6 @@
} else {
this.$viewer.view(this.images.indexOf(src))
}
// this.$viewer.show()
// this.images=[];
// let newArr = [];
// if(obj.ImgList && obj.ImgList.length>0){
// obj.ImgList.forEach(x=>{
// newArr.push(this.getIconLink(x.Path));
// })
// this.images= newArr;
// }
// console.log(this.images,'this.images');
// this.$viewer.show()
// this.$viewer.view(index)
},
//保存酒店信息
saveResource() {
......@@ -715,7 +703,6 @@
this.dropdownObj.CityList = res.data.data;
} else if(type==3){
this.dropdownObj.DistrictList = res.data.data;
console.log(res.data.data,'res.data.data');
}
});
}
......
......@@ -558,7 +558,6 @@
this.msg,
res => {
this.loading = false;
console.log("res", res.data);
if (res.data.resultCode == 1) {
this.tableData = res.data.data.pageData;
this.msg.total = res.data.data.count;
......
......@@ -538,7 +538,7 @@ import MyEdit from "@/components/EditTemplate.vue";
},
methods: {
changearr(){
console.log(this.UsageTimeListArr)
},
getList() {
this.loading = true;
......@@ -598,7 +598,6 @@ import MyEdit from "@/components/EditTemplate.vue";
"appletsmeal_post_Get",
msg,
res => {
console.log(res.data)
if (res.data.resultCode == 1) {
this.addMsg = res.data.data;
if(res.data.data.UsageTime){
......
......@@ -188,7 +188,6 @@
UploadImage2(file){
let that = this;
let newArr = [];
console.log(that.addMsg.ColorList[that.Picindex].PicList)
newArr.push(file.file);
let fileName = file.file.name;
var path = "/Upload/DMC/";
......
......@@ -84,7 +84,6 @@
},
//图片上传
UploadImage(file) {
console.log(file)
let newArr = [];
newArr.push(file.file);
let fileName = file.file.name;
......@@ -96,7 +95,6 @@
this.addMsg.BrandLogo = imgUrl
});
},
openChangeDig(num) {
this.changeState = true;
......
......@@ -207,14 +207,10 @@
}, res => {
this.loading = false;
this.addMsg = res.data.data;
// if (this.addMsg.Introduction && this.addMsg.Introduction != "") {
// this.defaultMsg = this.addMsg.Introduction;
// }
})
},
//图片上传
UploadImage(file) {
console.log(file)
let newArr = [];
newArr.push(file.file);
let fileName = file.file.name;
......
......@@ -1369,13 +1369,11 @@
},
//图片上传
UploadImage(val,file) {
console.log(file)
let newArr = [];
newArr.push(file.file);
let fileName = file.file.name;
var path = "/Upload/DMC/";
this.UploadSelfFileT(path, newArr, x => {
console.log(x)
var str = x.data.FilePath;
var imgUrl = this.domainManager().ViittoFileUrl + x.data.FilePath;
if(val == 1){
......
......@@ -147,10 +147,7 @@
this.currentPage = 1
},
Edit(row){
console.log(row)
this.$router.push("/dzaddcar?obj="+encodeURIComponent(JSON.stringify(row)))
},
delete_b(row){
let that=this;
......
......@@ -167,7 +167,6 @@
if(this.$route.query.obj){
var list = decodeURIComponent(this.$route.query.obj);
let data = JSON.parse(list)
console.log(data)
this.addMsg.Id = data.Id;
this.addMsg.CarName = data.CarName;
this.addMsg.CarType = data.CarType;
......@@ -252,7 +251,6 @@
},
//图片上传
UploadImage(file) {
console.log(file)
let newArr = [];
newArr.push(file.file);
let fileName = file.file.name;
......
......@@ -364,10 +364,7 @@
this.currentPage = 1
},
Edit(row){
console.log(row)
this.$router.push("/adddzline?ID="+row.Id)
},
baojia(row){
this.$router.push("/lineoffer?id="+row.Id+'&Price='+row.Price)
......
......@@ -1320,8 +1320,7 @@
},
methods: {
handleChange(value) {
console.log(value);
console.log(this.addMsg.FoodType);
},
//得到地图信息
mapEvent(e) {
......
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