Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
suimang
/
Metavatar_Camera_Wapp
Observar
2
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
upload
master
HolyKnightIX
1 ano atrás
pai
3f224c497c
commit
f25083417a
3 arquivos alterados
com
4 adições
e
2 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+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
Ver arquivo
@@ -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
Ver arquivo
@@ -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
Ver arquivo
@@ -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>
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar