|
@@ -35,12 +35,17 @@
|
|
|
</view>
|
|
|
<view class="tabs-item u-flex-col u-col-center" @click="tourl(2)" v-if="(userinfo.certification_type == 2 || userinfo.certification_type == 0) && config.people_show == 1">
|
|
|
<image src="../../static/images/mine-tabs2.png" mode=""></image>
|
|
|
- <text>全民经纪人</text>
|
|
|
+ <text>全民经纪人</text>
|
|
|
</view>
|
|
|
<view class="tabs-item u-flex-col u-col-center" @click="tobaobei">
|
|
|
<image src="../../static/images/mine-tabs3.png" mode=""></image>
|
|
|
<text>我的报备</text>
|
|
|
</view>
|
|
|
+ <view class="tabs-item1 u-flex-col u-col-center" @click="toyouhui">
|
|
|
+ <div></div>
|
|
|
+<!-- <image src="../../static/images/bianji.png" mode=""></image> -->
|
|
|
+ <text>优惠券</text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<view class="setting-box u-flex u-row-between" @click="tosetting">
|
|
|
<text>系统设置</text>
|
|
@@ -140,6 +145,12 @@
|
|
|
url: "./setting"
|
|
|
})
|
|
|
},
|
|
|
+ toyouhui() {
|
|
|
+ if (this.$islogin()) return
|
|
|
+ uni.navigateTo({
|
|
|
+ url: "./youhui"
|
|
|
+ })
|
|
|
+ },
|
|
|
tobaobei() {
|
|
|
if (this.$islogin()) return
|
|
|
uni.navigateTo({
|
|
@@ -207,6 +218,25 @@
|
|
|
color: #131415;
|
|
|
}
|
|
|
}
|
|
|
+ .tabs-item1 {
|
|
|
+ width: 25%;
|
|
|
+
|
|
|
+ div{
|
|
|
+ width: 84rpx;
|
|
|
+ height: 84rpx;
|
|
|
+ background: url(../../static/images/youhui.png) no-repeat;
|
|
|
+ background-size: cover;
|
|
|
+ margin-bottom: 20rpx;
|
|
|
+ border-radius: 20rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ text {
|
|
|
+ font-size: 24rpx;
|
|
|
+ font-family: PingFangSC-Regular, PingFang SC;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #131415;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.yongjin-box {
|