同步
This commit is contained in:
1
App.vue
1
App.vue
@@ -2,7 +2,6 @@
|
|||||||
import { getVersions } from './apis/interfaces/versions'
|
import { getVersions } from './apis/interfaces/versions'
|
||||||
export default {
|
export default {
|
||||||
onLaunch: function() {
|
onLaunch: function() {
|
||||||
return
|
|
||||||
//#ifdef APP-PLUS
|
//#ifdef APP-PLUS
|
||||||
// 获取系统版本号
|
// 获取系统版本号
|
||||||
getVersions({
|
getVersions({
|
||||||
|
|||||||
@@ -10,8 +10,8 @@ import router from '../router'
|
|||||||
|
|
||||||
// 基础配置
|
// 基础配置
|
||||||
const config = {
|
const config = {
|
||||||
// apiUrl : 'https://douhuo.douhuofalv.com/api/',
|
apiUrl : 'https://douhuo.douhuofalv.com/api/',
|
||||||
apiUrl : 'https://api.douhuotest.douhuofalv.com/api/', //测试环境
|
// apiUrl : 'https://api.douhuotest.douhuofalv.com/api/', //测试环境
|
||||||
timeout : 60000
|
timeout : 60000
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"name" : "抖火",
|
"name" : "抖火",
|
||||||
"appid" : "__UNI__C305C03",
|
"appid" : "__UNI__C305C03",
|
||||||
"description" : "纵有疾风起,人生不言弃",
|
"description" : "纵有疾风起,人生不言弃",
|
||||||
"versionName" : "1.2.9",
|
"versionName" : "1.3.1",
|
||||||
"versionCode" : 103,
|
"versionCode" : 103,
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
|
|||||||
@@ -15,11 +15,11 @@
|
|||||||
<view class="nowrap name">{{item.nickname}}</view>
|
<view class="nowrap name">{{item.nickname}}</view>
|
||||||
<view class="nowrap identitys">
|
<view class="nowrap identitys">
|
||||||
<text class="identity certification-y" v-if="item.certification"><image src="@/static/icons/user_nav_03.png"></image>已实名</text>
|
<text class="identity certification-y" v-if="item.certification"><image src="@/static/icons/user_nav_03.png"></image>已实名</text>
|
||||||
<text class="identity identity-2" v-if="item.identity.order == 2">业务员</text>
|
<text class="identity identity-2" v-if="item.identity.order == 2">实习顾问</text>
|
||||||
<text class="identity identity-1" v-if="item.identity.order == 1">普通用户</text>
|
<text class="identity identity-1" v-if="item.identity.order == 1">普通用户</text>
|
||||||
<text class="identity identity-3" v-if="item.identity.order == 3">顾问</text>
|
<text class="identity identity-3" v-if="item.identity.order == 3">顾问</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="nowrap submit">联系电话:{{item.real_username}}</view>
|
<view class="nowrap submit">联系电话:{{item.username}}</view>
|
||||||
<view class="nowrap submit">注册时间:{{item.created_at}}</view>
|
<view class="nowrap submit">注册时间:{{item.created_at}}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="mobile">
|
<view class="mobile">
|
||||||
@@ -74,8 +74,8 @@
|
|||||||
page : this.page.current
|
page : this.page.current
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
let { users, count } = res;
|
let { users, count } = res;
|
||||||
this.count = count
|
|
||||||
let atList = users.page.current == 1 ? [] : this.users
|
let atList = users.page.current == 1 ? [] : this.users
|
||||||
|
this.count = count
|
||||||
this.users = atList.concat(users.data)
|
this.users = atList.concat(users.data)
|
||||||
this.page = users.page
|
this.page = users.page
|
||||||
this.pagesShow = false
|
this.pagesShow = false
|
||||||
|
|||||||
Reference in New Issue
Block a user