diff --git a/public/img/tp/tp_1.jpg b/public/img/tp/tp_1.jpg new file mode 100644 index 0000000..ecccafc Binary files /dev/null and b/public/img/tp/tp_1.jpg differ diff --git a/public/img/tp/tp_2.jpg b/public/img/tp/tp_2.jpg new file mode 100644 index 0000000..c6f9abf Binary files /dev/null and b/public/img/tp/tp_2.jpg differ diff --git a/public/img/tp/tp_3.jpg b/public/img/tp/tp_3.jpg new file mode 100644 index 0000000..2406d09 Binary files /dev/null and b/public/img/tp/tp_3.jpg differ diff --git a/public/img/tp/tp_4.jpg b/public/img/tp/tp_4.jpg new file mode 100644 index 0000000..6c653ca Binary files /dev/null and b/public/img/tp/tp_4.jpg differ diff --git a/src/views/Member/index.vue b/src/views/Member/index.vue index 749b5f2..520c71e 100644 --- a/src/views/Member/index.vue +++ b/src/views/Member/index.vue @@ -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" /> @@ -771,7 +776,7 @@ onBeforeMount(async () => {