前端-胡立永 1 week ago
parent
commit
44091226b3
4 changed files with 10 additions and 9 deletions
  1. +1
    -1
      pages/index/center.vue
  2. +1
    -1
      pages/index/order.vue
  3. +3
    -4
      pages/order/orderDetail.vue
  4. +5
    -3
      pages_order/mine/individualTeam.vue

+ 1
- 1
pages/index/center.vue View File

@ -44,7 +44,7 @@
<p style="color:#DC2828; font-weight: 700;">{{ userInfo.price || 0 }}</p>
</view>
</view>
<view class="item" @click="$utils.navigateTo('/pages_order/mine/purse')">
<view class="item">
<view class="image">
<image src="/static/image/center/4.png" mode=""></image>
</view>


+ 1
- 1
pages/index/order.vue View File

@ -31,7 +31,7 @@
</view>
<view class="right">
<view class="text-hidden-1">
客户姓名{{ shop.title }}
材料{{ shop.title }}
</view>
<view class="text-hidden-1">
材质{{ shop.material }}


+ 3
- 4
pages/order/orderDetail.vue View File

@ -6,7 +6,7 @@
<view class="controls">
<view class="title">
<image src="@/static/image/order/icon.png" mode=""></image>
服务完成
<!-- 服务完成 -->
</view>
<view class="tips">
{{ tabs[order.status].name }}
@ -84,11 +84,11 @@
</view>
<view class="sales-volume" style="margin-top: 5px;">
<view class="desc">产品材质{{ shop.material }}</view>
<view class="desc">材质{{ shop.material }}</view>
</view>
<view class="sales-volume" style="margin-top: 5px;">
<view class="desc">产品数量{{ shop.num }}</view>
<view class="desc">数量{{ shop.num }}</view>
</view>
</view>
@ -331,7 +331,6 @@ export default {
image {
width: 80rpx;
height: 80rpx;
margin-right: 20rpx;
}
}


+ 5
- 3
pages_order/mine/individualTeam.vue View File

@ -17,7 +17,8 @@
<view class="top-number">
<text style="font-weight: 500;">{{ userInfo.nickName }}</text>
<!-- <text style="font-weight: 500;">{{ userInfo.phone }}</text> -->
<view class="salesman">{{ levelMap[info.role] }}</view>
<view class="salesman">区域分享</view>
<!-- <view class="salesman">{{ levelMap[info.role] }}</view> -->
</view>
<view class="bottom-number">
<view class="performance">
@ -224,14 +225,15 @@
}
.withdraw {
width: 50%;
width: 30%;
height: 100%;
display: inline-block;
position: absolute;
right: 0rpx;
right: 10rpx;
display: flex;
justify-content: center; //
align-items: center; //
font-size: 26rpx;
.withdraw-button {
background-color: #DC2828;


Loading…
Cancel
Save