Browse Source

upload

master
HolyKnightIX 1 year ago
parent
commit
50f9244d03
3 changed files with 5 additions and 5 deletions
  1. +3
    -3
      src/pages/closeStyle/goCreatePhoto.vue
  2. +1
    -1
      src/pages/createing/index.vue
  3. +1
    -1
      src/pages/lookPhoto/index.vue

+ 3
- 3
src/pages/closeStyle/goCreatePhoto.vue View File

@@ -50,8 +50,8 @@ async function getMyCoin() {
if (!res4.data) {
userInfoModulesPinia.myGlod = 0;
} else {
userInfoModulesPinia.myGlod = res4.data.digitalAvatarGlod
? res4.data.digitalAvatarGlod
userInfoModulesPinia.myGlod = res4.data.digitalAvatarResidueGlod
? res4.data.digitalAvatarResidueGlod
: 0;
}
}
@@ -84,7 +84,7 @@ async function createing(id) {
}
try {
uni.showLoading({
title: "加载中...",
title: "生成中...",
mask: true,
});
const res = await findImageApi();


+ 1
- 1
src/pages/createing/index.vue View File

@@ -31,8 +31,8 @@
:autoplay="false"
radius="5"
bgColor="#1f2123"
@click="goLookPhoto"
></u-swiper>
<!-- @click="goLookPhoto" -->
<image
v-if="createState != 2"
class="logo"


+ 1
- 1
src/pages/lookPhoto/index.vue View File

@@ -89,7 +89,7 @@ async function getSwiperList() {
//#endregion ---------------------
//#region 下载
const swiperIndex = ref(null);
const swiperIndex = ref(0);
function getSwiperIndex(index) {
swiperIndex.value = index.current;
}


Loading…
Cancel
Save