|
|
|
|
@ -16,6 +16,11 @@ import { showLoadingToast,showSuccessToast } from 'vant';
|
|
|
|
|
|
|
|
|
|
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 store = useStore()
|
|
|
|
|
@ -750,7 +755,7 @@ onBeforeMount(async () => {
|
|
|
|
|
width="100%"
|
|
|
|
|
position="top"
|
|
|
|
|
fit="cover"
|
|
|
|
|
src="/src/assets/images/tp/tp_1.jpg"
|
|
|
|
|
:src="imgTp1"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@ -771,7 +776,7 @@ onBeforeMount(async () => {
|
|
|
|
|
<div class="imgBtn" :data-id="index">
|
|
|
|
|
<div class="imgCnt">
|
|
|
|
|
<van-image
|
|
|
|
|
src="/src/assets/images/tp/tp_1.jpg"
|
|
|
|
|
:src="imgTp1"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|