@@ -29,7 +29,7 @@
const that = this;
const res = await that.$api(`/banner/${that.id}`, 'GET');
if (res.errcode == '0') {
- console.log(res.data);
+ that.$set(that, `info`, res.data)
} else {
uni.showToast({
title: res.errmsg,