收藏
回答

微信小程序编译WXML文件错误是哪里出错了?求大神解答

[ WXML 文件编译错误] ./components/couponlist5d0a44ae/couponlist.wxml

Bad attr `data-eventconfigs` with message

5 | <check checked="{{unUsed}}" mpxPageStatus="{{mpxPageStatus}}"></check>

6 | </view>

> 7 | <coupon bindjumpdetail="__invoke" bindselectcoupon="selectCoupon" class="coupon-item-host" couponData="{{item}}" data-eventconfigs="{{ jumpdetail:[ ['jumpDetail',item] ] }}" mpxPageStatus="{{mpxPageStatus}}" needCheck="{{needCheck}}" showDetail="true" wx:for="{{couponList}}" wx:key="index"></coupon>

| ^

8 | <view bindtap="loadMore" class="load-more">

9 | <view class="loading-icon" wx:if="{{loading}}"></view>

10 | <view wx:if="{{showLoadMore}}">{{langData.loadMore}}</view>

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

2 个回答

  • xplee
    xplee
    2020-10-14
    应该是这块的问题:
    data-eventconfigs="{{ jumpdetail:[ ['jumpDetail',item] ] }}"
    
    {{ jumpdetail:[ ['jumpDetail',item] ] }} -> 这是想表达什么?
    


    2020-10-14
    有用
    回复
  • 同步
    同步
    2020-10-14

    代码格式化,检查下标签了

    2020-10-14
    有用
    回复
登录 后发表内容
问题标签