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
6b8227e5413df37264c4f62ea80bdfc9df91b843
Authored by
WXD-SEASON\season
2023-04-25 17:36:16 +0800
1 parent
c46465eb
req定义
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
pages/user/userinfo/userinfo.js
pages/user/userinfo/userinfo.js
View file @
6b8227e
...
...
@@ -868,6 +868,7 @@ Page({
868
868
//------卡片的显示和关闭--------
869
869
show_tc: function() {
870
870
var that=this;
871
+ var req = t;
871
872
if (!getApp().globalData.userInfo) return false;
872
873
//base64_encode($user.mobile.'|'.date('Y-m-d H:i:s')
873
874
var getnowtime;
...
...