修改上传图片安全验证问题
This commit is contained in:
@@ -25,7 +25,7 @@ const TestPage: React.FC = () => {
|
||||
}
|
||||
},
|
||||
fail(err) {
|
||||
console.error('订阅失败:', err);
|
||||
console.warn('订阅失败:', err);
|
||||
Taro.showToast({
|
||||
title: '订阅失败',
|
||||
icon: 'error',
|
||||
|
||||
Reference in New Issue
Block a user