This commit is contained in:
lmj
2022-10-09 15:35:56 +08:00
parent 977e4b9f93
commit 03189748ee

View File

@@ -433,11 +433,10 @@ export default {
couresreso(){ couresreso(){
let key = 'course'; let key = 'course';
apiPlace.detail(key).then(res=>{ apiPlace.detail(key).then(res=>{
console.log(res) console.log(res,'lmj')
let lmj = JSON.parse(res.result.content) let Imageres = JSON.parse(res.result.content);
// console.log(lmj) this.resonimg = Imageres[0]
this.resonimg = lmj[0] // console.log(this.resonimg,'111')
console.log(this.resonimg.image)
}) })
}, },
jumUX() { jumUX() {