This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
suimang
/
Metavatar_Screen
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
8b8ec13a64
commit
38b9dd6594
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/pages/created/index.vue
+1
-0
src/pages/createing/index.vue
+ 1
- 0
src/pages/created/index.vue
View File
@@ -200,6 +200,7 @@ function loginOut() {
uni.showModal({
title: "提示",
content: "是否退出登录?",
confirmColor: "#ff4f00",
success: function (res) {
if (res.confirm) {
console.log("用户点击确定");
+ 1
- 0
src/pages/createing/index.vue
View File
@@ -321,6 +321,7 @@ function loginOut() {
uni.showModal({
title: "提示",
content: "是否退出登录?",
confirmColor: "#ff4f00",
success: function (res) {
if (res.confirm) {
console.log("用户点击确定");
Write
Preview
Loading…
Cancel
Save