|
@@ -215,7 +215,6 @@ define(['$', 'template', 'IScroll', 'user', 'product', 'native', 'config', 'addr
|
|
|
// IScroll
|
|
|
$.newTouch('.arrow',function (event){
|
|
|
event.preventDefault();
|
|
|
- console.log('div名为arrow,可以点击');
|
|
|
var type = $('.control-item.active').data('order-type');
|
|
|
// fixScroll(pageData,type);
|
|
|
},$view);
|
|
@@ -225,7 +224,7 @@ define(['$', 'template', 'IScroll', 'user', 'product', 'native', 'config', 'addr
|
|
|
event.preventDefault();
|
|
|
$(this).children('div.arrow').toggleClass('active');
|
|
|
if($(this).children('div.extended').css('display')=='none'){
|
|
|
- $(this).children('div.extended').css('height','4rem').css('display','block');
|
|
|
+ $(this).children('div.extended').css('display','block');
|
|
|
$(this).siblings().children('div.extended').css('height','0').css('display','none');
|
|
|
$(this).siblings().children('div.arrow').removeClass('active');
|
|
|
}else {
|