陶杰
2024-10-15 e3680e0ffb559ee136451a38e91ab0fe9eb265a6
pages/user/supplier-user.vue
@@ -16,16 +16,20 @@
         <!-- v-if="currentInfo&&(currentInfo.id)" -->
         <view class="flex user-info">
            <!-- 头像 -->
            <image class="user-icon" v-if="
               currentInfo.customerDTO&&currentInfo.customerDTO.cover
               ||currentInfo.supplierDTO&&currentInfo.supplierDTO.cover
               (currentInfo.customerDTO&&currentInfo.customerDTO.cover)
               ||(currentInfo.supplierDTO&&currentInfo.supplierDTO.cover)
               ||(currentInfo.partnerDTO&&currentInfo.partnerDTO.cover)
               || currentInfo.picture
               " :src="
               currentInfo.customerDTO&&currentInfo.customerDTO.cover
               ||currentInfo.supplierDTO&&currentInfo.supplierDTO.cover
               (currentInfo.customerDTO&&currentInfo.customerDTO.cover)
               ||(currentInfo.supplierDTO&&currentInfo.supplierDTO.cover)
               ||(currentInfo.partnerDTO&&currentInfo.partnerDTO.cover)
               || currentInfo.picture
               " mode="scaleToFill"></image>
            <image class="user-icon" v-else
               src='https://youzhen123.oss-cn-huhehaote.aliyuncs.com/WechatOwnerProperty/images/mrtx.png'
               mode="scaleToFill"></image>
@@ -189,10 +193,11 @@
               <view>我的服务</view>
            </view>
            <view class="flex service-icons-container">
               <view class="service-icons" @click="goto('/sub_pages/customer/self/follow',true)">
                  <image src="../../static/images/customer/service/service-icon-1.png" class="service-icon ">
               <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>
                  <view>关注店铺</view>
                  <view>签到</view>
                  <view v-if="!signToday" class="dot"></view>
               </view>
               <view class="service-icons" @click="goto('/sub_pages/customer/self/collect',true)">
                  <image src="../../static/images/customer/service/service-icon-2.png" class="service-icon ">
@@ -244,6 +249,25 @@
               </view>
               <!-- #endif -->
            </view>
            <!-- #ifdef PUB_CUSTOMER -->
            <view class="flex service-icons-container">
               <view class="service-icons" @click="goto('/sub_pages/customer/self/follow',true)">
                  <image src="../../static/images/customer/service/service-icon-1.png" class="service-icon ">
                  </image>
                  <view>关注店铺</view>
               </view>
               <view class="service-icons">
               </view>
               <view class="service-icons">
               </view>
               <view class="service-icons">
               </view>
            </view>
            <!-- #endif -->
         </view>
      </view>
      <!-- #endif -->
@@ -251,6 +275,13 @@
         <view class="user-util m-t-12 flex" v-if="selftype==='customer'||!selftype"
            @click="goto('/sub_pages/customer/customer-info/customer-info',true)">
            <view class="title">个人信息</view>
            <view class="right-icon">
               <uni-icons type="right"></uni-icons>
            </view>
         </view>
         <view class="user-util m-t-12 flex" v-if="selftype==='partner'||!selftype"
            @click="goto('/sub_pages/partner/partner-info/partner-info-personal',true)">
            <view class="title">个人资料</view>
            <view class="right-icon">
               <uni-icons type="right"></uni-icons>
            </view>
@@ -340,15 +371,23 @@
            </view>
         </view>
         <view class="user-util m-t-12 flex"
         v-if="selftype==='supplier'||selftype==='customer' || !selftype"
          @click="goto('/pages/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>
@@ -359,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>
@@ -458,6 +497,7 @@
            tj: {},
            tj_order: {},
            cacheUserId: '',
            signToday: false
            // order_pendding_num: 0,
         };
@@ -513,6 +553,8 @@
      onShow() {
         this.cacheUserId = ''
         this.getTj()
      },
      onLoad(options) {
         // const url = options.q ? decodeURIComponent(options.q) : '';
@@ -609,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'
@@ -631,6 +676,9 @@
               this.cacheUserId = this.currentInfo.id
               let that = this
               setTimeout(() => {
                  // #ifdef PUB_CUSTOMER
                  this.$http.request('get', '/api/customer/center/tj', {}).then(res => {
                     if (res.code === 0) {
@@ -649,7 +697,13 @@
                        console.log('tj_order', that.tj_order)
                     }
                  })
                  //判断有没有签到
                  let that = this
                  this.$http.request('get', '/api/customer/point/sign/sign/today', {}).then(res => {
                     if (res.data) {
                        that.signToday = true
                     }
                  })
                  // #endif
               }, 200)