Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
suimang
/
Metavatar_Camera_Wapp
Segui
2
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
upload
master
HolyKnightIX
1 anno fa
parent
3f224c497c
commit
f25083417a
3 ha cambiato i file
con
4 aggiunte
e
2 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+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
Vedi 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
Vedi 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
Vedi 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>
Scrivi
Anteprima
Caricamento…
Annulla
Salva