|
@@ -8,25 +8,28 @@
|
|
|
<mescroll-uni :ref="'mescrollRef' + i" @init="mescrollInit" :height="height" :down="downOption" @down="downCallback"
|
|
<mescroll-uni :ref="'mescrollRef' + i" @init="mescrollInit" :height="height" :down="downOption" @down="downCallback"
|
|
|
:up="upOption" @up="upCallback" @emptyclick="emptyClick">
|
|
:up="upOption" @up="upCallback" @emptyclick="emptyClick">
|
|
|
<view>
|
|
<view>
|
|
|
- <view class="item" v-for="(item,index) in 10" :key="index">
|
|
|
|
|
|
|
+ <view class="item" v-for="(item,index) in list" :key="index">
|
|
|
<view class="flex-row justify-between">
|
|
<view class="flex-row justify-between">
|
|
|
- <text class="storeName">好又多母婴店</text>
|
|
|
|
|
- <text class="time">2023-01-05</text>
|
|
|
|
|
- </view>
|
|
|
|
|
- <view class="flex-row justify-between">
|
|
|
|
|
- <text class="name">张三</text>
|
|
|
|
|
|
|
+<!-- <text class="storeName">好又多母婴店</text>-->
|
|
|
|
|
+ <text class="name">{{item.name}}</text>
|
|
|
|
|
+ <text class="time">{{item.createTime}}</text>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+<!-- <view class="flex-row justify-between">-->
|
|
|
|
|
+<!-- <text class="name">张三</text>-->
|
|
|
|
|
+<!-- </view>-->
|
|
|
<view class="flex-row icon-num">
|
|
<view class="flex-row icon-num">
|
|
|
<u-icon size="24" name="/static/group/zhituirenshu.png"></u-icon>
|
|
<u-icon size="24" name="/static/group/zhituirenshu.png"></u-icon>
|
|
|
<text class="key">直推人数:</text>
|
|
<text class="key">直推人数:</text>
|
|
|
- <text class="number">300人</text>
|
|
|
|
|
- </view>
|
|
|
|
|
- <view class="flex-row icon-num">
|
|
|
|
|
- <u-icon size="24" name="/static/group/xiaofeijine.png"></u-icon>
|
|
|
|
|
- <text class="key">消费金额:</text>
|
|
|
|
|
- <text class="number">300元</text>
|
|
|
|
|
|
|
+ <text class="number">{{item.num}}人</text>
|
|
|
</view>
|
|
</view>
|
|
|
- <u-icon size="30" name="/static/group/xiugai.png" class="xiugai"></u-icon>
|
|
|
|
|
|
|
+<!-- <view class="flex-row icon-num">-->
|
|
|
|
|
+<!-- <u-icon size="24" name="/static/group/xiaofeijine.png"></u-icon>-->
|
|
|
|
|
+<!-- <text class="key">消费金额:</text>-->
|
|
|
|
|
+<!-- <text class="number">300元</text>-->
|
|
|
|
|
+<!-- </view>-->
|
|
|
|
|
+<!-- <view class="xiugai">-->
|
|
|
|
|
+<!-- <u-icon size="30" name="/static/group/xiugai.png" ></u-icon>-->
|
|
|
|
|
+<!-- </view>-->
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
@@ -103,7 +106,7 @@
|
|
|
pageSize:10
|
|
pageSize:10
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- this.$api.service.getRecord(httpData).then((res) => {
|
|
|
|
|
|
|
+ this.$api.service.getMyExpandPartnerList(httpData).then((res) => {
|
|
|
//联网成功的回调,隐藏下拉刷新和上拉加载的状态;
|
|
//联网成功的回调,隐藏下拉刷新和上拉加载的状态;
|
|
|
this.mescroll.endSuccess(res.data.data.length,res.data.data.length === 10);
|
|
this.mescroll.endSuccess(res.data.data.length,res.data.data.length === 10);
|
|
|
//设置列表数据
|
|
//设置列表数据
|