You've already forked qlg.frontend
助购列表页,待接口
This commit is contained in:
@ -88,7 +88,7 @@ function jumpPage(ipxSizeBottom) {
|
||||
|
||||
var bSize = 50 + (+ipxSizeBottom) + 'px';
|
||||
var subpages = ['templete/home.html', 'templete/shops.html', 'templete/zhuweiba.html',
|
||||
// 'templete/zhugouba.html',
|
||||
'templete/zhugouba.html',
|
||||
'templete/my.html'
|
||||
];
|
||||
var subpage_style = {
|
||||
@ -103,8 +103,10 @@ function jumpPage(ipxSizeBottom) {
|
||||
window.addEventListener('refresh', function(e) {
|
||||
var my = plus.webview.getWebviewById('templete/my.html'); //触发父页面的自定义事件(refresh),从而进行刷新
|
||||
var zhuweiba = plus.webview.getWebviewById('templete/zhuweiba.html'); //触发父页面的自定义事件(refresh),从而进行刷新
|
||||
var zhugouba = plus.webview.getWebviewById('templete/zhugouba.html'); //触发父页面的自定义事件(refresh),从而进行刷新
|
||||
mui.fire(my, 'refresh');
|
||||
mui.fire(zhuweiba, 'refresh');
|
||||
mui.fire(zhugouba, 'refresh');
|
||||
})
|
||||
// launchScreen();
|
||||
plus.screen.lockOrientation("portrait-primary");
|
||||
|
Reference in New Issue
Block a user