feat: 增加销售业绩

pull/6/head
TianYu 2023-05-31 09:37:30 +08:00
parent 3292a07845
commit cceb889154
3 changed files with 5 additions and 1 deletions

View File

@ -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>

View File

@ -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