feat(custom): build
This commit is contained in:
@@ -37,7 +37,6 @@ const closeAttr = () => {
|
||||
|
||||
const onChooseAvatar = (e) => {
|
||||
const { avatarUrl } = e.detail;
|
||||
console.log(avatarUrl);
|
||||
Taro.uploadFile({
|
||||
url: `${BASE_URL}/upload`,
|
||||
filePath: avatarUrl,
|
||||
|
||||
Reference in New Issue
Block a user