Commit 8f073db6 authored by 袁玲利's avatar 袁玲利

充值界面不显示

parent a29efdb5
......@@ -31,6 +31,7 @@
v-for="(item, index) in actions"
@click="onSelect(item)"
:id="item.id ? item.id : '#item' + index"
:key="item.id"
>
{{ item.text }}
</view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment