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