From df747b9f0a16af35b5c329fac4e13d79f248ed89 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=94=90=E6=98=8E=E6=98=8E?= <970899069@qq.com>
Date: Thu, 23 Feb 2023 09:53:12 +0800
Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
App.vue | 1 -
apis/index.js | 4 ++--
manifest.json | 2 +-
pages/user/team.vue | 6 +++---
4 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/App.vue b/App.vue
index 55dffd6..f562823 100644
--- a/App.vue
+++ b/App.vue
@@ -2,7 +2,6 @@
import { getVersions } from './apis/interfaces/versions'
export default {
onLaunch: function() {
- return
//#ifdef APP-PLUS
// 获取系统版本号
getVersions({
diff --git a/apis/index.js b/apis/index.js
index 0bf4ee8..0a6a8ca 100644
--- a/apis/index.js
+++ b/apis/index.js
@@ -10,8 +10,8 @@ import router from '../router'
// 基础配置
const config = {
- // apiUrl : 'https://douhuo.douhuofalv.com/api/',
- apiUrl : 'https://api.douhuotest.douhuofalv.com/api/', //测试环境
+ apiUrl : 'https://douhuo.douhuofalv.com/api/',
+ // apiUrl : 'https://api.douhuotest.douhuofalv.com/api/', //测试环境
timeout : 60000
}
diff --git a/manifest.json b/manifest.json
index fb01d48..e6d773a 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,7 +2,7 @@
"name" : "抖火",
"appid" : "__UNI__C305C03",
"description" : "纵有疾风起,人生不言弃",
- "versionName" : "1.2.9",
+ "versionName" : "1.3.1",
"versionCode" : 103,
"transformPx" : false,
/* 5+App特有相关 */
diff --git a/pages/user/team.vue b/pages/user/team.vue
index 89bc526..52a0724 100644
--- a/pages/user/team.vue
+++ b/pages/user/team.vue
@@ -15,11 +15,11 @@
{{item.nickname}}
已实名
- 业务员
+ 实习顾问
普通用户
顾问
- 联系电话:{{item.real_username}}
+ 联系电话:{{item.username}}
注册时间:{{item.created_at}}
@@ -74,8 +74,8 @@
page : this.page.current
}).then(res => {
let { users, count } = res;
- this.count = count
let atList = users.page.current == 1 ? [] : this.users
+ this.count = count
this.users = atList.concat(users.data)
this.page = users.page
this.pagesShow = false