| 
				
				
					
				
				
				 | 
			
			 | 
			@@ -21,9 +21,15 @@ | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			      @change="getSwiperIndex" | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			      @click="previewImage" | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    ></u-swiper> | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    <view class="logoBox" v-if="createState != 2"> | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			      <image class="logo" src="../../assets/img/logo-4.png" mode="aspectFit" /> | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    </view> | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    <image | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			      class="logo" | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			      v-if="createState != 2" | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			      :src="modelImgUrl" | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			      mode="aspectFit" | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    /> | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    <!-- <view class="logoBox" v-if="createState != 2"> --> | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    <!-- <image class="logo" src="../../assets/img/logo-4.png" mode="aspectFit" /> --> | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    <!-- </view> --> | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    <view v-if="createState == 2" class="checkMore">左右滑动查看更多</view> | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    <view v-if="createState != 2" class="wait"> | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			      <view>写真生成中</view> | 
		
		
	
	
		
			
				| 
				
					
				
				
					
				
				
				 | 
			
			 | 
			@@ -73,8 +79,10 @@ const workId = ref(null); //作品id | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			const showQrCode = ref(false); | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			const QRCodeUrl = ref(""); | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
  | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			const modelImgUrl = ref(""); | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			onLoad(async (options) => { | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			  workId.value = options.id; | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			  modelImgUrl.value = options.imgUrl; | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			  // await getTemplateMsg(); | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			  getUser(); | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			  await getSwiperList(); | 
		
		
	
	
		
			
				| 
				
					
				
				
					
				
				
				 | 
			
			 | 
			@@ -343,19 +351,26 @@ onUnload(() => { | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    } | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			  } | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			} | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			.logoBox { | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			  display: flex; | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			  flex-direction: column; | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			  align-items: center; | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			  justify-content: center; | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			.logo { | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			  margin-top: 70rpx; | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			  border-radius: 30rpx; | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			  width: 540rpx; | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			  height: 720rpx !important; | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			} | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			.logoBox { | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			  // display: flex; | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			  // flex-direction: column; | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			  // align-items: center; | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			  // justify-content: center; | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			  // margin-top: 70rpx; | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			  width: 540rpx; | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			  height: 720rpx !important; | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			  .logo { | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    width: 260rpx; | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    margin: 90rpx; | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    animation: rotateAnimation 3s 0s infinite; | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    opacity: 0.7; | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    border-radius: 30rpx; | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    width: 100%; | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    // margin: 90rpx; | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    // animation: rotateAnimation 3s 0s infinite; | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    // opacity: 0.7; | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			  } | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			} | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			@keyframes rotateAnimation { | 
		
		
	
	
		
			
				| 
				
					
				
				
				
				 | 
			
			 | 
			
  |