From eb7366f400867d3f401fe60f06d848d6d1448457 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期一, 17 十月 2022 17:41:56 +0800
Subject: [PATCH] 2022.10.17
---
app.js | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/app.js b/app.js
index 7011527..db53ec6 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,9 @@
perPage: 5,
userInfo: null,
accessToken: null,
- isLogin: false
+ isLogin: false,
+ version: '浣撻獙鐗� 1.0.0',
+ agreement: $f.baseFileUrl + '/agreement/涓皬寰紒涓氱敓鎬佺幆澧冨畧娉曟櫤鑳芥湇鍔″井淇″皬绋嬪簭鏈嶅姟鍗忚.docx'
},
// 鏅鸿兘鍜ㄨ缁撴灉绫诲瀷鏂囨湰杞崲
cosultTypeName: (typeId) => {
--
Gitblit v1.9.3