|
@@ -101,6 +101,14 @@
|
|
|
<text class="info-label">订单数</text>
|
|
<text class="info-label">订单数</text>
|
|
|
<text class="info-value">{{ item.ordersCount || 0 }}</text>
|
|
<text class="info-value">{{ item.ordersCount || 0 }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+ <view class="info-item">
|
|
|
|
|
+ <text class="info-label">注册用户</text>
|
|
|
|
|
+ <text class="info-value">{{ item.registrations || 0 }}</text>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <view class="info-item">
|
|
|
|
|
+ <text class="info-label">活跃用户</text>
|
|
|
|
|
+ <text class="info-value">{{ item.activeUserCount || 0 }}</text>
|
|
|
|
|
+ </view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|