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

16 lines
240 B
Vue
Raw 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>
2024-09-30 09:40:54 +08:00
export default {}
2023-11-07 10:24:08 +08:00
</script>
<style scoped>
</style>