This commit is contained in:
tcubic 2022-08-08 21:45:23 +08:00
parent bb1e6e8e08
commit 1188292b78

View File

@ -17,9 +17,9 @@
<div class="buttom"> <div class="buttom">
<img <img
:src=" :src="
item.isGeted == 0 item.isGeted == 1
? require('../assets/img/pop/view_btn.png') ? require('../assets/img/pop/got_btn.png')
: require('../assets/img/pop/got_btn.png') : require('../assets/img/pop/view_btn.png')
" "
@click="getMoney(item)" @click="getMoney(item)"
/> />