Commit 42d9c1d7 authored by srf's avatar srf

srf

parent 1b6b1e32
......@@ -214,14 +214,12 @@
<view class="submitbtns active" @tap="showshare=false" >确定</view>
<!-- 提交确认 -->
</view>
</uni-popup>
<!-- 时间弹窗 -->
<w-picker
mode="range"
startYear="2019"
......@@ -307,12 +305,11 @@
//获取商品列表
this.shop_goodsFun();
},
//滚动到最底部
onReachBottom(){
console.log("11");
this.shop_goodsFun();
if(!this.isallshow && this.tabactive==2){
this.shop_couponFun();
}
......@@ -384,6 +381,7 @@
if(res.code==0){
if( list.length!=0){
this.shoplist = [...this.shoplist,...list];
console.log(this.shoplist)
this.xianshi = true;
}else{
// this.$api.msg("没有更多了~");
......@@ -581,9 +579,8 @@
this.showshare = false
},
change(e) {
//console.log('是否打开:' + e.show)
console.log('是否打开:' + e.show)
if (!e.show) {
this.showshare = false
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment