You've already forked qlg.frontend
Init Repo
This commit is contained in:
19
js/shopsetting.js
Normal file
19
js/shopsetting.js
Normal file
@ -0,0 +1,19 @@
|
||||
mui.plusReady(function() {
|
||||
|
||||
var self = plus.webview.currentWebview();
|
||||
//console.log(self);
|
||||
var shopId=self.id;
|
||||
var shopIdObj = {
|
||||
id: self.id
|
||||
}
|
||||
$('.row').on("tap", function() {
|
||||
|
||||
var URL = $(this).attr("data-url");
|
||||
//console.log(URL);
|
||||
// JZL.openWindow('income-details.html', 'income-details.html')
|
||||
JZL.openWindow(URL + '.html',parseInt(shopId))
|
||||
|
||||
})
|
||||
|
||||
|
||||
})
|
Reference in New Issue
Block a user