Commit 1c204117 authored by 袁玲利's avatar 袁玲利

Merge branch 'v_req_620' into uat

parents a9772787 8f073db6
...@@ -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