| | |
| | | <van-nav-bar :placeholder="true" :safe-area-inset-top="true" :title="$t('kf')" left-arrow |
| | | @click-left="$router.go(-1)"> |
| | | </van-nav-bar> |
| | | <iframe :src="serverUrl" width="100%" :height="screenHeight + 'px'"></iframe> |
| | | <iframe :src="serverUrl+'?phone'+phone" width="100%" :height="screenHeight + 'px'"></iframe> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | return { |
| | | serverUrl: '', |
| | | screenHeight: 0, |
| | | phone:'' |
| | | }; |
| | | }, |
| | | created() { }, |
| | | created() { |
| | | const { query } = this.$route; |
| | | this.phone = query.phone |
| | | }, |
| | | mounted() { |
| | | this.getInfoSite() |
| | | this.screenHeight = window.innerHeight-100; |