You've already forked qlg.frontend
解决购物车点击全选付款竟然能到付款页面
This commit is contained in:
@ -531,7 +531,7 @@ mui.plusReady(function() {
|
||||
// })
|
||||
|
||||
mui('.js').on('tap', '.btn_tj', function() {
|
||||
var check_length = $('.check_1').length;
|
||||
var check_length = $('.con_ .check_1').length;
|
||||
if (check_length == 0) {
|
||||
mui.alert('请选择商品结算!');
|
||||
return;
|
||||
|
Reference in New Issue
Block a user