小程序
小游戏
企业微信
微信支付
扫描小程序码分享
已经在微信后台关联了公众号,代码上直接使用<official-account></official-account>组件,在体验版scene:1017场景下,没有显示公众号组件,请问具体代码如何实现?
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
official-account 这个按钮怎么跑到下面了?有人遇到过这种问题吗?
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
组件样式是不是有问题那?对比一下其他场景是不是正常?我这里测试可以正常显示。给你一个参考样式:
<view class="official_account"> <text class="cuIcon-close lg text-gray" bindtap="hideOfficialAccount"></text> <official-account binderror="errorOfficialAccount" bindload="loadOfficialAccount"></official-account> </view> .official_account { position: fixed; bottom: calc(100rpx + env(safe-area-inset-bottom) / 2); width: 100%; left: auto; right: auto; z-index: 1020; } .official_account.custom .cuIcon-close { right: 20px; top: 20px; } .official_account .cuIcon-close { position: absolute; right: 4px; top: 2px; z-index: 1020; } .official_account>view { border-radius: 8px; border-style: dashed; border-width: 1px; border-color: #999; } .official_account button.subscribe { width: 72px; height: 32px; background: linear-gradient(180deg, #f97070, #f03d3d); border-radius: 16px; color: #fff; font-size: .8rem; line-height: 32px; margin: 0; }
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
official-account 这个按钮怎么跑到下面了?有人遇到过这种问题吗?
组件样式是不是有问题那?对比一下其他场景是不是正常?我这里测试可以正常显示。给你一个参考样式:
<view class="official_account"> <text class="cuIcon-close lg text-gray" bindtap="hideOfficialAccount"></text> <official-account binderror="errorOfficialAccount" bindload="loadOfficialAccount"></official-account> </view> .official_account { position: fixed; bottom: calc(100rpx + env(safe-area-inset-bottom) / 2); width: 100%; left: auto; right: auto; z-index: 1020; } .official_account.custom .cuIcon-close { right: 20px; top: 20px; } .official_account .cuIcon-close { position: absolute; right: 4px; top: 2px; z-index: 1020; } .official_account>view { border-radius: 8px; border-style: dashed; border-width: 1px; border-color: #999; } .official_account button.subscribe { width: 72px; height: 32px; background: linear-gradient(180deg, #f97070, #f03d3d); border-radius: 16px; color: #fff; font-size: .8rem; line-height: 32px; margin: 0; }