收藏
回答

1.03.2008270版本开发工具自定义cu-custom组件标题栏消失?

更新了1.03.2008270版本开发工具后,打开项目发现在开发工具模拟器中所有页面的标题都消失了,但是在手机中是正常,项目是用的Color-ui做的,

page.wxml

<cu-custom bgColor="bg-white">

  <view slot="content">购物车view>

cu-custom>


---------------------------------------------------------------------------

app.json

  "usingComponents": {

    "cu-custom": "/colorui/components/cu-custom"

  },

-------------------------------------------------------------------------

app.js

    wx.getSystemInfo({

      success: e => {

        this.globalData.StatusBar = e.statusBarHeight;

        let capsule = wx.getMenuButtonBoundingClientRect();

        if (capsule) {

          this.globalData.Custom = capsule;

          this.globalData.CustomBar = capsule.bottom + capsule.top - e.statusBarHeight;

        } else {

          this.globalData.CustomBar = e.statusBarHeight + 50;

        }

      }

    })

最后一次编辑于  2020-09-04
回答关注问题邀请回答
收藏

3 个回答

  • 陈小二。
    陈小二。
    2021-01-18

    解决了吗

    2021-01-18
    有用
    回复
  • *
    *
    2020-09-05

    解决了,在project.config.json中将

    "useApiHook": true

    改为

    "useApiHook": false


    2020-09-05
    有用
    回复
  • Jacob
    Jacob
    2020-09-04

    页面的json文件中定义了这个吗?

    "navigationStyle""custom"
    
    2020-09-04
    有用
    回复 2
    • *
      *
      2020-09-04
      是的,标题用的自定义组件样式。
      2020-09-04
      回复
    • *
      *
      2020-09-04
      又安装了一个老版本的开发工具,就可以显示出来标题。不知道这个新版本的开发工具模拟器改了什么!
      2020-09-04
      回复
登录 后发表内容
问题标签