[ 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>
应该是这块的问题: data-eventconfigs="{{ jumpdetail:[ ['jumpDetail',item] ] }}" {{ jumpdetail:[ ['jumpDetail',item] ] }} -> 这是想表达什么?
代码格式化,检查下标签了