用户接口对接

This commit is contained in:
仲么了
2023-03-20 08:51:21 +08:00
parent c5ed54924b
commit c308a7131b
10 changed files with 284 additions and 110 deletions

View File

@@ -1,25 +1,27 @@
<template>
<Cn-page :loading='loading'>
<view slot='body'>
<view class='index'>
用户协议
</view>
</view>
</Cn-page>
<view>
<view>
<web-view src="http://112.4.156.196:8040/shiningCloud/business/userAgreement"></web-view>
</view>
</view>
</template>
<script>
export default {
data () {
return {
loading: false
}
},
methods: {
}
}
export default {
data() {
return {
showFlag:0,
pageNameFlag:1,
pageName:'用户协议',
}
},
methods: {
},
}
</script>
<style lang='scss'>
.index {
padding: 20rpx;
}
</style>
<style>
</style>