收藏
回答

[ WXML 文件编译错误] ./pages/shop/task.wxml的问题?

[ WXML 文件编译错误] ./pages/shop/task.wxml

 Bad attr `data-event-params` with message

  63 |                         <view class="welfare_bottom_item" wx:for="{{donetaskList}}" wx:for-item="tdItem" wx:key="index">

  64 |                             <view class="welfare_bottom_item_two">

> 65 |                                 <view bindtap="__e" class="welfare_item_left" data-event-opts="{{[ [ 'tap',[ [ 'e1',['$event'] ] ] ] ]}}" data-event-params="{{tdItem:tdItem}}" data-index="{{index}}">

     |                                                                                                                                                            ^

  66 |                                     <view class="welfare_item_left_h1">{{tdItem.name}}</view>

  67 |                                     <view class="welfare_item_left_h2">

  68 |                                         <grace-single-slider barBgColor="{{'linear-gradient(to right, '+(tdItem.barBgColor_left?tdItem.barBgColor_left:'#ffbf8a')+','+(tdItem.barBgColor_right?tdItem.barBgColor_right:'#ff9966')+')'}}" barHeight="{{50}}" barText="{{tdItem.bili}}" barTextSize="26rpx" barWidth="{{tdItem.width}}" bglineAColor="{{tdItem.bglineAColor?tdItem.bglineAColor:'#ff9966'}}" bglineColor="{{tdItem.bglineColor?tdItem.bglineColor:'#e5e5e5'}}" bglineSize="{{50}}" bind:__l="__l" borderRadius="40rpx" canSlide="{{false}}" style="width:540rpx;" vueId="{{'4e5601d1-3-'+index+','+'4e5601d1-1'}}"></grace-single-slider>

at files://pages/shop/task.wxml#65

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

2 个回答

  • 溪雨安
    溪雨安
    2021-10-22

    tdItem.tdItem


    2021-10-22
    有用
    回复
  • 圣光围绕的QCC
    圣光围绕的QCC
    2021-10-21

    {{tdItem : tdItem}}

    不是冒号

    2021-10-21
    有用
    回复
登录 后发表内容