4***@qq.com
4***@qq.com
  • 发布:2025-10-31 23:32
  • 更新:2025-11-03 14:14
  • 阅读:89

【报Bug】official-account-publish小程序配置topic,backgournd-color无效

分类:uni-app

产品分类: uniapp/小程序/微信

PC开发环境操作系统: Windows

PC开发环境操作系统版本号: win10

HBuilderX类型: 正式

HBuilderX版本号: 4.76

第三方开发者工具版本号: 1.06.2503281 win32-x64

基础库版本号: 3.11.1

项目创建方式: HBuilderX

操作步骤:

小程序开发者工具这样写正常:<official-account-publish topic="和coco一起做好事"></official-account-publish>
hbx中<official-account-publish topic="和coco一起做好事"></official-account-publish>编译后不生效

预期结果:

小程序开发者工具这样写正常:<official-account-publish topic="和coco一起做好事"></official-account-publish>
hbx中<official-account-publish topic="和coco一起做好事"></official-account-publish>编译后不生效

实际结果:

小程序开发者工具这样写正常:<official-account-publish topic="和coco一起做好事"></official-account-publish>
hbx中<official-account-publish topic="和coco一起做好事"></official-account-publish>编译后不生效

bug描述:

小程序开发者工具这样写正常:<official-account-publish topic="和coco一起做好事"></official-account-publish>
hbx中<official-account-publish topic="和coco一起做好事"></official-account-publish>编译后不生效

2025-10-31 23:32 负责人:DCloud_UNI_JBB 分享
已邀请:
DCloud_UNI_JBB

DCloud_UNI_JBB

vue版本是多少?截图发下 official-account-publish 组件的编译产物

  • 4***@qq.com (作者)

    vue3,<official-account-publish wx:if="{{f}}" class="data-v-c50b7979" u-i="c50b7979-2,c50b7979-0" bind:l="l" u-p="{{f}}"></official-account-publish>

    2025-11-12 15:24

  • DCloud_UNI_JBB

    回复 4***@qq.com: hx升级到最新版试试还有没有问题

    2025-11-12 15:26

  • 4***@qq.com (作者)

    回复 DCloud_UNI_JBB: 最终效果还是有问题,hbx版本4.8.5,编译后的wxml是:<official-account-publish wx:if="{{f}}" class="data-v-c50b7979" u-i="c50b7979-2,c50b7979-0" bind:l="l" u-p="{{f}}"></official-account-publish>

    2025-11-14 12:10

  • DCloud_UNI_JBB

    回复 4***@qq.com: 其他微信小程序原生组件能正常使用吗?比如 match-media

    2025-11-14 14:10

  • 4***@qq.com (作者)

    回复 DCloud_UNI_JBB: 哎,原生写official-account-publish都能用,就uniapp编译后不能用,你们可以去写个代码试下啊

    2025-11-14 16:22

  • DCloud_UNI_JBB

    回复 4***@qq.com: 我知道是编译问题,参数没有加到原生标签上,当成了vue组件处理了,mac复现不了你说的这个问题

    2025-11-14 16:24

  • DCloud_UNI_JBB

    回复 DCloud_UNI_JBB: 所以才让你确定下只有这个组件不能用还是所有的微信小程序组件都不能用

    2025-11-14 16:24

  • 4***@qq.com (作者)

    回复 DCloud_UNI_JBB: 目前看到只有这个组件不能用,其他button、match-media都能正常用

    2025-11-14 16:45

  • DCloud_UNI_JBB

    回复 4***@qq.com: manifest.json mp-weixin 下添加 nativeTags: ["official-account-publish"] 试试能不能行

    2025-11-14 16:55

  • DCloud_UNI_JBB

    回复 4***@qq.com: match-media的编译产物发下

    2025-11-14 16:57

  • 4***@qq.com (作者)

    回复 DCloud_UNI_JBB:

    【match-media】编译:

    <match-media class="data-v-c50b7979" min-width="{{375}}" max-width="{{800}}"><view class="data-v-c50b7979">当页面最小宽度 375px, 页面宽度最大 800px 时显示</view></match-media>


    【manifest.json mp-weixin 下添加 nativeTags: ["official-account-publish"]】能用

    2025-11-14 17:03

  • DCloud_UNI_JBB

    回复 4***@qq.com: 好的,你先这样解决吧

    2025-11-14 17:05

  • 4***@qq.com (作者)

    回复 DCloud_UNI_JBB: 谢谢

    2025-11-14 17:07

要回复问题请先登录注册