改一下
This commit is contained in:
		| @@ -11,7 +11,7 @@ | ||||
|         </div> | ||||
|         <div class="detail-info__item"> | ||||
|           <h2>获取积分</h2> | ||||
|           <span style="color: #2266FF;">{{ info.personalIntegral + info.personalUsedIntegral }} || 0</span> | ||||
|           <span style="color: #2266FF;">{{ (info.personalIntegral + info.personalUsedIntegral) || 0 }}</span> | ||||
|         </div> | ||||
|         <div class="detail-info__item"> | ||||
|           <h2>已用积分</h2> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user