收藏
回答

wx:for 里面 item取不到值?


  <view class="point" wx:if="{{pointList.length > 0}}">

    <view class="day-item" wx:for="{{pointList}}" wx:key="id" data-index="{{index}}" bindtouchstart="touchStart" bindtouchend="touchEnd">

      <view  class="h">

        <view class="l">日期:{{item.saleTime}}</view>

        <view class="r">金额:{{item.amount}}</view>

      </view>

    </view>

  </view>

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

1 个回答

  • 微盟
    微盟
    2022-05-13

    页面是进行渲染了,建议贴出data的数据,看起来item下的时间和金额没有value值。

    2022-05-13
    有用
    回复
登录 后发表内容