Init Repo

This commit is contained in:
root
2019-09-06 23:53:10 +08:00
commit f0ef89dfbb
7905 changed files with 914138 additions and 0 deletions

14
static/app/js/logistics.js Executable file
View File

@ -0,0 +1,14 @@
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 sub = plus.webview.create('logisticscon.html', 'logisticscon.html', {
top: '66px',
bottom: '0',
scrollIndicator: 'none'
});
self.append(sub);
})