Browse Source

删除

newStyle
风继续吹 1 year ago
parent
commit
a1c3d960d7
4 changed files with 6 additions and 6 deletions
  1. +1
    -1
      App.vue
  2. +1
    -1
      pages/center/consumer/index.vue
  3. +3
    -3
      pages/index/consumer/index.vue
  4. +1
    -1
      pages/index/index.vue

+ 1
- 1
App.vue View File

@@ -48,7 +48,7 @@
text: data.data.data.receivingCustomer.toString() || "0"
})
} else {
uni.hideTabBarRedDot({
uni.removeTabBarBadge({
inndex: 0,
})
}


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

@@ -67,7 +67,7 @@
<view class="right">
<view class="clientStageName">
{{ item.frection || 0 }}%
{{ item.fraction || 0 }}%
</view>
</view>
</view>


+ 3
- 3
pages/index/consumer/index.vue View File

@@ -67,7 +67,7 @@
<view class="right">
<view class="clientStageName">
{{ item.frection || 0 }}%
{{ item.fraction || 0 }}%
</view>
</view>
</view>
@@ -1404,9 +1404,9 @@
align-items: flex-end;
.clientStageName {
font-size: 28rpx;
font-size: 38rpx;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
font-weight: bold;
// color: #FF981E;
height: 48rpx;
line-height: 48rpx;


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

@@ -741,7 +741,7 @@
text: data.data.data.receivingCustomer.toString() || "0"
})
} else {
uni.hideTabBarRedDot({
uni.removeTabBarBadge({
inndex: 0,
})
}


Loading…
Cancel
Save