|
@@ -14,18 +14,19 @@
|
|
<view class="list" :class="[listStyle]">
|
|
<view class="list" :class="[listStyle]">
|
|
<!-- #ifdef MP -->
|
|
<!-- #ifdef MP -->
|
|
<view class="item" v-for="(item, index) in temporaryMenu" :key="index">
|
|
<view class="item" v-for="(item, index) in temporaryMenu" :key="index">
|
|
- <app-jump-button form :url="item.link_url" :open_type="item.open_type" :item="item"
|
|
|
|
|
|
+ <app-jump-button form :url="item.link_url" :open_type="item.open_type" :item="item" :number="userInfo.service_phone"
|
|
:arrangement="'row'">
|
|
:arrangement="'row'">
|
|
<view style="width: 100%" class="item-container dir-left-nowrap cross-center">
|
|
<view style="width: 100%" class="item-container dir-left-nowrap cross-center">
|
|
<view class="box-grow-0">
|
|
<view class="box-grow-0">
|
|
<image :src="item.icon_url" class="icon"></image>
|
|
<image :src="item.icon_url" class="icon"></image>
|
|
</view>
|
|
</view>
|
|
- <view class="box-grow-1" style="max-width: 100%">
|
|
|
|
|
|
+ <view class="box-grow-1 main-between" style="max-width: 100%">
|
|
<view class="name">{{item.name}}</view>
|
|
<view class="name">{{item.name}}</view>
|
|
|
|
+ <view class="num" v-if="item.num">{{item.num===1?Number(userInfo.salesperson_info.already_verify_num) + Number(userInfo.salesperson_info.not_verify_num):userInfo.salesperson_info.estate_num}}</view>
|
|
</view>
|
|
</view>
|
|
<view class="box-grow-0">
|
|
<view class="box-grow-0">
|
|
- <image src="https://shop.9026.com/web/statics/image/mall/static/icon/arrow-right.png"
|
|
|
|
- class="arrow"></image>
|
|
|
|
|
|
+ <image src="https://t17.9026.com/web/statics/image/index/arrow-right-bgwrite.png"
|
|
|
|
+ class="arrow" ></image>
|
|
<!-- <image src="https://t17.9026.com/web/statics/image/index/arrow-right-bgwrite.png" class="arrow"></image> -->
|
|
<!-- <image src="https://t17.9026.com/web/statics/image/index/arrow-right-bgwrite.png" class="arrow"></image> -->
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -46,11 +47,12 @@
|
|
</view>
|
|
</view>
|
|
<view class="box-grow-1" style="max-width: 100%">
|
|
<view class="box-grow-1" style="max-width: 100%">
|
|
<view class="name">{{item.name}}</view>
|
|
<view class="name">{{item.name}}</view>
|
|
|
|
+ <view class="num" v-if="item.num">{{item.num===1?Number(userInfo.salesperson_info.already_verify_num) + Number(userInfo.salesperson_info.not_verify_num):userInfo.salesperson_info.estate_num}}</view>
|
|
</view>
|
|
</view>
|
|
<view class="box-grow-0" v-if="userCenter.menu_style=='1'">
|
|
<view class="box-grow-0" v-if="userCenter.menu_style=='1'">
|
|
<image
|
|
<image
|
|
- src="https://shop.9026.com/web/statics/image/mall/static/icon/arrow-right.png"
|
|
|
|
- class="arrow"></image>
|
|
|
|
|
|
+ src="https://t17.9026.com/web/statics/image/index/arrow-right.png"
|
|
|
|
+ class="arrow" ></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</app-jump-button>
|
|
</app-jump-button>
|
|
@@ -120,6 +122,7 @@
|
|
link_url: "/pages/sale/cusmter/list",
|
|
link_url: "/pages/sale/cusmter/list",
|
|
name: "我的客户",
|
|
name: "我的客户",
|
|
open_type: "navigate",
|
|
open_type: "navigate",
|
|
|
|
+ num:1,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
icon_url: "https://t17.9026.com/web/statics/image/index/lp.png",
|
|
icon_url: "https://t17.9026.com/web/statics/image/index/lp.png",
|
|
@@ -127,11 +130,12 @@
|
|
link_url: "/pages/sale/properties/properties",
|
|
link_url: "/pages/sale/properties/properties",
|
|
name: "我负责的楼盘",
|
|
name: "我负责的楼盘",
|
|
open_type: "navigate",
|
|
open_type: "navigate",
|
|
|
|
+ num:2,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
icon_url: "https://t17.9026.com/web/statics/image/index/xx.png",
|
|
icon_url: "https://t17.9026.com/web/statics/image/index/xx.png",
|
|
key: "pintuan",
|
|
key: "pintuan",
|
|
- link_url: "/pages/user-center/news/news",
|
|
|
|
|
|
+ link_url: "/pages/sale/news/news",
|
|
name: "我的消息",
|
|
name: "我的消息",
|
|
open_type: "navigate",
|
|
open_type: "navigate",
|
|
},
|
|
},
|
|
@@ -147,7 +151,7 @@
|
|
key: "pintuan",
|
|
key: "pintuan",
|
|
link_url: "",
|
|
link_url: "",
|
|
name: "联系客服",
|
|
name: "联系客服",
|
|
- open_type: "navigate",
|
|
|
|
|
|
+ open_type: "tel",
|
|
},
|
|
},
|
|
{
|
|
{
|
|
icon_url: "https://t17.9026.com/web/statics/image/sale/sale_home.png",
|
|
icon_url: "https://t17.9026.com/web/statics/image/sale/sale_home.png",
|
|
@@ -399,9 +403,9 @@
|
|
}
|
|
}
|
|
|
|
|
|
.app-my-service {
|
|
.app-my-service {
|
|
- width: #{702rpx};
|
|
|
|
|
|
+ // width: #{702rpx};
|
|
border-radius: #{16rpx};
|
|
border-radius: #{16rpx};
|
|
- margin: #{24rpx} auto;
|
|
|
|
|
|
+ // margin: #{24rpx} auto;
|
|
box-shadow: 0 0 #{8rpx} rgba(0, 0, 0, .05);
|
|
box-shadow: 0 0 #{8rpx} rgba(0, 0, 0, .05);
|
|
background: #fff;
|
|
background: #fff;
|
|
|
|
|
|
@@ -412,21 +416,25 @@
|
|
.list {
|
|
.list {
|
|
.item {
|
|
.item {
|
|
.icon {
|
|
.icon {
|
|
- width: #{50rpx};
|
|
|
|
- height: #{50rpx};
|
|
|
|
|
|
+ width: #{36rpx};
|
|
|
|
+ height: #{36rpx};
|
|
display: block;
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
|
|
.arrow {
|
|
.arrow {
|
|
- width: #{12rpx};
|
|
|
|
- height: #{22rpx};
|
|
|
|
|
|
+ width: 42rpx;height: 42rpx;
|
|
|
|
+ }
|
|
|
|
+ .num{
|
|
|
|
+ font-size: 28rpx;
|
|
|
|
+ color: #999999;
|
|
|
|
+ margin-right: 32rpx;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
.list.row {
|
|
.list.row {
|
|
.item-container {
|
|
.item-container {
|
|
- padding: #{20rpx} #{32rpx};
|
|
|
|
|
|
+ padding: #{30rpx} #{39rpx};
|
|
}
|
|
}
|
|
|
|
|
|
.icon {
|
|
.icon {
|