@@ -223,9 +223,9 @@
console.log(res)
if (res) {
- if (res.length > 0) {
+ if (res.data.length > 0) {
- this.list = this.list.concat(res);
+ this.list = this.list.concat(res.data);
this.page++;
// uni.setNavigationBarTitle({
@@ -46,7 +46,7 @@
<view class="orderdesc">
<view class="desctop">
<view>{{item.pname}}</view>
- <view >+{{item.score}}积分</view>
+ <view >+{{item.score}}佣金</view>
</view>
<view class="descbot">