收藏
回答

iPhone11 按钮内容不显示

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小游戏 Bug wx.createUserInfoButton 微信iOS客户端 8.0.49 3.4.7

在iPhone11 手机上面无法正常显示按钮中的文字内容,

function createUserInfoButton(text, left, top, fontsize) {

  return wx.createUserInfoButton({

      type: 'text',

      text: text,

      style: {

          left: left,

          top: top,

          width: 200,

          height: 40,

          lineHeight: 40,

        // backgroundColor: '#ff0000',

          color: 'white',

          textAlign: 'center',

          fontSize: fontsize,

      }

  });

}


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