李双庆 11 months ago
parent
commit
001841d5eb
  1. 19
      pages.json
  2. 4
      pages/market/my/index.vue

19
pages.json

@ -1,5 +1,14 @@
{ {
"pages": [ "pages": [
{
"path": "pages/student/login/login",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "default",
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "white"
}
},
{ {
"path": "pages/student/index/index", "path": "pages/student/index/index",
"style": { "style": {
@ -27,15 +36,7 @@
"navigationBarTextStyle": "white" "navigationBarTextStyle": "white"
} }
}, },
{
"path": "pages/student/login/login",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "default",
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "white"
}
},
{ {
"path": "pages/student/login/forgot", "path": "pages/student/login/forgot",
"style": { "style": {

4
pages/market/my/index.vue

@ -11,7 +11,7 @@
<view class="user_section"> <view class="user_section">
<view class="box"> <view class="box">
<view class="left" @click="openViewMyInfo()"> <view class="left" @click="openViewMyInfo()">
<image class="pic" :src="$util.img(userInfo.headimg)"></image> <image class="pic" :src="userInfo.head_img"></image>
<view class="name">{{userInfo.name}}</view> <view class="name">{{userInfo.name}}</view>
</view> </view>
<view class="right"> <view class="right">
@ -22,7 +22,7 @@
</view> </view>
<view class="bottom"> <view class="bottom">
<view class="title">部门</view> <view class="title">部门</view>
<view class="title">销售部</view> <view class="title">{{userInfo.department_name_str}}</view>
<view class="division"></view> <view class="division"></view>
<view class="title">等级</view> <view class="title">等级</view>
<view class="title">S5</view> <view class="title">S5</view>

Loading…
Cancel
Save