点餐页增加轮播图点击图片进入具体页面,点击分享正常分享,在对应的页面增加分享弹窗组件
This commit is contained in:
@@ -167,6 +167,7 @@
|
||||
|
||||
|
||||
<LookQrcode v-model="modalData.show" :qrcode="qrcode"></LookQrcode>
|
||||
<ymf-share-popup ></ymf-share-popup>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
@@ -513,9 +514,9 @@
|
||||
})
|
||||
})
|
||||
|
||||
onLoad(() => {
|
||||
onLoad((opt) => {
|
||||
APIusershopInfodetail({
|
||||
shopId: uni.cache.get('shopId')
|
||||
shopId: uni.cache.get('shopId')||opt.shopId
|
||||
}).then(res => {
|
||||
console.log(res);
|
||||
shopInfo.value = res.shopInfo
|
||||
|
||||
Reference in New Issue
Block a user