Commit 6b8227e5413df37264c4f62ea80bdfc9df91b843

Authored by WXD-SEASON\season
1 parent c46465eb

req定义

pages/user/userinfo/userinfo.js
... ... @@ -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;
... ...