This commit is contained in:
hrx 2025-11-17 15:01:41 +08:00
parent 7d6db715ba
commit 451766c3b6

View File

@ -41,7 +41,6 @@
</template>
<script>
//
import {reqBaiduToken} from "@/api/baidu/login";
import {mapState} from "vuex";
import {reqBaiduJudgePrice, reqBaiduOrderCost, reqIsReallyPeople} from "@/api/baidu";
@ -64,10 +63,10 @@ export default {
this.userid = sessionStorage.getItem('userId')
reqIsReallyPeople({user_id: this.userid}).then(res => {
this.isShowReallyBtn = !res.status;
if (!res.status) {
// if (!res.status) {
this.isShowWindow = true
this.isAllShow = true
}
// }
})
let resultUrlLast = 'https://console.vcp.baidu.com/api/loginvcp/login/securitytoken?'
@ -78,7 +77,7 @@ export default {
this.url = resultUrlLast
console.log('iframeurl', resultUrlLast)
this.flag = true
}
}
})
window.addEventListener('message', this.receiveMessage, false);