点餐页增加轮播图点击图片进入具体页面,点击分享正常分享,在对应的页面增加分享弹窗组件
This commit is contained in:
@@ -123,6 +123,9 @@
|
||||
</view>
|
||||
</up-popup>
|
||||
<!-- 兑换确认弹窗end -->
|
||||
|
||||
|
||||
<ymf-share-popup ></ymf-share-popup>
|
||||
</view>
|
||||
</template>
|
||||
<script setup>
|
||||
@@ -408,7 +411,7 @@ onShareAppMessage(async () => {
|
||||
query
|
||||
};
|
||||
console.log('onShareAppMessage===', options);
|
||||
return options;
|
||||
return wxShare(options);
|
||||
});
|
||||
|
||||
onLoad(async (opt) => {
|
||||
|
||||
Reference in New Issue
Block a user