版型選擇圖片不見

dev
Wayne 3 years ago
parent e4b9ea534a
commit 3350e3bc11

Binary file not shown.

After

Width:  |  Height:  |  Size: 371 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 398 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 382 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 398 KiB

@ -16,6 +16,11 @@ import { showLoadingToast,showSuccessToast } from 'vant';
import { getUserInfo, updateUserInfo, updateCard, searchConnection, addUserFavi, setUserNfcTpl} from '@/api' import { getUserInfo, updateUserInfo, updateCard, searchConnection, addUserFavi, setUserNfcTpl} from '@/api'
import imgTp1 from '@/assets/images/tp/tp_1.jpg'
import imgTp2 from '@/assets/images/tp/tp_2.jpg'
import imgTp3 from '@/assets/images/tp/tp_3.jpg'
import imgTp4 from '@/assets/images/tp/tp_4.jpg'
const URL = window.URL || window.webkitURL; const URL = window.URL || window.webkitURL;
const store = useStore() const store = useStore()
@ -750,7 +755,7 @@ onBeforeMount(async () => {
width="100%" width="100%"
position="top" position="top"
fit="cover" fit="cover"
src="/src/assets/images/tp/tp_1.jpg" :src="imgTp1"
/> />
</div> </div>
@ -771,7 +776,7 @@ onBeforeMount(async () => {
<div class="imgBtn" :data-id="index"> <div class="imgBtn" :data-id="index">
<div class="imgCnt"> <div class="imgCnt">
<van-image <van-image
src="/src/assets/images/tp/tp_1.jpg" :src="imgTp1"
/> />
</div> </div>
</div> </div>

Loading…
Cancel
Save