From 252104f91aac669e19aba1733aa9d80bb76c4665 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=90=E6=98=8E=E6=98=8E?= <970899069@qq.com> Date: Wed, 15 Feb 2023 11:39:02 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=88=91=E7=9A=84=E5=AE=A2?= =?UTF-8?q?=E6=88=B7=E5=88=97=E8=A1=A8=E9=A1=B5=E9=9D=A2=EF=BC=8C=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=8B=A8=E6=89=93=E7=94=B5=E8=AF=9D=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 1 + manifest.json | 2 +- pages/user/team.vue | 170 +++++++++++++++++++++++++++----------------- 3 files changed, 105 insertions(+), 68 deletions(-) diff --git a/App.vue b/App.vue index f562823..55dffd6 100644 --- a/App.vue +++ b/App.vue @@ -2,6 +2,7 @@ import { getVersions } from './apis/interfaces/versions' export default { onLaunch: function() { + return //#ifdef APP-PLUS // 获取系统版本号 getVersions({ diff --git a/manifest.json b/manifest.json index 321f66e..c11c7e1 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name" : "抖火", "appid" : "__UNI__C305C03", "description" : "纵有疾风起,人生不言弃", - "versionName" : "1.2.8", + "versionName" : "1.3.0", "versionCode" : 102, "transformPx" : false, /* 5+App特有相关 */ diff --git a/pages/user/team.vue b/pages/user/team.vue index e9994b6..89bc526 100644 --- a/pages/user/team.vue +++ b/pages/user/team.vue @@ -1,22 +1,30 @@