From 9b4f60395320f2037f7f26642581438f79ce6c3b Mon Sep 17 00:00:00 2001 From: smallfawn <860562056@qq.com> Date: Tue, 25 Feb 2025 16:03:23 +0800 Subject: [PATCH] Update kangshifu.js --- wxapp/kangshifu.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wxapp/kangshifu.js b/wxapp/kangshifu.js index b813e45..de64685 100644 --- a/wxapp/kangshifu.js +++ b/wxapp/kangshifu.js @@ -105,8 +105,11 @@ class Task extends Public { - console.log(this.index); + + } + async run() { + await this.getcode() } }