1
This commit is contained in:
parent
b29534f716
commit
256503857b
@ -76,7 +76,7 @@
|
||||
<!-- 发布通告 -->
|
||||
<view class="public-notice-box" v-if="'01'==localUserType">
|
||||
<view class="left-box">
|
||||
<view style="margin-bottom: 20rpx;">发布通告额度剩余{{userInfo.coupon||0}}条</view>
|
||||
<view style="margin-bottom: 20rpx;">发布通告额度剩余{{userInfo.addNotice||0}}条</view>
|
||||
<!-- <progress style="width: 90%;" border-radius="5" percent="40" activeColor="#FC1F3E"-->
|
||||
<!-- backgroundColor="#DEDEDE" stroke-width="8" />-->
|
||||
</view>
|
||||
@ -245,6 +245,7 @@
|
||||
this.userInfo.pointsBalance = res.data.pointsBalance.toString()
|
||||
this.userInfo.report = res.data.report.toString()
|
||||
this.userInfo.coupon = res.data.coupon.toString()
|
||||
this.userInfo.addNotice = res.data.addNotice.toString()
|
||||
this.userInfo.avatar = this.imageUrl + res.data.avatar
|
||||
})
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user