|
@@ -273,11 +273,11 @@
|
|
:skuProduct="handlePros"
|
|
:skuProduct="handlePros"
|
|
@skuBtnConfirm="handleBtnConfirm"
|
|
@skuBtnConfirm="handleBtnConfirm"
|
|
@handleFuction="handleFuctionData"
|
|
@handleFuction="handleFuctionData"
|
|
- ></cm-unit-popup>
|
|
|
|
|
|
+ />
|
|
<!-- 促销活动弹窗 -->
|
|
<!-- 促销活动弹窗 -->
|
|
- <activi-popup :product="handlerPros" :popupShow="popupShow1"></activi-popup>
|
|
|
|
|
|
+ <activi-popup :product="handlerPros" :popupShow="popupShow1" />
|
|
<!-- 透明模态层 -->
|
|
<!-- 透明模态层 -->
|
|
- <modal-layer v-if="modallayer"></modal-layer>
|
|
|
|
|
|
+ <modal-layer v-if="modallayer" />
|
|
</view>
|
|
</view>
|
|
</template>
|
|
</template>
|
|
<script>
|
|
<script>
|
|
@@ -294,7 +294,7 @@ const defaultListQuery = {
|
|
serviceProviderId: 0, //协销Id
|
|
serviceProviderId: 0, //协销Id
|
|
againBuyProductIds: '', // 再次购买商品ids
|
|
againBuyProductIds: '', // 再次购买商品ids
|
|
pageNum: 1, // 页码
|
|
pageNum: 1, // 页码
|
|
- pageSize: 10 // 条数
|
|
|
|
|
|
+ pageSize: 50 // 条数
|
|
}
|
|
}
|
|
export default {
|
|
export default {
|
|
mixins: [apisMixins, cartMixins],
|
|
mixins: [apisMixins, cartMixins],
|
|
@@ -1053,13 +1053,13 @@ export default {
|
|
this.handlePros = pros
|
|
this.handlePros = pros
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- onReachBottom() {
|
|
|
|
- if (this.hasNextPage) {
|
|
|
|
- this.loadding = true
|
|
|
|
- this.pullUpOn = true
|
|
|
|
- this.getOnReachBottomData()
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
|
|
+ // onReachBottom() {
|
|
|
|
+ // if (this.hasNextPage) {
|
|
|
|
+ // this.loadding = true
|
|
|
|
+ // this.pullUpOn = true
|
|
|
|
+ // this.getOnReachBottomData()
|
|
|
|
+ // }
|
|
|
|
+ // },
|
|
onPullDownRefresh() {
|
|
onPullDownRefresh() {
|
|
//下拉刷新
|
|
//下拉刷新
|
|
this.initGetCartGoodsList()
|
|
this.initGetCartGoodsList()
|