| | |
| | | <!-- getUserProfile -->
|
| | | {{ '点击登陆' }}
|
| | | </view>
|
| | | <image class="icon-setting" src="../../static/common/icon-setting.png" mode="aspectFit"></image>
|
| | | <image class="icon-setting" @click="toInfo" |
| | | src="../../static/common/icon-setting.png" mode="aspectFit"></image>
|
| | | </view>
|
| | | <!-- #ifdef PUB_CUSTOMER -->
|
| | | <view class="customer-info-records">
|
| | |
| | | await this.$store.dispatch('getCurrentInfo')
|
| | | uni.stopPullDownRefresh()
|
| | | },
|
| | | methods: {
|
| | | methods: { |
| | | toInfo(){ |
| | | var url = '' |
| | | if(this.currentInfo.id){ |
| | | // #ifdef PUB_CUSTOMER |
| | | url = '/sub_pages/customer/customer-info/customer-info' |
| | | // #endif |
| | | // #ifdef PUB_PARTNER |
| | | url = '/sub_pages/partner/partner-info/partner-info' |
| | | // #endif |
| | | // #ifdef PUB_SUPPLIER |
| | | url = '/sub_pages/supplier/supplier-info/supplier-info' |
| | | // #endif |
| | | if(url){ |
| | | uni.navigateTo({ |
| | | url:url |
| | | }) |
| | | } |
| | | } |
| | | },
|
| | | getTj() {
|
| | | // /api/supplier/delivery
|
| | |
|