修改指示器显示

master
于肖磊 2024-10-18 11:15:45 +08:00
parent a38c39b8ee
commit ccc889b2f1
1 changed files with 5 additions and 0 deletions

View File

@ -58,6 +58,11 @@
empty_style: `${this.propErrorStyle}`,
});
img_url = this.default_image;
} else {
this.setData({
empty_outer_style: '',
empty_style: 'width: 100%; height: 100%;', // 100%
});
}
this.setData({
img_url: img_url,