mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-12 14:56:45 +08:00
隐私政策非登录处理 --提交人:阳华祥
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { queryPrivacy } from '@/api/ebiz/my/my'
|
import { queryPrivacyNot } from '@/api/ebiz/my/my'
|
||||||
export default {
|
export default {
|
||||||
name: 'PrivacyPolicy',
|
name: 'PrivacyPolicy',
|
||||||
data() {
|
data() {
|
||||||
@@ -23,7 +23,7 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
//获取隐私条款内容
|
//获取隐私条款内容
|
||||||
getPrivacy() {
|
getPrivacy() {
|
||||||
queryPrivacy({
|
queryPrivacyNot({
|
||||||
type: 0
|
type: 0
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.result == '0') {
|
if (res.result == '0') {
|
||||||
|
|||||||
Reference in New Issue
Block a user