Commit 4a76fb15 by doszhang

dos

parent 04373477
...@@ -268,7 +268,7 @@ function toPage3() { ...@@ -268,7 +268,7 @@ function toPage3() {
function showResult(event) { function showResult(event) {
if (!createPosterLock) { if (!createPosterLock) {
const resultFlag = /-(\d)\s/g.exec($(event.target).attr('class'))[1] const resultFlag = /-(\d)\s/g.exec($(event.target).attr('class'))[1]
if (window.pt !== 0) { if (window.pt === '0') {
$.ajax({ $.ajax({
url: '/index/tryprize', url: '/index/tryprize',
type: 'POST', type: 'POST',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment