Commit 797fdef6 by libai

测试

parent bb6c70ad
Showing with 6 additions and 4 deletions
...@@ -183,8 +183,9 @@ try{ ...@@ -183,8 +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'
}) })
} }
}) })
......
...@@ -178,8 +178,9 @@ try{ ...@@ -178,8 +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'
}) })
} }
......
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