mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 08:48:06 +08:00
9 lines
225 B
Plaintext
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>
|
|
|