| @@ -32,7 +32,14 @@ | |||||
| <!-- </view> --> | <!-- </view> --> | ||||
| <view v-if="createState == 2" class="checkMore">左右滑动查看更多</view> | <view v-if="createState == 2" class="checkMore">左右滑动查看更多</view> | ||||
| <view v-if="createState != 2" class="wait"> | <view v-if="createState != 2" class="wait"> | ||||
| <view class="creating">写真生成中</view> | |||||
| <view class="creating" | |||||
| >写真生成中 | |||||
| <u-loading-icon | |||||
| size="60" | |||||
| color="#ff4f00" | |||||
| style="display: inline-block" | |||||
| ></u-loading-icon> | |||||
| </view> | |||||
| <view class="check">稍后您可在“智像小相册”微信小程序中查看</view> | <view class="check">稍后您可在“智像小相册”微信小程序中查看</view> | ||||
| </view> | </view> | ||||
| <!-- <view | <!-- <view | ||||
| @@ -99,7 +106,7 @@ const previewImageList = ref([]); //预览图片列表 | |||||
| const timer = ref(null); | const timer = ref(null); | ||||
| async function getSwiperList() { | async function getSwiperList() { | ||||
| const res = await getPhotoListApi(workId.value); | const res = await getPhotoListApi(workId.value); | ||||
| createState.value = res.data.status; | |||||
| // createState.value = res.data.status; | |||||
| if (res.data.photoList) { | if (res.data.photoList) { | ||||
| uni.showToast({ | uni.showToast({ | ||||