优化 初次登录的“用户协议”改为“用户协议与隐私”

This commit is contained in:
亓雪峰 2020-11-19 17:05:45 +08:00
parent e044812a7c
commit 7977bd795c
2 changed files with 5 additions and 4 deletions

View File

@ -33,7 +33,8 @@
<!-- 用户协议弹窗 --> <!-- 用户协议弹窗 -->
<view class="welcome_backes" v-if="protocol"> <view class="welcome_backes" v-if="protocol">
<view class="content"> <view class="content">
<view class="title">{{ agreement.document_title }}</view> <!-- <view class="title">{{ agreement.document_title }}</view> -->
<view class="title">用户协议与隐私</view>
<!-- <text class="protocol_content"></text> --> <!-- <text class="protocol_content"></text> -->
<scroll-view scroll-y class="scroll"> <scroll-view scroll-y class="scroll">
<rich-text class="protocol_content" :nodes="agreement.document_content"></rich-text> <rich-text class="protocol_content" :nodes="agreement.document_content"></rich-text>

View File

@ -69,9 +69,9 @@
/* ios */ /* ios */
"ios" : { "ios" : {
"privacyDescription" : { "privacyDescription" : {
"NSLocationAlwaysAndWhenInUseUsageDescription" : "德铭阳光将在推荐商品、填写收货地址等服务中使用您的位置信息。", "NSLocationAlwaysAndWhenInUseUsageDescription" : "德铭阳光将在推荐商品、收货地址等服务中使用您的位置信息。",
"NSLocationWhenInUseUsageDescription" : "德铭阳光将在推荐商品、填写收货地址等服务中使用您的位置信息。", "NSLocationWhenInUseUsageDescription" : "德铭阳光将在推荐商品、收货地址等服务中使用您的位置信息。",
"NSLocationAlwaysUsageDescription" : "德铭阳光将在推荐商品、填写收货地址等服务中使用您的位置信息。" "NSLocationAlwaysUsageDescription" : "德铭阳光将在推荐商品、收货地址等服务中使用您的位置信息。"
} }
}, },
/* SDK */ /* SDK */