You've already forked qlg.frontend
购物车引导页
This commit is contained in:
@ -513,7 +513,22 @@ mui.plusReady(function() {
|
||||
})
|
||||
|
||||
mui('.header').on('tap', '.icon-cart', function() {
|
||||
JZL.openWindow('shoppingcart.html','shoppingcart.html');
|
||||
mui.openWindow({
|
||||
url: "shoppingcart.html",
|
||||
id: "shoppingcart.html_"+from_id,
|
||||
extras: {
|
||||
from_id: from_id,
|
||||
},
|
||||
waiting: {
|
||||
autoShow: true, //自动显示等待框,默认为true
|
||||
title: '正在加载...', //等待对话框上显示的提示内容
|
||||
options: {
|
||||
// width: waiting - dialog - widht, //等待框背景区域宽度,默认根据内容自动计算合适宽度
|
||||
// height: waiting - dialog - height, //等待框背景区域高度,默认根据内容自动计算合适高度
|
||||
// ......
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
//点击导航栏跳转
|
||||
mui('.nav').on('tap', '#nav1', function() {
|
||||
|
Reference in New Issue
Block a user