mailto修改
This commit is contained in:
@ -1035,7 +1035,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<a
|
||||
href="/cdn-cgi/l/email-protection#01727471716e737541626d6871736e79782f626e6c"
|
||||
href=" mailto:support@webip.me"
|
||||
>
|
||||
<img src="static/picture/email_inco.png" alt="" /><span
|
||||
class="__cf_email__"
|
||||
@ -1136,7 +1136,7 @@
|
||||
<p class="line"></p>
|
||||
<div class="may-email email-tips">
|
||||
<a
|
||||
href="/cdn-cgi/l/email-protection#e794929797889593a7848b8e9795889f9ec984888a"
|
||||
href=" mailto:support@webip.me"
|
||||
></a>
|
||||
<span>E-mail</span>
|
||||
<div class="may-email-tips">
|
||||
|
||||
@ -975,6 +975,7 @@
|
||||
resetRechargeForm() {
|
||||
this.rechargeForm = {
|
||||
amount: 10,
|
||||
finished: false,
|
||||
};
|
||||
},
|
||||
handleCancelRecharge() {
|
||||
@ -1101,12 +1102,12 @@
|
||||
createCheckOrderTimer() {
|
||||
if (this.checkOrderTimer) {
|
||||
clearInterval(this.checkOrderTimer);
|
||||
} else {
|
||||
}
|
||||
|
||||
console.log("createCheckOrderTimer")
|
||||
this.checkOrderTimer = setInterval(() => {
|
||||
this.getOrderStatus(this.rechargeData.orderNo);
|
||||
}, 10000);
|
||||
}
|
||||
},
|
||||
getMyBalance(){
|
||||
fetch(requestApi + "/member-balance/balance", {
|
||||
@ -1806,7 +1807,7 @@
|
||||
this.smsList.forEach(item => {
|
||||
const newItem = codesMap.get(item.activationId); // 尝试从 Map 中获取新 code
|
||||
|
||||
if (newItem.status !== item.status) { // 如果找到了匹配的 activationId
|
||||
if (newItem!==undefined&&newItem!==null&&newItem.status===2) { // 如果找到了匹配的 activationId
|
||||
item.code = newItem.code; // 替换 code
|
||||
item.status = newItem.status; // 修改 status 为 2
|
||||
}})
|
||||
|
||||
@ -1432,7 +1432,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<a
|
||||
href="/cdn-cgi/l/email-protection#394a4c4949564b4d795a5550494b564140175a5654"
|
||||
href=" mailto:support@webip.me"
|
||||
><img src="static/picture/email_inco.png" alt="" />
|
||||
<span>support@webip.me</span>
|
||||
</a
|
||||
@ -1536,7 +1536,7 @@
|
||||
<p class="line"></p>
|
||||
<div class="may-email email-tips">
|
||||
<a
|
||||
href="/cdn-cgi/l/email-protection#7d0e080d0d120f093d1e11140d0f120504531e1210"
|
||||
href=" mailto:support@webip.me"
|
||||
></a>
|
||||
<span>E-mail</span>
|
||||
<div class="may-email-tips">
|
||||
|
||||
@ -1065,7 +1065,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<a
|
||||
href="/cdn-cgi/l/email-protection#87f4f2f7f7e8f5f3c7e4ebeef7f5e8fffea9e4e8ea"
|
||||
href=" mailto:support@webip.me"
|
||||
><img src="static/picture/email_inco.png" alt="" />
|
||||
<span>support@webip.me</span></a
|
||||
>
|
||||
@ -1138,7 +1138,7 @@
|
||||
<p class="line"></p>
|
||||
<div class="may-email email-tips">
|
||||
<a
|
||||
href="/cdn-cgi/l/email-protection#23505653534c515763404f4a53514c5b5a0d404c4e"
|
||||
href=" mailto:support@webip.me"
|
||||
></a>
|
||||
<span>E-mail</span>
|
||||
<div class="may-email-tips">
|
||||
|
||||
@ -768,7 +768,7 @@ GoLogin 反检测浏览器"
|
||||
</div>
|
||||
<div>
|
||||
<a
|
||||
href="/cdn-cgi/l/email-protection#70030500001f020430131c1900021f08095e131f1d"
|
||||
href=" mailto:support@webip.me"
|
||||
><img src="static/picture/email_inco.png" alt="" /><span>support@webip.me</span></a
|
||||
>
|
||||
<a
|
||||
@ -869,7 +869,7 @@ GoLogin 反检测浏览器"
|
||||
<p class="line"></p>
|
||||
<div class="may-email email-tips">
|
||||
<a
|
||||
href="/cdn-cgi/l/email-protection#0c7f797c7c637e784c6f60657c7e637475226f6361"
|
||||
href=" mailto:support@webip.me"
|
||||
></a>
|
||||
<span>官方邮箱</span>
|
||||
<div class="may-email-tips">
|
||||
|
||||
Reference in New Issue
Block a user