收藏
回答

微信 8.0.32 createGameClubButton 创建的游戏圈按钮不显示文字

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小游戏 Bug createGameClubButton 微信iOS客户端 8.0.32 2.30.2

更新微信 8.0.32 后,createGameClubButton 创建的游戏圈按钮真机上不显示文字,基础库 2.30.2。

wx.createGameClubButton({

                type: 'text',

                text: btn.conf.text,

                style: {

                    left: pos.x,

                    top: pos.y,

                    width: size.width,

                    height: size.height,

                    lineHeight: size.height,

                    backgroundColor: btn.conf.backgroundColor,

                    color: btn.conf.color,

                    textAlign: 'center',

                    fontSize: btn.conf.fontSize,

                    borderRadius: btn.conf.borderRadius

                });

回答关注问题邀请回答
收藏
登录 后发表内容