隐私政策非登录处理 --提交人:阳华祥

This commit is contained in:
yang.huaxiang
2020-10-29 10:33:44 +08:00
parent a5bd312711
commit 406e21c4d4

View File

@@ -5,7 +5,7 @@
</template>
<script>
import { queryPrivacy } from '@/api/ebiz/my/my'
import { queryPrivacyNot } from '@/api/ebiz/my/my'
export default {
name: 'PrivacyPolicy',
data() {
@@ -23,7 +23,7 @@ export default {
methods: {
//获取隐私条款内容
getPrivacy() {
queryPrivacy({
queryPrivacyNot({
type: 0
}).then(res => {
if (res.result == '0') {