18 lines
229 B
Vue
18 lines
229 B
Vue
|
<template>
|
||
|
<view class="content">
|
||
|
<view>
|
||
|
<web-view src="https://qgqy.qhdsafety.com/xieyi/privacy.html"></web-view>
|
||
|
</view>
|
||
|
</view>
|
||
|
</template>
|
||
|
|
||
|
<script>
|
||
|
export default {
|
||
|
|
||
|
}
|
||
|
</script>
|
||
|
|
||
|
<style scoped>
|
||
|
|
||
|
</style>
|