doum
10 小时以前 4d1b99c033d27af5a83d8df7da5568dc3dcfbfc7
mini-program/pages/distributor/distributor.vue
@@ -43,9 +43,11 @@
            <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>
@@ -234,7 +236,7 @@
          this.checkShopLogin()
          this.active=0
          this.shop = this.shopInfo || {}
          this.getCountData()
          this.getCountData(0)
          this.total=0
          this.hasNext=true
          this.currentPage = 0
@@ -484,6 +486,7 @@
                  .a-left {
                     display: flex;
                     align-items: center;
                     justify-content: center;
                     .a-left-tips {
                        padding: 0 6rpx;
                        height: 40rpx;
@@ -775,6 +778,7 @@
                  .data-c-item-top {
                     display: flex;
                     align-items: center;
                     text {
                        font-weight: 400;
                        font-size: 24rpx;