Commit 42d9c1d7 authored by srf's avatar srf

srf

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