更新资源

This commit is contained in:
2019-10-27 20:52:35 +08:00
parent 929f4b651f
commit edbcf17309
457 changed files with 25425 additions and 21970 deletions

38
static/app2/js/shopsetting.js Executable file → Normal file
View File

@ -1,19 +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))
})
})
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))
})
})