qa-regulatory-gwj-app/pages/mine/agreement/agreement.vue

18 lines
235 B
Vue
Raw Normal View History

2023-11-07 10:08:37 +08:00
<template>
<view class="content">
<view>
<web-view src="https://qgqy.qhdsafety.com/xieyi/users_agreement.html"></web-view>
</view>
</view>
</template>
<script>
export default {
}
</script>
<style scoped>
</style>