wk
2024-08-29 f833e3d516178e022d2457eb25b0ef6dbc02f304
pages/customer-page/customer-my/customer-my.vue
@@ -59,7 +59,7 @@
               </view>
            </view>
         </view>
         <view class="personal-information-block">
         <!-- <view class="personal-information-block">
            <view class="block-main">
               <view class="huodai">
                  <combined-title title="我的承运商"
@@ -90,7 +90,7 @@
                  </view>
               </view>
            </view>
         </view>
         </view> -->
         <view class="personal-information-block">
            <view class="block-main">
               <view class="fleet-container">
@@ -129,7 +129,7 @@
         <view class="statistics"><u-button text="用户管理"
               type="primary"
               @click="userManage"
               v-if="roleType == 1 && userEntity.isHostUser === '0'"></u-button></view>
               v-if="roleType == 1 && userInfo.isHostUser === 0"></u-button></view>
         <view class="logout"><u-button text="修改密码"
               type="primary"
               @click="modifyPwd"></u-button></view>
@@ -259,6 +259,9 @@
      computed: {
         roleType() {
            return uni.getStorageSync('roleType');
         },
         userInfo(){
               return uni.getStorageSync('userInfo');
         }
      },
      methods: {