MrShi
22 小时以前 47d56a8b0f22fb15a46b69dfd46fac23560ad2cd
mini-program/pages/distributor/distributor.vue
@@ -28,7 +28,7 @@
                  </view>
                  <view class="user-left-info-val">
                     <text>门店ID:{{shop.code}}</text>
                     <text>积分:{{(shop.integral||0).toFixed(0)}} <text style="color: #004096; margin-left: 10rpx;" @click="jumpShopIntegral">明细</text></text>
                     <text>积分:{{(shop.integral||0).toFixed(2)}} <text style="color: #004096; margin-left: 10rpx;" @click="jumpShopIntegral">明细</text></text>
                  </view>
               </view>
            </view>
@@ -113,6 +113,10 @@
               <image src="/static/icon/ic_zhuanshuhaibao@2x.png" mode="widthFix"></image>
               <text>专属海报</text>
            </view>
            <view class="func-item" @click="jumpChangePassword">
               <image src="/static/icon/ic_xiugaimima@2x.png" mode="widthFix"></image>
               <text>修改密码</text>
            </view>
            <view style="width: 25%; height: 0;"></view>
            <view style="width: 25%; height: 0;"></view>
         </view>
@@ -153,7 +157,7 @@
                  </view>
                  <view class="c-btns">
                     <view class="c-btns-item blue" @click="contactPhone(item)">联系客户</view>
                     <view class="c-btns-item bg" v-if="item.status == 1 && item.receiveType ==1" @click="hexiaoOrder(item)">自提核销</view>
                     <!-- <view class="c-btns-item bg" v-if="item.status == 1 && item.receiveType ==1" @click="hexiaoOrder(item)">自提核销</view> -->
                  </view>
               </view>
               <view class="d" v-if="item.memberInfo"   @click="jumpOrderDetail(item.id)">
@@ -304,6 +308,11 @@
          }) 
      }, 
      methods:{ 
         jumpChangePassword() {
            uni.navigateTo({
               url: '/pagesA/pages/change-password/change-password'
            })
         },
         jumpMX() {
            uni.navigateTo({
               url: '/pagesA/pages/virtual-account/virtual-account'
@@ -889,7 +898,7 @@
                     display: flex;
                     align-items: center;
                     text {
                        width: calc(100vw - 192rpx - 116rpx - 12rpx);
                        max-width: calc(100vw - 192rpx - 116rpx - 80rpx);
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
@@ -938,6 +947,7 @@
               }
            }
            .user-qrcode {
               flex-shrink: 0;
               width: 40rpx;
               height: 40rpx;
               image {