소스 검색

Signed-off-by: yukangzhe <382985154@qq.com>

yukangzhe 3 년 전
부모
커밋
6c5863e2d3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/makePiano/makePiano.js

+ 1 - 1
pages/makePiano/makePiano.js

@@ -291,7 +291,7 @@ Page({
     let id = e.currentTarget.dataset.id;
     const index = e.currentTarget.dataset.index
 
-    if(this.data.schoolList[index].hasVisitNum + 1 >= this.data.schoolList[index].maxNum){
+    if(this.data.schoolList[index].hasVisitNum >= this.data.schoolList[index].maxNum){
       wx.hideLoading({
         success: (res) => {
           wx.showToast({