|
|
@ -20,7 +20,7 @@ |
|
|
|
:navTitle="initShop.name" |
|
|
|
:navTitle="initShop.name" |
|
|
|
:list="headSwiperList" |
|
|
|
:list="headSwiperList" |
|
|
|
></home-head> |
|
|
|
></home-head> |
|
|
|
<view class="welcome"> |
|
|
|
<view class="welcome" @click="goCoupon"> |
|
|
|
<image src="../../static/images/Welcome.png" mode="heightFix"></image> |
|
|
|
<image src="../../static/images/Welcome.png" mode="heightFix"></image> |
|
|
|
<text>首次注册立享新人券</text> |
|
|
|
<text>首次注册立享新人券</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
@ -242,6 +242,11 @@ export default { |
|
|
|
uni.stopPullDownRefresh(); |
|
|
|
uni.stopPullDownRefresh(); |
|
|
|
this.isRefresh = true; |
|
|
|
this.isRefresh = true; |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
goCoupon(){ |
|
|
|
|
|
|
|
uni.navigateTo({ |
|
|
|
|
|
|
|
url:'/pages/app/coupon/list' |
|
|
|
|
|
|
|
}) |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
}; |
|
|
|
}; |
|
|
|