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
master
HolyKnightIX
1 year ago
parent
3f224c497c
commit
f25083417a
3 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/pages/createing/index.vue
+2
-0
src/pages/index/index.vue
+1
-1
src/pages/lookPhoto/index.vue
+ 1
- 1
src/pages/createing/index.vue
View File
@@ -105,7 +105,7 @@ async function getWorkInfo() {
//#region 页面跳转
function changeStyle() {
uni.
redirect
To({
uni.
navigate
To({
url: "/pages/closeStyle/closeStyle",
});
}
+ 2
- 0
src/pages/index/index.vue
View File
@@ -498,6 +498,8 @@ onLoad(async () => {
onShow(() => {
if (userInfoModulesPinia.token) {
pageNum1.value = 1;
pageNum2.value = 1;
findGlod();
getPhotoList(pageSize1.value, pageNum1.value);
getConsumeList(pageSize2.value, pageNum2.value);
+ 1
- 1
src/pages/lookPhoto/index.vue
View File
@@ -24,7 +24,7 @@
<!-- 底部 -->
<view class="bottomBox">
<view class="tips">
<text>邀请
匿名
好友可获得2枚金币</text>
<text>邀请好友可获得2枚金币</text>
</view>
<view class="shareBtn" @click="share">分享</view>
<view class="shareBtn" @click="inviteFriend">邀请好友</view>
Write
Preview
Loading…
Cancel
Save