feat:修改apk站内下载
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
<!-- 提成统计-->
|
||||
<view class="royalty_warp">
|
||||
<!-- 提成货币 -->
|
||||
<view class="card_item_comm" @click="currencyShowCheck(true)" style="padding: 30rpx 30rpx 0;">
|
||||
<view class="card_item_comm" style="padding: 30rpx 30rpx 0;">
|
||||
<view class="card_title_comm">
|
||||
提成货币
|
||||
</view>
|
||||
@@ -124,7 +124,7 @@
|
||||
<view class="royalty_data_">{{ formatDate(item.ctdate) }}</view>
|
||||
</view>
|
||||
<view>
|
||||
<view class="royalty_title_ royalty_title_amount">{{ item.amount }}元</view>
|
||||
<view class="royalty_title_ royalty_title_amount">{{ item.amount }}</view>
|
||||
<view class="royalty_data_">{{ item.status ? "已结算" : "未结算" }}</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user