feat: 增加销售业绩
parent
3292a07845
commit
cceb889154
|
@ -97,6 +97,10 @@
|
|||
@click="jumpPage('/pages/users/user_spread_code/index')">
|
||||
<u-icon slot="icon" size="45" name="/static/images/user_icon2.png"></u-icon>
|
||||
</u-cell>
|
||||
<u-cell title="销售业绩" v-if="userInfo.userType === 'PROMOTER'" isLink
|
||||
@click="jumpPage('/pages/sale_performance/index')">
|
||||
<u-icon slot="icon" size="45" name="/static/images/user_icon5.png"></u-icon>
|
||||
</u-cell>
|
||||
<u-cell title="热线电话" value="400-8009935" isLink @click="callPhone">
|
||||
<u-icon slot="icon" size="45" name="/static/images/user_icon3.png"></u-icon>
|
||||
</u-cell>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
</view>
|
||||
<view class="extra-item">
|
||||
<view class="text"><span>②</span>客服联系电话</view>
|
||||
<view class="text service-phone">{{tenantInfo.serviceMobile}}</view>
|
||||
<view class="text service-phone">400-8009935</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
Loading…
Reference in New Issue