소스 검색

添加登记时间参数

zizhong.wang 5 년 전
부모
커밋
72eac3bf59
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      pages/index/index.vue

+ 1 - 0
pages/index/index.vue

@@ -163,6 +163,7 @@
 										getApp().globalData.userCodeNumber = that.userInfoObj.code;
 										getApp().globalData.managerPhone = that.userInfoObj.qyjl_phone;
 										getApp().globalData.managerName = that.userInfoObj.qyjl_name;
+										getApp().globalData.addTime = that.userInfoObj.addtime;
 										that.judgeUserType(that.userInfoObj.type,that.userInfoObj.pass)
 									}else {
 										uni.showToast({