收藏
回答

刚更新的开发者工具,发现wxml中style定义样式时没用了,怎么回事?

开发者工具版本:Stable 1.03.2008270,代码如下:

<view class="cu-customstyle="height:{{CustomBar}}px">

  <view class="cu-bar fixed {{bgImage!=''?'none-bg text-white bg-img':''}} {{bgColor}}style="height:{{CustomBar}}px;padding-top:{{StatusBar}}px;{{bgImage?'background-image:url(' + bgImage+')':''}}">

    <view class="actionbindtap="BackPagewx:if="{{isBack}}">

      <text class="cuIcon-back">text>

      <slot name="backText">slot>

    view>

    <view class="action border-custom"  wx:if="{{isCustom}}style="width:{{Custom.width}}px;height:{{Custom.height}}px;margin-left:calc(750rpx - {{Custom.right}}px)">

      <text class="cuIcon-backbindtap="BackPage">text>

      <text class="cuIcon-homefillbindtap="toHome">text>

    view>

    <view class="contentstyle="top:{{StatusBar}}px">

      <slot name="content">slot>

    view>

    <slot name="right">slot>

  view>

view>

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

data: {

    StatusBar: app.globalData.StatusBar,

    CustomBar: app.globalData.CustomBar,

    Custom: app.globalData.Custom

  },

就是colorui标题栏,发现上面的style中定义的都不顶用了。这是怎么回事???

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

3 个回答

  • 工号 9527
    工号 9527
    2020-09-03

    你好,复现了,我们研究下

    2020-09-03
    有用
    回复 1
    • SquabbyZ
      SquabbyZ
      2020-11-25
      请问这个问题解决了么?
      2020-11-25
      回复
  • 周翔
    周翔
    2020-09-03

    data: {

        StatusBar: app.globalData.StatusBar,

        CustomBar: app.globalData.CustomBar,

        Custom: app.globalData.Custom

      },

    直接这样写不行了,要放在onLoad或attach里,进行setData()才行。

    2020-09-03
    有用
    回复
  • 微喵网络
    微喵网络
    2020-09-03

    调试里看看

    2020-09-03
    有用
    回复 5
登录 后发表内容
问题标签