|
|
|
@ -177,6 +177,19 @@
|
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="info-item row"> |
|
|
|
|
<view class="label"> |
|
|
|
|
<u-text text="积分:" color="#90A0AF" size="32" line-height="54"></u-text> |
|
|
|
|
</view> |
|
|
|
|
<view class="content row col"> |
|
|
|
|
<view class="col-12"> |
|
|
|
|
<u-text :text="'顾问 '+detail.advisor_integral" line-height="54" color="#020B18" size="32"></u-text> |
|
|
|
|
</view> |
|
|
|
|
<view class="col-12"> |
|
|
|
|
<u-text :text="'参加人员 '+detail.user_integral" line-height="54" color="#020B18" size="32"></u-text> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="info-item row"> |
|
|
|
|
<view class="label"> |
|
|
|
|
<u-text text="备注:" color="#90A0AF" size="32" line-height="54"></u-text> |
|
|
|
|