| | |
| | | <!-- getUserProfile --> |
| | | {{ '点击登陆/注册' }} |
| | | </view> |
| | | <image class="icon-setting" @click="toInfo" src="../../static/common/icon-setting.png" mode="aspectFit"> |
| | | <image class="icon-setting" |
| | | v-if=" |
| | | (selftype==='supplier' && $hasPermission('supplier:mine:setting')) |
| | | || (selftype==='partner' && $hasPermission('partner:mine:setting') ) |
| | | || (selftype==='customer') |
| | | " |
| | | @click="toInfo" src="../../static/common/icon-setting.png" mode="aspectFit"> |
| | | </image> |
| | | </view> |
| | | <!-- #ifdef PUB_CUSTOMER --> |
| | |
| | | <uni-icons type="right"></uni-icons> |
| | | </view> |
| | | </view> --> |
| | | <view class="user-util m-t-12 flex" v-if="selftype==='partner'||!selftype" |
| | | <view class="user-util m-t-12 flex" |
| | | v-if="(selftype==='partner' && $hasPermission('partner:mine:personal:info') )||!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> |
| | | </view> |
| | | <view class="user-util m-t-12 flex" v-if="selftype==='partner'" |
| | | <view class="user-util m-t-12 flex" |
| | | v-if="selftype==='partner' && $hasPermission('partner:mine:partner:info') " |
| | | @click="goto('/sub_pages/partner/partner-info/partner-info',true)"> |
| | | <view class="title">合伙人信息</view> |
| | | <view class="right-icon"> |
| | |
| | | </view> |
| | | <!-- #ifdef PUB_PARTNER --> |
| | | <view class="user-util m-t-12 flex" |
| | | v-if="selftype==='partner'&¤tInfo.partnerDTO&¤tInfo.partnerDTO.id&¤tInfo.partnerDTO.status=='P'" |
| | | v-if=" |
| | | selftype==='partner'&& $hasPermission('partner:mine:reg:qrcode') |
| | | &¤tInfo.partnerDTO&¤tInfo.partnerDTO.id&¤tInfo.partnerDTO.status=='P'" |
| | | @click="goto('/sub_pages/partner/partner-info/partner-code',true)"> |
| | | <view class="title">推广的注册二维码</view> |
| | | <view class="right-icon"> |
| | |
| | | </view> |
| | | <!-- #endif --> |
| | | <view class="user-util m-t-12 flex" |
| | | v-if="selftype==='supplier'&¤tInfo&¤tInfo.id&¤tInfo.supplierDTO&¤tInfo.supplierDTO.status==='P'" |
| | | v-if=" |
| | | (selftype==='supplier'&¤tInfo&¤tInfo.id&¤tInfo.supplierDTO&¤tInfo.supplierDTO.status==='P' |
| | | && $hasPermission('supplier:mine:edit:info') |
| | | ) |
| | | " |
| | | @click="goto('/sub_pages/supplier/supplier-info/supplier-info-update',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==='supplier'" |
| | | <view class="user-util m-t-12 flex" |
| | | v-if=" (selftype==='supplier' && $hasPermission('supplier:mine:shop:info') )" |
| | | @click="goto('/sub_pages/supplier/supplier-info/supplier-info',true)"> |
| | | <view class="title">店铺信息</view> |
| | | <view class="right-icon"> |
| | |
| | | </view> --> |
| | | |
| | | <view class="user-util m-t-12 flex" |
| | | v-if="selftype==='supplier'||selftype==='partner'" |
| | | v-if=" |
| | | (selftype==='supplier' && $hasPermission('supplier:mine:edit:password') ) |
| | | || (selftype==='partner' && $hasPermission('partner:mine:edit:password')) |
| | | " |
| | | @click="goto('/pages/user/user-pwd/user-pwd',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="currentInfo&¤tInfo.id &&(selftype==='supplier'||selftype==='partner') " |
| | | <view class="user-util m-t-12 flex" v-if=" |
| | | currentInfo&¤tInfo.id && |
| | | ((selftype==='supplier' && $hasPermission('supplier:mine:bind:wechat') ) |
| | | ||(selftype==='partner') && $hasPermission('partner:mine:bind:wechat') ) " |
| | | @click="goto('/pages/user/user-bind-wx/user-bind-wx',true)"> |
| | | <view class="title">绑定当前微信</view> |
| | | <view class="right-icon"> |
| | |
| | | |
| | | <!-- v-if="selftype==='customer'" --> |
| | | <view class="user-util m-t-12 flex" |
| | | v-if="selftype==='supplier'||selftype==='partner'" |
| | | v-if=" |
| | | (selftype==='supplier' && $hasPermission('supplier:mine:logout')) || |
| | | (selftype==='partner' && $hasPermission('partner:mine:logout')) " |
| | | @click="clearlogout"> |
| | | <view class="title">退出登录</view> |
| | | <view class="right-icon"> |