style(custom): ok
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-06-20 07:52:00 +08:00
parent 9edcf67620
commit e1c00d6bb1
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />

View File

@@ -41,9 +41,9 @@ const request = (
if (data.code === 401) {
Taro.showModal({
title: '提示',
content: '你当前未登录,是否前往登录',
content: '你当前未登录,是否前往登录',
confirmText: '去登录',
cancelText: '取消',
cancelText: '先逛逛',
success: ({ confirm }) => {
if (confirm) {
Taro.reLaunch({