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

页面修改

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