This commit is contained in:
Gdpao 2020-08-10 19:03:44 +08:00
parent d8840edb30
commit 0a8f2f815d

View File

@ -80,6 +80,7 @@
tupian(){
uni.hideLoading()
},
sccg() {},
// checkbox
checkboxChange(e) {
//console.log(e);
@ -106,8 +107,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({