tangzy
2022-02-24 ff667d488374cf73709e466d758c751c52c8bbe0
电子保安员证
1 files added
19 ■■■■■ changed files
pages/voting/information.vue 19 ●●●●● patch | view | raw | blame | history
pages/voting/information.vue
New file
@@ -0,0 +1,19 @@
<template>
    <view>
        <web-view :src="url"></web-view>
    </view>
</template>
<script>
    export default {
        data() {
            return {
                url: ''
            }
        },
        onLoad(e) {
             // 获取传递过来的链接
            this.url = e.url
        }
    }
</script>