wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
25388e8db8767ddc19045138532e105ef3b214e4
Authored by
WXD-SEASON\season
2022-12-14 17:23:47 +0800
1 parent
1905a07e
登录提示修改
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pages/user/order_list/order_list.js
pages/user/order_list/order_list.js
View file @
25388e8
...
...
@@ -111,7 +111,7 @@ Page({
111
111
112
112
wx.showModal({
113
113
title: '提示',
114
- content: '
请先登录!',
114
+ content: '
当前账号未登录,
请先登录!',
115
115
success (res) {
116
116
if (res.confirm) {
117
117
getApp().goto('/packageE/pages/togoin/togoin');
...
...