Commit 3facc8b5 authored by xiaoye's avatar xiaoye

Update setting.vue

parent e7ecbb33
Pipeline #40010 passed with stages
in 3 minutes and 16 seconds
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
:title = 'i.username' :title = 'i.username'
:note = "i.id >= 0 ? i.id.toString() : ''" :note = "i.id >= 0 ? i.id.toString() : ''"
> >
<view> <view v-show = 'operatorChk()'>
<view class = 'button' @click = 'tournament.remove(v)'> <view class = 'button' @click = 'tournament.remove(v)'>
<uni-icons type = 'trash'></uni-icons> <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