@@ -32,7 +32,7 @@
</view>
<!-- 未使用 -->
<template v-if="item.status == 0">
- <button class="button-com red big" @click="goUserFn">使用</button>
+ <button class="button-com red big">待用</button>
</template>
<!-- 已使用 -->
<template v-else-if="item.status == 1">
@@ -133,10 +133,6 @@ export default {
this.resetList()
this.getHbList()
}
- },
- // 去使用
- goUserFn() {
- console.log(this.item)