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

充值界面不显示

parent a29efdb5
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
v-for="(item, index) in actions" v-for="(item, index) in actions"
@click="onSelect(item)" @click="onSelect(item)"
:id="item.id ? item.id : '#item' + index" :id="item.id ? item.id : '#item' + index"
:key="item.id"
> >
{{ item.text }} {{ item.text }}
</view> </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