Commit 27b68cc7 by 李嘉林

隐私

parent 6ef876b7
...@@ -40,5 +40,6 @@ ...@@ -40,5 +40,6 @@
"desc": "你的位置信息将用于获取附近的门店" "desc": "你的位置信息将用于获取附近的门店"
} }
}, },
"requiredPrivateInfos" : [ "chooseLocation", "getLocation" ,"chooseAddress" ] "requiredPrivateInfos" : [ "chooseLocation", "getLocation" ,"chooseAddress" ],
"__usePrivacyCheck__": true
} }
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
} }
}, },
onLoad() { onLoad() {
// this.init(); this.init();
}, },
methods: { methods: {
init() { init() {
......
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
<SelectEnterpriseAccount ref="SelectEnterpriseAccount" @confirm="getEnterpriseAccount"></SelectEnterpriseAccount> <SelectEnterpriseAccount ref="SelectEnterpriseAccount" @confirm="getEnterpriseAccount"></SelectEnterpriseAccount>
<ProtocolDialog v-model="isShowProtocol" :index="currentIndex" :isShowReadTime="isShowReadTime" :protocolList="[userAgreement, privacyPolicy].filter(Boolean)" @onAgree="handleAgree" /> <ProtocolDialog v-model="isShowProtocol" :index="currentIndex" :isShowReadTime="isShowReadTime" :protocolList="[userAgreement, privacyPolicy].filter(Boolean)" @onAgree="handleAgree" />
<!-- 隐私弹窗 --> <!-- 隐私弹窗 -->
<PrivacyPopup @onAgree="handleAgree" @onRefuse="back" /> <!-- <PrivacyPopup @onAgree="handleAgree" @onRefuse="back" /> -->
</div> </div>
</template> </template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment