| | |
| | | |
| | | <view class="name" v-if="currentInfo.id"> |
| | | <view class="t1"> |
| | | {{ |
| | | <!-- {{ |
| | | (!!currentInfo.partnerDTO ? (currentInfo.partnerDTO.name) : "") || (!!currentInfo.supplierDTO ? (currentInfo.supplierDTO.name) : "") || (!!currentInfo.customerDTO ? (currentInfo.customerDTO.name) : "") || currentInfo.nickName || currentInfo.loginName || '-' |
| | | }} |
| | | }} --> |
| | | <span v-if="currentInfo.partnerDTO && currentInfo.partnerDTO.name"> |
| | | {{ currentInfo.partnerDTO.name }} |
| | | </span> |
| | | <span v-else-if="currentInfo.supplierDTO && currentInfo.supplierDTO.name"> |
| | | {{ currentInfo.supplierDTO.name }} |
| | | </span> |
| | | <span v-else-if="currentInfo.customerDTO && currentInfo.customerDTO.name"> |
| | | {{ currentInfo.customerDTO.name }} |
| | | </span> |
| | | <span v-else-if="currentInfo.nickName"> |
| | | {{ currentInfo.nickName }} |
| | | </span> |
| | | <span v-else-if="currentInfo.loginName"> |
| | | {{ currentInfo.loginName }} |
| | | </span> |
| | | <span v-else>-</span> |
| | | <span v-if="currentInfo.supplierDTO&¤tInfo.supplierDTO.status!=='P'"> |
| | | ({{ currentInfo.supplierDTO ? currentInfo.supplierDTO.statusStr : '' }})</span> |
| | | <span v-if="currentInfo.partnerDTO&¤tInfo.partnerDTO.status!=='P'"> |
| | |
| | | </view> |
| | | <!-- #endif --> |
| | | <view class="user-utils m-20"> |
| | | <view class="user-util m-t-12 flex" v-if="selftype==='customer'||!selftype" |
| | | <!-- <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> --> |
| | | <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> |
| | |
| | | <uni-icons type="right"></uni-icons> |
| | | </view> |
| | | </view> |
| | | <!-- <view class="user-util m-t-12 flex" v-if="selftype==='supplier'||selftype==='partner'" |
| | | @click="goto('/sub_pages/customer/setup/account-self',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" @click="goto('/pages/user/user-pwd/user-pwd',true)"> |
| | | <view class="user-util m-t-12 flex" |
| | | v-if="selftype==='supplier'||selftype==='partner'" |
| | | @click="goto('/pages/user/user-pwd/user-pwd',true)"> |
| | | <view class="title">修改密码</view> |
| | | <view class="right-icon"> |
| | | <uni-icons type="right"></uni-icons> |
| | |
| | | <uni-icons type="right"></uni-icons> |
| | | </view> |
| | | </view> --> |
| | | <view class="user-util m-t-12 flex" v-if="currentInfo&¤tInfo.id" |
| | | <view class="user-util m-t-12 flex" v-if="currentInfo&¤tInfo.id &&(selftype==='supplier'||selftype==='partner') " |
| | | @click="goto('/pages/user/user-bind-wx/user-bind-wx',true)"> |
| | | <view class="title">绑定当前微信</view> |
| | | <view class="right-icon"> |
| | |
| | | </view> --> |
| | | |
| | | <!-- v-if="selftype==='customer'" --> |
| | | <view class="user-util m-t-12 flex" @click="clearlogout"> |
| | | <view class="user-util m-t-12 flex" |
| | | v-if="selftype==='supplier'||selftype==='partner'" |
| | | @click="clearlogout"> |
| | | <view class="title">退出登录</view> |
| | | <view class="right-icon"> |
| | | <uni-icons type="right"></uni-icons> |
| | |
| | | tcode: '', |
| | | inviterName: '', |
| | | // StatusBar:0, |
| | | tel: '15974805814', |
| | | tel: '19288780072', |
| | | tj: {}, |
| | | tj_order: {}, |
| | | cacheUserId: '', |