You've already forked qlg.frontend
交易规则完成
This commit is contained in:
10
js/trade_rule_detail.js
Normal file
10
js/trade_rule_detail.js
Normal file
@@ -0,0 +1,10 @@
|
||||
mui.plusReady(function(){
|
||||
// some ajax
|
||||
window.self = plus.webview.currentWebview();
|
||||
window.Id = self.ruleId;
|
||||
const parentData = self.parentData;
|
||||
var block = $('.block');
|
||||
if (parentData) {
|
||||
block.html(parentData.content)
|
||||
}
|
||||
})
|
Reference in New Issue
Block a user