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