Compare commits
	
		
			No commits in common. "8d16e664557aa8156b21e30f1beff1ea654ea227" and "746cda119db8bbaeb7038093b6cd41e398c989f2" have entirely different histories.
		
	
	
		
			8d16e66455
			...
			746cda119d
		
	
		
| @ -1,10 +1,10 @@ | |||||||
| <template> | <template> | ||||||
|     <div class="m-auto bg-white p-10px rd-10px touch-none select-none"> |     <div class="m-auto bg-white p-15px rd-10px touch-none select-none"> | ||||||
|       <div class="relative w-full overflow-hidden bg-#f8f8f8 rd-10px"> |       <div class="relative w-full overflow-hidden bg-#f8f8f8 rd-8px" > | ||||||
|         <!-- 背景图 --> |         <!-- 背景图 --> | ||||||
|         <img  |         <img  | ||||||
|           :src="options?.canvasSrc"  |           :src="options?.canvasSrc"  | ||||||
|           class="pointer-events-none" |           class="block pointer-events-none object-contain" | ||||||
|           :style="{ width: `${options?.canvasWidth}px`, height: `${options?.canvasHeight}px` }" |           :style="{ width: `${options?.canvasWidth}px`, height: `${options?.canvasHeight}px` }" | ||||||
|           ref="bgImage"  |           ref="bgImage"  | ||||||
|           @load="onImageLoad"  |           @load="onImageLoad"  | ||||||
|  | |||||||
| @ -271,7 +271,7 @@ const onLeave =async (moveX, callback) => { | |||||||
|     <div v-if="!isKeyboardVisible" class="text-center text-14px absolute left-1/2 transform translate-x--1/2 bottom-20px"> |     <div v-if="!isKeyboardVisible" class="text-center text-14px absolute left-1/2 transform translate-x--1/2 bottom-20px"> | ||||||
|       {{ $t('login.agreement') }}<span class="text-#3454AF " @click="$router.push('/privacyPolicy')">{{ $t('login.privacyPolicy') }}</span> |       {{ $t('login.agreement') }}<span class="text-#3454AF " @click="$router.push('/privacyPolicy')">{{ $t('login.privacyPolicy') }}</span> | ||||||
|     </div> |     </div> | ||||||
|     <van-popup v-model:show="isShow" round   teleport="body"> |     <van-popup v-model:show="isShow" round> | ||||||
|       <PuzzleComponent |       <PuzzleComponent | ||||||
|       v-if="isShow" |       v-if="isShow" | ||||||
|       :options="captcha" |       :options="captcha" | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user