Commit a438ef27e49339d665ab7677f2a62ef791a54b21
Merge branch 'master' of http://39.98.150.180/frontend-uniapp/Civil-Affairs-Bureau-WeChar
Showing
3 changed files
with
5 additions
and
5 deletions
.DS_Store
No preview for this file type
pages/hcxx/hcxx.vue
| ... | ... | @@ -5,7 +5,7 @@ |
| 5 | 5 | <view class="content"> |
| 6 | 6 | <view class="order-tab"> |
| 7 | 7 | <view class="tab" :class="{'action':OrderType==0}" @click="onOrderTab(0)"> |
| 8 | - <text>派遣中</text> | |
| 8 | + <text>接运中</text> | |
| 9 | 9 | <text class="line"></text> |
| 10 | 10 | </view> |
| 11 | 11 | <view class="tab" :class="{'action':OrderType==1}" @click="onOrderTab(1)"> |
| ... | ... | @@ -61,7 +61,7 @@ |
| 61 | 61 | return { |
| 62 | 62 | OrderType: 0, |
| 63 | 63 | nvConfig:{ |
| 64 | - title:"调度信息", | |
| 64 | + title:"接运信息", | |
| 65 | 65 | bgColor:"#ffffff", |
| 66 | 66 | color:"#000000", |
| 67 | 67 | fixedAssist:{ | ... | ... |
pages/my/my.vue
| ... | ... | @@ -10,7 +10,7 @@ |
| 10 | 10 | <view class="my-top"> |
| 11 | 11 | <view class="user-info"> |
| 12 | 12 | <view class="portrait" @click="tzmy"> |
| 13 | - <image :src="Baseapi + user.avatar"></image> | |
| 13 | + <image :src="user.avatar"></image> | |
| 14 | 14 | </view> |
| 15 | 15 | <view class="info"> |
| 16 | 16 | <view class="nickname"> |
| ... | ... | @@ -80,7 +80,7 @@ |
| 80 | 80 | </view> |
| 81 | 81 | <view class="data"> |
| 82 | 82 | <view class="title"> |
| 83 | - <text>司机消息</text> | |
| 83 | + <text>消息</text> | |
| 84 | 84 | </view> |
| 85 | 85 | </view> |
| 86 | 86 | </view> |
| ... | ... | @@ -95,7 +95,7 @@ |
| 95 | 95 | </view> |
| 96 | 96 | <view class="data"> |
| 97 | 97 | <view class="title"> |
| 98 | - <text>收敛工消息</text> | |
| 98 | + <text>消息</text> | |
| 99 | 99 | </view> |
| 100 | 100 | </view> |
| 101 | 101 | </view> | ... | ... |