Commit 0d195a34 by doszhang

dos

parent 3d9adc16
......@@ -9,7 +9,7 @@
<meta name="format-detection" content="telephone=no">
{:assign var=projectId value=0}
{:assign var=rem value=false}
{:assign var=version value='1.0.0'}
{:assign var=version value='1.0.1'}
{:block name='projectx'}{:/block}
{:if $rem == true}
<meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1, user-scalable=no">
......
......@@ -85,7 +85,7 @@ $(document).ready(function () {
}, toscene)
$('.result').on('click', {
resultFlag: this.attr('class').replace(/[^0-9]/ig, "")
// resultFlag: this.attr('class').replace(/[^0-9]/ig, "")
}, showResult)
});
......@@ -109,7 +109,7 @@ function toPage3() {
}
function showResult(event) {
const resultFlag = event.data.resultFlag
const resultFlag = event
console.log(resultFlag)
}
......
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