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