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/apis/interfaces/user.js b/apis/interfaces/user.js index 685207f..d44b187 100644 --- a/apis/interfaces/user.js +++ b/apis/interfaces/user.js @@ -142,9 +142,10 @@ const submitTeamName = (data) => { }) } // 获取运营中心记录 -const getTeam = () => { +const getTeam = (data) => { return request({ url : 'user/team', + data:data, }) } diff --git a/main.js b/main.js index 3c7c20a..6d5f2d2 100644 --- a/main.js +++ b/main.js @@ -7,7 +7,7 @@ import store from './store' import { router, RouterMount } from 'router' import Mylink from './node_modules/uni-simple-router/dist/link.vue' -Vue.component('my-link',Mylink) +Vue.component('my-link', Mylink) Vue.use(uView) Vue.use(router) diff --git a/manifest.json b/manifest.json index 5e9eff8..d5a0d31 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name" : "抖火", "appid" : "__UNI__C305C03", "description" : "纵有疾风起,人生不言弃", - "versionName" : "1.3.2", + "versionName" : "1.3.3", "versionCode" : 103, "transformPx" : false, /* 5+App特有相关 */ diff --git a/pages.json b/pages.json index 746244b..dde56ef 100644 --- a/pages.json +++ b/pages.json @@ -225,7 +225,7 @@ "auth": true, "name": "YunYing", "style": { - "navigationBarTitleText": "运营中心", + "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#446EFE", "navigationBarTextStyle": "white" diff --git a/pages/account/yunying.vue b/pages/account/yunying.vue index 06caf7f..67ad001 100644 --- a/pages/account/yunying.vue +++ b/pages/account/yunying.vue @@ -1,25 +1,48 @@