From 5d8e52e398bff7bc8f83e8f5b8a387175b958c98 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 24 二月 2023 10:20:18 +0800
Subject: [PATCH] 2023.2.24

---
 app.js |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/app.js b/app.js
index 7011527..0372651 100644
--- a/app.js
+++ b/app.js
@@ -1,5 +1,6 @@
 // app.js
 import moment from './utils/moment.min'
+import $f from "./service/baserequest"
 
 App({
   onLaunch() {
@@ -20,7 +21,10 @@
     perPage: 5,
     userInfo: null,
     accessToken: null,
-    isLogin: false
+    isLogin: false,
+    version: '浣撻獙鐗� 1.0.0',
+    agreement: $f.baseFileUrl + '/agreement/涓皬寰紒涓氱敓鎬佺幆澧冨畧娉曟櫤鑳芥湇鍔″井淇″皬绋嬪簭鏈嶅姟鍗忚.docx',
+    newUser: false,//鏄惁涓烘敞鍐屼竴涓湀浠ュ唴鐨勬柊鐢ㄦ埛
   },
   // 鏅鸿兘鍜ㄨ缁撴灉绫诲瀷鏂囨湰杞崲
   cosultTypeName: (typeId) => {

--
Gitblit v1.9.3