1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 08:48:06 +08:00
2021-02-05 19:58:43 +08:00

9 lines
225 B
Plaintext

<template name="action">
<view class="action">
<view class="item" wx:for="{{action}}" wx:key="index">
<button size="mini" bindtap="onaction" data-name="{{item}}">{{item}}</button>
</view>
</view>
</template>