16 lines
244 B
Vue
16 lines
244 B
Vue
|
|
<template>
|
||
|
|
<view class="content">
|
||
|
|
<view>
|
||
|
|
<web-view
|
||
|
|
src="https://skqhdg.porthebei.com:9006/xieyi/users_agreement.html"
|
||
|
|
/>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
</template>
|
||
|
|
|
||
|
|
<script>
|
||
|
|
export default {};
|
||
|
|
</script>
|
||
|
|
|
||
|
|
<style scoped></style>
|