Commit b9c2d9b8 authored by xiaoye's avatar xiaoye

fix

parent 15756db4
Pipeline #39502 passed with stages
in 2 minutes and 48 seconds
......@@ -56,10 +56,9 @@
:avatar = 'i.avatar'
:title = 'i.username'
:note = "i.id >= 0 ? i.id.toString() : ''"
@click = 'create.remove(v)'
>
<view>
<view class = 'button'>
<view class = 'button' @click = 'create.remove(v)'>
<uni-icons type = 'trash'></uni-icons>
</view>
</view>
......
......@@ -68,10 +68,9 @@
:avatar = 'i.avatar'
:title = 'i.username'
:note = "i.id >= 0 ? i.id.toString() : ''"
@click = 'tournament.remove(v)'
>
<view>
<view class = 'button'>
<view class = 'button' @click = 'tournament.remove(v)'>
<uni-icons type = 'trash'></uni-icons>
</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