xuxueyang
2024-11-12 5db4036042079a8c3cd164123c8eb82907f6153a
update 签到重复bug
已修改1个文件
1 ■■■■ 文件已修改
sub_pages/customer/self/sign.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
sub_pages/customer/self/sign.vue
@@ -113,6 +113,7 @@
                if (code == 0) {
                    this.$message.showToast('签到成功')
                    item.sign = true
                    this.$set(item,'sign',true)
                    this.signNum += 1
                    this.$forceUpdate()
                }