13 changed files with 55 additions and 10 deletions
@ -0,0 +1,9 @@
@@ -0,0 +1,9 @@
|
||||
{ |
||||
"navigationStyle": "default", |
||||
"navigationBarTitleText": "协议相关", |
||||
"usingComponents": { |
||||
"mp-html": "mp-html", |
||||
"van-tab": "@vant/weapp/tab/index", |
||||
"van-tabs": "@vant/weapp/tabs/index" |
||||
} |
||||
} |
@ -0,0 +1,3 @@
@@ -0,0 +1,3 @@
|
||||
.page{ |
||||
padding: 0 40rpx; |
||||
} |
File diff suppressed because one or more lines are too long
@ -0,0 +1,4 @@
@@ -0,0 +1,4 @@
|
||||
<van-tabs active="{{ active }}" color="#B982FF" sticky swipeable bind:change="onChange"> |
||||
<van-tab title="用户协议"><mp-html content="{{doc}}"></mp-html></van-tab> |
||||
<van-tab title="隐私政策"><mp-html content="{{doc}}"></mp-html></van-tab> |
||||
</van-tabs> |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 3.8 KiB |
Loading…
Reference in new issue