aqyj/components/footer/footer.wxml

7 lines
293 B
Plaintext

<view class='container'>
<view class='scroll-wrapper'>
<scroll-view scroll-x style='scroll'>
<text id='{{index}}' class='text' wx:for='{{list}}' wx:key="index" bindtap='delete'>{{item.name}}</text></scroll-view>
</view>
<text class='btn' bindtap='confirm'>确定</text>
</view>