EastWorld / wechat-app-mall

微信小程序商城,微信小程序微店
Apache License 2.0
19.5k stars 6.44k forks source link

Bugs: fslse should be false. 造成了该隐藏的按钮没有隐藏 #126

Closed billibit closed 5 years ago

billibit commented 5 years ago
    wechat-app-mall/pages/order-list/index.wxml

            <view class="btn cancel-btn" hidden="{{item.status==0? fslse : true}}" bindtap="cancelOrderTap"  data-id="{{item.id}}">取消订单</view>
                        <view class="btn topay-btn" hidden="{{item.status==0? fslse : true}}" bindtap="toPayTap" data-id="{{item.id}}" data-money="{{item.amountReal}}" data-score="{{item.score}}">马上付款</view>        
gooking commented 5 years ago

非常感谢,已经 fix