Browse Source

upload

master
HolyKnightIX 1 year ago
parent
commit
f25083417a
3 changed files with 4 additions and 2 deletions
  1. +1
    -1
      src/pages/createing/index.vue
  2. +2
    -0
      src/pages/index/index.vue
  3. +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.redirectTo({
uni.navigateTo({
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>


Loading…
Cancel
Save