[去掉所有console和替换所有积分换成贡献值]
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
</view>
|
||||
|
||||
</view>
|
||||
<!-- <view class="record-title">积分个数</view>
|
||||
<!-- <view class="record-title">贡献值个数</view>
|
||||
<view class="record-money"><span>¥</span>{{account || '0.00'}}</view> -->
|
||||
</view>
|
||||
|
||||
@@ -108,7 +108,6 @@
|
||||
date: this.date,
|
||||
}
|
||||
withdrawsIndexLists(data).then(res => {
|
||||
console.log(res)
|
||||
this.account = res.all
|
||||
this.lists = this.lists.concat(res.lists.data)
|
||||
this.has_next_page = res.lists.page.has_more
|
||||
|
||||
Reference in New Issue
Block a user