Commit acff7773 by libai

测试

parent 797fdef6
Showing with 6 additions and 6 deletions
...@@ -183,9 +183,9 @@ try{ ...@@ -183,9 +183,9 @@ try{
$(this).addClass("li-click"); $(this).addClass("li-click");
$(this).siblings("li").removeClass("li-click"); $(this).siblings("li").removeClass("li-click");
amount = $(this).children("p").children(".pay-money").text() amount = $(this).children("p").children(".pay-money").text()
// if(amount==3000)weiPkg='bigrecharge' if(amount==3000)weiPkg='bigrecharge'
// else weiPkg='h5' else weiPkg='h5'
weiPkg='h5' // weiPkg='h5'
}) })
} }
}) })
......
...@@ -178,9 +178,9 @@ try{ ...@@ -178,9 +178,9 @@ try{
$(this).addClass("li-click"); $(this).addClass("li-click");
$(this).siblings("li").removeClass("li-click"); $(this).siblings("li").removeClass("li-click");
amount = $(this).children("p").children(".pay-money").text() amount = $(this).children("p").children(".pay-money").text()
// if(amount==3000)weiPkg='bigrecharge' if(amount==3000)weiPkg='bigrecharge'
// else weiPkg='h5' else weiPkg='h5'
weiPkg='h5' // weiPkg='h5'
}) })
} }
......
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