Browse Source

隐私协议

master
kola-web 2 months ago
parent
commit
8e26543f17
  1. 4
      src/pages/protocol/index.json
  2. 4
      src/pages/protocol/index.ts
  3. 2
      src/pages/protocol/index.wxml

4
src/pages/protocol/index.json

@ -1,5 +1,7 @@
{ {
"navigationBarTitleText": "用户隐私协议", "navigationBarTitleText": "用户隐私协议",
"navigationStyle": "default", "navigationStyle": "default",
"usingComponents": {} "usingComponents": {
"mp-html": "mp-html"
}
} }

4
src/pages/protocol/index.ts

File diff suppressed because one or more lines are too long

2
src/pages/protocol/index.wxml

@ -1,3 +1,3 @@
<view class="page"> <view class="page">
产品还没给 <mp-html content="{{content}}" scroll-table="{{true}}"></mp-html>
</view> </view>

Loading…
Cancel
Save