shawenguan 1 anno fa
parent
commit
7ef42c24d5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;