21 changed files with 177 additions and 35 deletions
@ -1,5 +1,7 @@
@@ -1,5 +1,7 @@
|
||||
{ |
||||
"navigationStyle": "default", |
||||
"navigationBarTitleText": "隐私协议保护政策", |
||||
"usingComponents": {} |
||||
"navigationBarTitleText": "TED关爱中心小程序隐私政策", |
||||
"usingComponents": { |
||||
"mp-html": "mp-html" |
||||
} |
||||
} |
||||
|
@ -0,0 +1,3 @@
@@ -0,0 +1,3 @@
|
||||
.page{ |
||||
padding: 0 40rpx; |
||||
} |
File diff suppressed because one or more lines are too long
@ -1,2 +1,3 @@
@@ -1,2 +1,3 @@
|
||||
<!--pages/story/index.wxml--> |
||||
<text>pages/story/index.wxml</text> |
||||
<view class="page"> |
||||
<mp-html content="{{doc}}"></mp-html> |
||||
</view> |
||||
|
After Width: | Height: | Size: 151 KiB |
After Width: | Height: | Size: 932 B |
After Width: | Height: | Size: 937 KiB |
Loading…
Reference in new issue