qlg.tsgz.moe/static/app2/js/shopsetting.js
2020-06-10 13:23:50 +08:00

20 lines
370 B
JavaScript
Executable File

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))
})
})