Merge pull request 'GDPAO' (#36) from gyh into master

Reviewed-on: http://git.luyuan.tk/luyuan/demingshangjia/pulls/36
This commit is contained in:
gyh 2020-08-10 19:04:54 +08:00
commit d7c6625416

View File

@ -81,6 +81,7 @@
tupian(){
uni.hideLoading()
},
sccg() {},
// checkbox
checkboxChange(e) {
//console.log(e);
@ -107,8 +108,11 @@
this.init()
},
tupian(a){
console.log(JSON.parse(a.data))
this.image = JSON.parse(a.data).data.file_name
// console.log(JSON.parse(a.data));
let info = JSON.parse(a.data);
console.log(info.data.file_path);
// console.log(JSON.stringify(a.data))
this.image = info.data.file_path;
},
navto(url){
this.$u.route({