|
@@ -165,7 +165,7 @@ $(function(){
|
|
|
$.ajax({
|
|
|
type:'post',
|
|
|
dataType:'json',
|
|
|
- url:'/mobile/index.php?act=bonusex&op=bind&client_type=ios',
|
|
|
+ url:'/mobile/index.php?act=bonusex&op=bind&client_type=ajax',
|
|
|
data:{
|
|
|
mobile: tel,
|
|
|
code: yanzVal,
|
|
@@ -236,6 +236,6 @@ $(function(){
|
|
|
};
|
|
|
tel.init();
|
|
|
if($('.fixed_bottom').length > 0) {
|
|
|
- $('.maincontent').css('padding-bottom','2rem');
|
|
|
+ $('.maincontent').css('padding-bottom','1.33rem');
|
|
|
}
|
|
|
});
|