Commit 7720767b authored by 罗林杰's avatar 罗林杰

Merge remote-tracking branch 'origin/master'

parents 13de0856 1927b2c7
......@@ -138,9 +138,21 @@
</view>
</view>
<view class="box-bottom-right">
<view class="box-bottom-right-name">
<view class="box-bottom-right-name" v-if="index == 0">
{{item.desc}}
</view>
<view class="box-bottom-right-name" v-if="index == 3">
<u-button open-type="share" :hairline="false" :customStyle="{
'font-size': '28rpx',
'font-family': 'PingFang SC-Regular, PingFang SC',
'font-weight': '400',
'color': '#B7B7B7',
'border':'none',
'padding':'0rpx 0rpx'
}">
{{item.desc}}
</u-button>
</view>
<u-badge v-if="item.name == '我的留言'" type="error" max="99" :value="noReadMessageAllCount"></u-badge>
<image :src="baseUrl+'/common/right.png'" class="box-bottom-right-img" mode="aspectFill"></image>
</view>
......@@ -213,7 +225,7 @@ import {articleList, getOssUrl, userArticleList} from "../../api/article";
{
name: "推荐给好友",
num: '',
desc: "",
desc: "推荐给好友",
img: this.$IMG_URL+"/user/myshare.png",
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment