uni-app小红书编译group-chat-card组件属性丢失

uni-app小红书编译group-chat-card组件属性丢失

示例代码:

<template>  
    <group-chat-card :group-ids="groupChatList" type="card"> </group-chat-card>  
</template>  

<script>  
    export default {  
        data() {  
            return {  
                groupChatList: 'sy3YiB1GGlXLTP9KLCLwFtmxWtY3Hno1yfVzYksmLiQ=,aHO9gDeRM3NhfV7+jGDO1Sh1VHPL2OIJDTQ1dQkljbk='  
            }  
        },  
    }  
</script>

操作步骤:

  • 直接编译到xhs

预期结果:

<group-chat-card group-ids="{{a}}" type="card"></group-chat-card>

实际结果:

<group-chat-card xhs:if="{{a}}" u-i="64a4780e-0" bind:<strong>l="</strong>l" u-p="{{a}}">
</group-chat-card> 没有设置的属性

bug描述:

小红书编译group-chat-card组件属性丢失


更多关于uni-app小红书编译group-chat-card组件属性丢失的实战教程也可以访问 https://www.itying.com/category-93-b0.html

2 回复

感谢反馈,问题已复现,已加分
临时解决方案
替换 /Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli-vite/node_modules/@dcloudio/uni-mp-xhs/dist/uni.compiler.js 为 附件

更多关于uni-app小红书编译group-chat-card组件属性丢失的实战教程也可以访问 https://www.itying.com/category-93-b0.html


帮忙看下我发的问题

回到顶部