|
|
@ -40,9 +40,9 @@ import feedbackBtn from "../assets/img/Feedback/feedbackBtn.png"; |
|
|
|
import AiEmotion from "./AiEmotion.vue"; |
|
|
|
import HistoryRecord from "./components/HistoryRecord.vue"; |
|
|
|
|
|
|
|
import VConsole from "vconsole"; |
|
|
|
// import VConsole from "vconsole"; |
|
|
|
|
|
|
|
const vConsole = new VConsole(); |
|
|
|
// const vConsole = new VConsole(); |
|
|
|
|
|
|
|
const isMobile = ref(null); |
|
|
|
|
|
|
@ -1051,8 +1051,8 @@ const goRecharge = () => { |
|
|
|
window.parent.location.href = |
|
|
|
"http://121.89.234.155:8807/user/myGold?token=" + |
|
|
|
encodeURIComponent(localStorage.getItem("localToken")) + |
|
|
|
// "&where=xiaocaishen&successUrl=https://hwjb.homilychart.com/aixiaocaishen/homePage"; |
|
|
|
"&where=xiaocaishen&successUrl=http://192.168.1.5:3000/aixiaocaishen/homePage"; |
|
|
|
"&where=xiaocaishen&successUrl=https://hwjb.homilychart.com/aixiaocaishen/homePage"; |
|
|
|
// "&where=xiaocaishen&successUrl=http://192.168.1.5:3000/aixiaocaishen/homePage"; |
|
|
|
} else { |
|
|
|
window.parent.location.href = |
|
|
|
"https://web.homilychart.com/user/myGold?token=" + |
|
|
@ -1131,16 +1131,6 @@ onMounted(async () => { |
|
|
|
} |
|
|
|
}; |
|
|
|
|
|
|
|
console.log( |
|
|
|
"sessionStorage.getItem('rechargeFlag')", |
|
|
|
sessionStorage.getItem("rechargeFlag") |
|
|
|
); |
|
|
|
console.log( |
|
|
|
"getQueryVariable('successType')", |
|
|
|
getQueryVariable("successType") |
|
|
|
); |
|
|
|
console.log("window.href", window.location.href); |
|
|
|
|
|
|
|
if ( |
|
|
|
sessionStorage.getItem("rechargeFlag") == "1" && |
|
|
|
getQueryVariable("successType") == "success" |
|
|
|