wangchao 2 년 전
부모
커밋
c974456d79
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      pages/clock/the_clock.vue

+ 5 - 0
pages/clock/the_clock.vue

@@ -150,6 +150,11 @@
 			this.createDate = _day.getFullYear() + "-" + (_day.getMonth() + 1);
 		},
 		methods: {
+			supp(item) {
+				uni.navigateTo({
+					url: '/pages/clock/supp_clock' + `?id=${item.id}`,
+				})
+			},
 			dateChange(e) {
 				console.log(e)
 				this.createDate = e.year + "-" + e.month