You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
15
static/app2/js/logistics.js
Executable file
15
static/app2/js/logistics.js
Executable file
@ -0,0 +1,15 @@
|
||||
mui.plusReady(function() {
|
||||
|
||||
var self = plus.webview.currentWebview();
|
||||
var data_order_id = self.data_order_id;
|
||||
localStorage.setItem('data_order_id', data_order_id);
|
||||
var bSize = 64 + (+localStorage.getItem('ipxSizeTop')) + 'px';
|
||||
var sub = plus.webview.create('logisticscon.html', 'logisticscon.html', {
|
||||
top: bSize,
|
||||
bottom: '0',
|
||||
scrollIndicator: 'none'
|
||||
});
|
||||
self.append(sub);
|
||||
|
||||
|
||||
})
|
Reference in New Issue
Block a user