GDPAO #36

Merged
gyh merged 1 commits from gyh into master 2020-08-10 11:04:55 +00:00

View File

@ -80,6 +80,7 @@
tupian(){ tupian(){
uni.hideLoading() uni.hideLoading()
}, },
sccg() {},
// checkbox // checkbox
checkboxChange(e) { checkboxChange(e) {
//console.log(e); //console.log(e);
@ -106,8 +107,11 @@
this.init() this.init()
}, },
tupian(a){ tupian(a){
console.log(JSON.parse(a.data)) // console.log(JSON.parse(a.data));
this.image = JSON.parse(a.data).data.file_name 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){ navto(url){
this.$u.route({ this.$u.route({