Showing
2 changed files
with
2 additions
and
2 deletions
@@ -31,7 +31,7 @@ | @@ -31,7 +31,7 @@ | ||
31 | </li> | 31 | </li> |
32 | <li class="input-container-li clearfix"> | 32 | <li class="input-container-li clearfix"> |
33 | <input name="refer" id="refer" type="hidden" value="http%3A%2F%2Fwww.yohobuy.com%2F"> | 33 | <input name="refer" id="refer" type="hidden" value="http%3A%2F%2Fwww.yohobuy.com%2F"> |
34 | - <input id="find-btn" class="btn find-btn" type="submit" value="下一步" disabled=""> | 34 | + <input id="find-btn" class="btn find-btn" type="button" value="下一步"> |
35 | </li> | 35 | </li> |
36 | </ul> | 36 | </ul> |
37 | </form> | 37 | </form> |
@@ -189,7 +189,7 @@ Captcha.prototype = { | @@ -189,7 +189,7 @@ Captcha.prototype = { | ||
189 | result.push(this.$_____trojanYohobuy.val()); | 189 | result.push(this.$_____trojanYohobuy.val()); |
190 | } | 190 | } |
191 | 191 | ||
192 | - return result.join(''); | 192 | + return result.join('') === '0000' ? '' : result.join(''); |
193 | }, | 193 | }, |
194 | 194 | ||
195 | /** | 195 | /** |
-
Please register or login to post a comment