This commit is contained in:
xiaoaojiao
2025-12-25 17:23:36 +08:00
parent 19b9dd1ec7
commit 38be919649
6 changed files with 124 additions and 126 deletions

View File

@@ -116,7 +116,7 @@ const loginSubmit = async () => {
<div class="login-agreement">
<div class="login-agreement-select" :class="{ selected: selected }" @click="selectChange"></div>
<div class="login-agreement-text">我已查看并同意<span class="login-agreement-link"
@click="() => agreementShow = true">泸州老窖会员中心隐私协议</span></div>
@click="() => agreementShow = true">国窖荟会员中心隐私协议</span></div>
</div>
</div>
<div class="btn-login" :class="loginBtnClass" @click="loginSubmit">点击登录</div>

View File

@@ -25,7 +25,7 @@ export const globalStore = reactive({
POINT_1_ICON: 100,
MAX_CAP_SCAN: 5,
CONSUME_POINT_1_PER_DRAW: 1000,
MAX_INVITE_DAILY: 5,
MAX_INVITE_DAILY: 3,
MAX_VIEW_RECIPES_DAILY: 3,
reducerDrawChances () {
this.draw_chances--

View File

@@ -195,7 +195,7 @@ export const Request = async (url, data, type, noloading, noerror) => {
} else if (response.status == 401) {
Storage.clear()
weui.alert("登录失效,请重新登录")
// window.location.reload()
window.location.reload()
return
} else {
if (!noerror) {