| | |
| | | <!-- getUserProfile -->
|
| | | {{ '点击登陆' }}
|
| | | </view>
|
| | | <image class="icon-setting" @click="toInfo" |
| | | 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">
|
| | | <view class="item">
|
| | | <view class="num">{{ tj.collectNum || 0 }}</view>
|
| | | <view class="num" @click="goto('/sub_pages/customer/self/collect',true)">{{ tj.collectNum || 0 }}
|
| | | </view>
|
| | | <view class="name">我的收藏</view>
|
| | | </view>
|
| | | <view class="line"></view>
|
| | | <view class="item">
|
| | | <view class="num">{{ tj.followNum || 0 }}</view>
|
| | | <view class="num" @click="goto('/sub_pages/customer/self/follow',true)">{{ tj.followNum || 0 }}
|
| | | </view>
|
| | | <view class="name">关注店铺</view>
|
| | | </view>
|
| | | <view class="line"></view>
|