|
@@ -261,7 +261,7 @@ mui.each(document.querySelectorAll('#tabbar-chart-bar .mui-control-item'), funct
|
|
|
mui('#pullrefresh').scroll().scrollTo(0,0,10);//10毫秒滚动到顶
|
|
|
}, false);
|
|
|
});
|
|
|
- mui('body').on('tap','.go-purchasing,btn-odt',function() {
|
|
|
+ mui('body').on('tap','.go-purchasing,.btn-odt',function() {
|
|
|
location.href='/tooth/view/agent_tooth/purchasing_products.html';
|
|
|
});
|
|
|
var isPay=true;
|