This commit is contained in:
@@ -41,9 +41,9 @@ const request = (
|
||||
if (data.code === 401) {
|
||||
Taro.showModal({
|
||||
title: '提示',
|
||||
content: '你当前未登录,是否前往登录',
|
||||
content: '你当前未登录,是否前往登录?',
|
||||
confirmText: '去登录',
|
||||
cancelText: '取消',
|
||||
cancelText: '先逛逛',
|
||||
success: ({ confirm }) => {
|
||||
if (confirm) {
|
||||
Taro.reLaunch({
|
||||
|
||||
Reference in New Issue
Block a user