1.
陶杰
2024-10-17 5f902ea187c8d36e11ca129d02bf5ad72b29005d
pages/user/supplier-user.vue
@@ -49,7 +49,7 @@
                     v-if="currentInfo&&currentInfo.customerDTO&&currentInfo.customerDTO.userGrowthRecord">
                     <view v-if="currentInfo.customerDTO.userGrowthRecord.currentMemberLevel=='普通会员'" class="v1">
                        <image class="member-icon"
                           src="../../static/images/customer/coupon/member/icon-member-1.png"></image>
                           src="https://hmy-flower.oss-cn-shanghai.aliyuncs.com/73/732e40e1c473494bb9fb5cc639d9aa45icon-member-1.png"></image>
                        {{currentInfo.customerDTO.userGrowthRecord.currentMemberLevel}}
                        <uni-icons color="#7CC662" type="right" size="18"></uni-icons>
@@ -57,7 +57,7 @@
                     <view v-else-if="currentInfo.customerDTO.userGrowthRecord.currentMemberLevel=='银卡会员'"
                        class="v2">
                        <image class="member-icon v2"
                           src="../../static/images/customer/coupon/member/icon-member-2.png"></image>
                           src="https://hmy-flower.oss-cn-shanghai.aliyuncs.com/10/10af6861ae834bd3bb1b28a3c57b7dd1icon-member-2.png"></image>
                        {{currentInfo.customerDTO.userGrowthRecord.currentMemberLevel}}
                        <uni-icons color="#7498E0" type="right" size="18"></uni-icons>
@@ -65,13 +65,13 @@
                     <view v-else-if="currentInfo.customerDTO.userGrowthRecord.currentMemberLevel=='金卡会员'"
                        class="v3">
                        <image class="member-icon v3"
                           src="../../static/images/customer/coupon/member/icon-member-3.png"></image>
                           src="https://hmy-flower.oss-cn-shanghai.aliyuncs.com/c7/c70ca53f4dad4722a4e3a101dd6e23e9icon-member-3.png"></image>
                        {{currentInfo.customerDTO.userGrowthRecord.currentMemberLevel}}
                        <uni-icons color="#C47810" type="right" size="18"></uni-icons>
                     </view>
                     <view v-else class="v4">
                        <image class="member-icon v4"
                           src="../../static/images/customer/coupon/member/icon-member-4.png"></image>
                           src="https://hmy-flower.oss-cn-shanghai.aliyuncs.com/ad/ad380ae0ee7043a699a83cfceab0d7b2icon-member-4.png"></image>
                        {{currentInfo.customerDTO.userGrowthRecord.currentMemberLevel}}
                        <uni-icons color="#DD834E" type="right" size="18"></uni-icons>
                     </view>
@@ -194,7 +194,7 @@
            </view>
            <view class="flex service-icons-container">
               <view class="service-icons" @click="goto('/sub_pages/customer/self/sign',true)">
                  <image src="../../static/images/customer/coupon/icon-sign-home.png" class="service-icon ">
                  <image src="https://hmy-flower.oss-cn-shanghai.aliyuncs.com/7e/7ec5bba5748d4414befb413f38c0f674icon-sign-home.png" class="service-icon ">
                  </image>
                  <view>签到</view>
                  <view v-if="!signToday" class="dot"></view>
@@ -371,15 +371,23 @@
            </view>
         </view>
         <view class="user-util m-t-12 flex"
         v-if="selftype==='supplier'||selftype==='customer' || !selftype"
          @click="goto('/sub_pages/supplier/customer_service/customer_service',false)">
            <view class="title">我的客服</view>
            <view class="right-icon">
               <uni-icons type="right"></uni-icons>
            </view>
         </view>
         <view class="user-util m-t-12 " v-if="selftype==='supplier'||selftype==='customer' || !selftype">
         <!-- <view class="user-util m-t-12 " v-if="selftype==='supplier'||selftype==='customer' || !selftype">
            <view class="title">我的客服</view>
            <view class="flex flex-wrap-normal">
               <image class="icon-clock m-r-6 m-t-2" src="../../static/common/icon-call.png"></image>
               <!-- @click="callTel" -->
               <button open-type="contact" class="component-button-contact" @handleContact="handleContact">
                  <view class="name">
                     客服电话 : &nbsp;&nbsp; <span class="topic-gray">{{ tel }}</span>
@@ -390,7 +398,7 @@
               </button>
            </view>
         </view>
         </view> -->
         <!--          <view class="user-util m-t-12 " @click="callTel" v-if="selftype==='partner'">
        <view class="name">
          账号: <span class="topic-gray">{{tel}}</span>
@@ -643,7 +651,10 @@
            var url = ''
            if (this.currentInfo.id) {
               // #ifdef PUB_CUSTOMER
               url = '/sub_pages/customer/customer-info/customer-info'
               // url = '/sub_pages/customer/customer-info/customer-info'
               url = '/sub_pages/customer/setup/setup'
               // #endif
               // #ifdef PUB_PARTNER
               url = '/sub_pages/partner/partner-info/partner-info'