shawenguan 1 년 전
부모
커밋
7ef42c24d5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Scripts/wubian/wubianHelper.js

+ 1 - 1
Scripts/wubian/wubianHelper.js

@@ -633,7 +633,7 @@ function handleGoodsInfo() {
     let paymentInfo = rspData.data.paymentInfo;
     let buttons = rspData.data.button;
     if (buttons[0].disable == 1) {
-        buttons[0].disable = 1;
+        buttons[0].disable = 0;
         authorInfo.nickName = `${authorInfo.nickName}#改`;
     }
     gRetBody = rspData;