mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 03:56:44 +08:00
隐私政策非登录处理 --提交人:阳华祥
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user