|
@ -259,7 +259,7 @@ const usBoostStatus = ref(false) |
|
|
// const hkBoostStatus = ref(false) |
|
|
// const hkBoostStatus = ref(false) |
|
|
const showRulesModal = ref(false) |
|
|
const showRulesModal = ref(false) |
|
|
// 添加助力成功提示状态 |
|
|
// 添加助力成功提示状态 |
|
|
const showBoostSuccess = ref(true) |
|
|
|
|
|
|
|
|
const showBoostSuccess = ref(false) |
|
|
// 剩余时间数据 - 从接口获取marketTwoCount计算 |
|
|
// 剩余时间数据 - 从接口获取marketTwoCount计算 |
|
|
const usRemainingTime = ref(15) // 美股剩余分钟,初始值15分钟 |
|
|
const usRemainingTime = ref(15) // 美股剩余分钟,初始值15分钟 |
|
|
// const hkRemainingTime = ref(6) // 港股剩余分钟 |
|
|
// const hkRemainingTime = ref(6) // 港股剩余分钟 |
|
|