|
|
|
@ -21,10 +21,10 @@
|
|
|
|
|
</view>
|
|
|
|
|
<view style="width: 15%;margin-left: 36rpx;text-align: center;">
|
|
|
|
|
<view class="ttdt">量差</view>
|
|
|
|
|
<view bindtap="info1">?⃝</view>
|
|
|
|
|
<van-icon bind:click="info1" name="question-o" />
|
|
|
|
|
<view>{{ countDifference }}</view>
|
|
|
|
|
<view class="ttdt" style="margin-top: 16rpx;">量差</view>
|
|
|
|
|
<view bindtap="info2">?⃝</view>
|
|
|
|
|
<van-icon bind:click="info2" name="question-o" />
|
|
|
|
|
<view>{{detailData.replyCountDifference}}</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|