이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
suimang
/
Metavatar_Camera_Wapp
보기
2
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
upload
master
HolyKnightIX
1 년 전
부모
3f224c497c
커밋
f25083417a
3개의 변경된 파일
과
4개의 추가작업
그리고
2개의 파일을 삭제
분할 보기
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
파일 보기
@@ -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
파일 보기
@@ -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
파일 보기
@@ -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>
쓰기
미리보기
불러오는 중...
취소
저장