11 lines
321 B
Plaintext
11 lines
321 B
Plaintext
|
|
<scroll-view class="scroll-box" scroll-x scroll-with-animation scroll-into-view="{{toView}}" bindtouchstart="touchStart"
|
|
bindtouchend="touchEnd">
|
|
<view wx:for="{{list}}" wx:key="{{item}}" class="card-box" id="card_{{index}}">
|
|
<view class="card">
|
|
<text>{{item}}</text>
|
|
</view>
|
|
</view>
|
|
</scroll-view>
|
|
|