拼团功能完善
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
<image :src="imgs.big_orderFood" class="big_img"></image>
|
||||
</view>
|
||||
|
||||
<view class="groupBuying" v-if="allConfig.group">
|
||||
<view class="groupBuying" v-if="allConfig.group" @click="toGroupBuying">
|
||||
<view class="u-flex u-col-center">
|
||||
<image class="img" :src="imgs.groupBuying"></image>
|
||||
<view class="u-font-32 color-333 font-700 u-m-l-12">快乐拼单</view>
|
||||
@@ -139,6 +139,12 @@ const props = defineProps({
|
||||
}
|
||||
});
|
||||
|
||||
function toGroupBuying(){
|
||||
uni.navigateTo({
|
||||
url:'/groupBuying/index/index'
|
||||
})
|
||||
}
|
||||
|
||||
function toFenxiao() {
|
||||
uni.navigateTo({
|
||||
url: '/distribution/shop-detail/index?shopId=' + uni.cache.get('shopId')
|
||||
|
||||
Reference in New Issue
Block a user