修改协议名称
This commit is contained in:
parent
0d74adb67f
commit
2e1ea54192
|
@ -47,7 +47,7 @@ export default {
|
|||
this.pageTitle = "关于我们";
|
||||
this.info.content = this.platformData.about;
|
||||
} else if (e.type == "privacy") {
|
||||
this.pageTitle = "隐私协议";
|
||||
this.pageTitle = "隐私政策";
|
||||
this.info.content = this.platformData.privacy;
|
||||
} else {
|
||||
this.pageTitle = "注册协议";
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
</view>
|
||||
</view>
|
||||
<view class="widget-item" @click="toPage('/pages/detail/detail?type=privacy')">
|
||||
<text class="title">隐私协议</text>
|
||||
<text class="title">隐私政策</text>
|
||||
<view class="item-content">
|
||||
<text class="iconfont icon-jinru"></text>
|
||||
</view>
|
||||
|
|
Loading…
Reference in New Issue