浏览代码

待用红包

shish 6 月之前
父节点
当前提交
4a36eab561
共有 1 个文件被更改,包括 1 次插入5 次删除
  1. 1 5
      mallApp/src/pages/hb/list.vue

+ 1 - 5
mallApp/src/pages/hb/list.vue

@@ -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)
 		}
 	}
 }