main
liudan 1 year ago
parent e7e4499395
commit 7cffb128bc
  1. 2
      .hbuilderx/launch.json
  2. 2
      pages.json
  3. 19
      pages/mine.vue
  4. 4
      unpackage/dist/dev/app-plus/app-config-service.js
  5. 6826
      unpackage/dist/dev/app-plus/app-service.js
  6. 9842
      unpackage/dist/dev/app-plus/app-view.js
  7. 2
      unpackage/dist/dev/app-plus/manifest.json
  8. 2
      unpackage/dist/dev/app-plus/view.umd.min.js
  9. 2
      user/pages/setting.vue

@ -19,7 +19,7 @@
"type" : "uniCloud" "type" : "uniCloud"
}, },
{ {
"playground" : "custom", "playground" : "standard",
"type" : "uni-app:app-android" "type" : "uni-app:app-android"
}, },
{ {

@ -32,7 +32,7 @@
"path": "pages/technician", "path": "pages/technician",
"style": { "style": {
"navigationBarTitleText": "", "navigationBarTitleText": "",
"navigationStyle": "custom", "navigationStyle": "",
// "navigationBarBackgroundColor":"#fff", // "navigationBarBackgroundColor":"#fff",
"enablePullDownRefresh": true "enablePullDownRefresh": true
} }

@ -454,11 +454,11 @@
text: '官方公告', text: '官方公告',
url: '/user/pages/gonggao/list' url: '/user/pages/gonggao/list'
}, },
{ // {
icon: '../static/tousu.png', // icon: '../static/tousu.png',
text: '投诉管理', // text: '',
url: '/user/pages/complainList/complainList' // url: '/user/pages/complainList/complainList'
}, // },
{ {
icon: '../static/yaoq.png', icon: '../static/yaoq.png',
text: '邀请好友', text: '邀请好友',
@ -476,11 +476,12 @@
text: '积分明细', text: '积分明细',
url: '/user/pages/score/score' url: '/user/pages/score/score'
}, },
// {
// // icon: 'iconshijianguanli',
// text: '',
// url: '/user/pages/chapingList/chapingList'
// },
{ {
// icon: 'iconshijianguanli',
text: '差评申诉',
url: '/user/pages/chapingList/chapingList'
},{
// icon: 'iconshijianguanli', // icon: 'iconshijianguanli',
text: '车费管理', text: '车费管理',
url: '/user/pages/traffic/index' url: '/user/pages/traffic/index'

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -54,7 +54,7 @@
<!-- <fix-bottom-button @confirm="toLoginOut" <!-- <fix-bottom-button @confirm="toLoginOut"
:text="[{ text: '退出登录', type: 'confirm' }]" bgColor="#fff"> :text="[{ text: '退出登录', type: 'confirm' }]" bgColor="#fff">
</fix-bottom-button> --> </fix-bottom-button> -->
<view class="logoutBtn" @confirm="toLoginOut" > <view class="logoutBtn" @click="toLoginOut" >
退出登录 退出登录
</view> </view>

Loading…
Cancel
Save