Commit 25388e8db8767ddc19045138532e105ef3b214e4

Authored by WXD-SEASON\season
1 parent 1905a07e

登录提示修改

pages/user/order_list/order_list.js
... ... @@ -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');
... ...