diff --git a/src/subpackage/blacklist/pages/abnormal_list/abnormal_list.vue b/src/subpackage/blacklist/pages/abnormal_list/abnormal_list.vue index ce05a93..60a6c9e 100644 --- a/src/subpackage/blacklist/pages/abnormal_list/abnormal_list.vue +++ b/src/subpackage/blacklist/pages/abnormal_list/abnormal_list.vue @@ -97,7 +97,7 @@ export default { }, methods: { previewImg(url){ - uni.previewImage({ urls: [url] }) + uni.previewImage({ urls: [url] }); }, getRecords({ authority = 'wx', // 后台:随便字段写死