cbma_expert/ce_app/pages/library/mpShare/index.vue

20 lines
389 B
Python
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<template>
<view class="u-demo">
<view class="u-demo-wrap">
<view class="u-demo-title">演示效果</view>
<view class="u-demo-area">
<view class="u-no-demo-here">
只对各家小程序有效点击右上角的"胶囊"即可弹出分享菜单
</view>
</view>
</view>
</view>
</template>
<script>
</script>
<style lang="scss" scoped>
.u-demo {}
</style>