| | |
| | | <view class="data-c"> |
| | | <view class="data-c-item"> |
| | | <view class="data-c-item-top"> |
| | | <text>销售额(元)</text> |
| | | <image :src="showMoney?'/static/icon/ic_visible@2x.png':'/static/icon/ic_invisible@2x.png'" @click="showMoney=!showMoney" mode="widthFix"></image> |
| | | </view> |
| | | <text style="margin-right: 10rpx; ">销售额(元)</text> |
| | | <u-icon v-if="showMoney" name="eye" color="#ffffff" size="18" @click="showMoney = !showMoney"></u-icon> |
| | | <u-icon v-if="!showMoney" name="eye-off" color="#eeeeee" size="18" @click="showMoney = !showMoney"></u-icon> |
| | | <!-- <image :src="showMoney?'/static/icon/ic_visible@2x.png':'/static/icon/ic_invisible@2x.png'" @click="showMoney=!showMoney" mode="widthFix"></image> |
| | | --> </view> |
| | | <view class="data-c-item-bottom"> |
| | | <text v-if="showMoney">{{(countData.saleTotalNum||0).toFixed(0)}}</text> |
| | | <text v-if="showMoney">{{countData.saleTotalFloat || '.00'}}</text> |
| | |
| | | .a-left { |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | .a-left-tips { |
| | | padding: 0 6rpx; |
| | | height: 40rpx; |
| | |
| | | .data-c-item-top { |
| | | display: flex; |
| | | align-items: center; |
| | | |
| | | text { |
| | | font-weight: 400; |
| | | font-size: 24rpx; |