收藏
回答

界面刷新怎么处理?

绑定的数据 在 onload 调用云函数更新了绑定数据, 但界面不更新,是什么问题?? 求教


<scroll-view class="course-type-scroll" scroll-x scroll-with-animation="true"

scroll-into-view="item{{activeMenuIndex < 4 ? 0 : activeMenuIndex - 3}}">

<view class="course-type-item" id="item{{index}}"

wx:for="{{coursetype}}" wx:key="index"

data-index="{{index}}" bindtap="courseTypeMenuTap">

<view class="names {{activeMenuIndex === index ? 'active' : ''}}">{{item.courseTypeName}}</view>

<view class="currtline {{activeMenuIndex === index ? 'active' : ''}}"></view>

</view>

</scroll-view>

最后一次编辑于  2020-02-29
回答关注问题邀请回答
收藏

1 个回答

  • FWAN
    FWAN
    2020-02-29
    item{{  }} 没有见过这种用法,如果是拼接 string 应该可以这样 {{ item + ( ? : )}}
    
    2020-02-29
    有用
    回复
登录 后发表内容
问题标签