qa-prevention-xgf-app/pages/mine/agreement/agreement.vue

18 lines
242 B
Vue
Raw Permalink Normal View History

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