This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
suimang
/
Metavatar_Camera_Wapp
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
upload
dev_YWQ
HolyKnightIX
1 year ago
parent
c33d92466b
commit
4535dcc45d
1 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-4
src/pages/uploadPhoto/uploadPhoto.vue
+ 4
- 4
src/pages/uploadPhoto/uploadPhoto.vue
View File
@@ -184,10 +184,10 @@ async function toCloseStyle() {
});
} else {
if (!showImgUrl.value) {
uni.showToast({
title: "请先上传图片",
icon: "none",
});
//
uni.showToast({
//
title: "请先上传图片",
//
icon: "none",
//
});
chooseImage();
return;
}
Write
Preview
Loading…
Cancel
Save