更新:增加买书确认订单页面
This commit is contained in:
@@ -18,17 +18,17 @@
|
||||
<view class="stats">
|
||||
<view class="stat-item">
|
||||
<image src="@/static/icon/icon_look_c.png" mode="aspectFit" />
|
||||
<text>{{ readCount }}{{ $t('home.readingCount') }}</text>
|
||||
<text>{{ readCount }}{{ $t('bookHome.readingCount') }}</text>
|
||||
</view>
|
||||
<view class="divider" />
|
||||
<view class="stat-item">
|
||||
<image src="@/static/icon/icon_listen_c.png" mode="aspectFit" />
|
||||
<text>{{ listenCount }}{{ $t('home.listenCount') }}</text>
|
||||
<text>{{ listenCount }}{{ $t('bookHome.listenCount') }}</text>
|
||||
</view>
|
||||
<view class="divider" />
|
||||
<view class="stat-item">
|
||||
<image src="@/static/icon/icon_bug_c.png" mode="aspectFit" />
|
||||
<text>{{ buyCount }}{{ $t('home.purchased') }}</text>
|
||||
<text>{{ buyCount }}{{ $t('bookHome.purchased') }}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user