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,7 +5,7 @@ | ||
| 5 | <view class="content"> | 5 | <view class="content"> |
| 6 | <view class="order-tab"> | 6 | <view class="order-tab"> |
| 7 | <view class="tab" :class="{'action':OrderType==0}" @click="onOrderTab(0)"> | 7 | <view class="tab" :class="{'action':OrderType==0}" @click="onOrderTab(0)"> |
| 8 | - <text>派遣中</text> | 8 | + <text>接运中</text> |
| 9 | <text class="line"></text> | 9 | <text class="line"></text> |
| 10 | </view> | 10 | </view> |
| 11 | <view class="tab" :class="{'action':OrderType==1}" @click="onOrderTab(1)"> | 11 | <view class="tab" :class="{'action':OrderType==1}" @click="onOrderTab(1)"> |
| @@ -61,7 +61,7 @@ | @@ -61,7 +61,7 @@ | ||
| 61 | return { | 61 | return { |
| 62 | OrderType: 0, | 62 | OrderType: 0, |
| 63 | nvConfig:{ | 63 | nvConfig:{ |
| 64 | - title:"调度信息", | 64 | + title:"接运信息", |
| 65 | bgColor:"#ffffff", | 65 | bgColor:"#ffffff", |
| 66 | color:"#000000", | 66 | color:"#000000", |
| 67 | fixedAssist:{ | 67 | fixedAssist:{ |
pages/my/my.vue
| @@ -10,7 +10,7 @@ | @@ -10,7 +10,7 @@ | ||
| 10 | <view class="my-top"> | 10 | <view class="my-top"> |
| 11 | <view class="user-info"> | 11 | <view class="user-info"> |
| 12 | <view class="portrait" @click="tzmy"> | 12 | <view class="portrait" @click="tzmy"> |
| 13 | - <image :src="Baseapi + user.avatar"></image> | 13 | + <image :src="user.avatar"></image> |
| 14 | </view> | 14 | </view> |
| 15 | <view class="info"> | 15 | <view class="info"> |
| 16 | <view class="nickname"> | 16 | <view class="nickname"> |
| @@ -80,7 +80,7 @@ | @@ -80,7 +80,7 @@ | ||
| 80 | </view> | 80 | </view> |
| 81 | <view class="data"> | 81 | <view class="data"> |
| 82 | <view class="title"> | 82 | <view class="title"> |
| 83 | - <text>司机消息</text> | 83 | + <text>消息</text> |
| 84 | </view> | 84 | </view> |
| 85 | </view> | 85 | </view> |
| 86 | </view> | 86 | </view> |
| @@ -95,7 +95,7 @@ | @@ -95,7 +95,7 @@ | ||
| 95 | </view> | 95 | </view> |
| 96 | <view class="data"> | 96 | <view class="data"> |
| 97 | <view class="title"> | 97 | <view class="title"> |
| 98 | - <text>收敛工消息</text> | 98 | + <text>消息</text> |
| 99 | </view> | 99 | </view> |
| 100 | </view> | 100 | </view> |
| 101 | </view> | 101 | </view> |