收藏
回答

自定义高度设置无效

问题类型 插件 AppID 插件版本号 AppID 操作系统 微信版本 基础库版本
Bug wx8c631f7e9f2465e1 1.1.10 wx6182d20d4b7fad8a iOS 7.0.9 2.10.0

回答关注问题邀请回答
收藏

1 个回答

  • 闫芝南
    闫芝南
    2020-03-08

    设置navHeight属性即可解决。

      plugin.init({
          appid"KRTAjPMHs63dLc4K5MEJCYiPcYWZk7",
          textToSpeechtrue,
          // guideList: [],
          welcome'请问需要什么帮助',
          background"#eee",
          guideCardHeight40,
         // operateCardHeight: 100,
          historytrue,
          historySize60,
          navHeight64,
          success() => {
            this.setData({
              isShowtrue,
              customBarHeight: app.globalData.CustomBar
            });
          },
          fail(error) => {
            console.error(error);
          }
        });
    
    2020-03-08
    有用
    回复
登录 后发表内容
问题标签