交易规则list

This commit is contained in:
2020-08-16 15:16:28 +08:00
parent ff43780f12
commit bc07aeb462
4 changed files with 13 additions and 5 deletions

View File

@ -274,6 +274,9 @@ var localAuthType = localStorage.getItem("authType");
$('.mydata-content').on('tap', '.setting', function() {
JZL.openWindow('setting.html', 'setting.html')
})
$('.mydata-content').on('tap', '.tradeRule', function() {
JZL.openWindow('trade_rule.html', 'trade_rule.html')
})
$('.mydata-content').on('tap', '.shoppingcart', function() {
JZL.openWindow('shoppingcart_warp.html', 'shoppingcart_warp.html')
})