Browse Source

11

undefined
loumengning 4 years ago
parent
commit
2a53ba49df
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      public/assets/js/backend/unishop/order.js

+ 1
- 1
public/assets/js/backend/unishop/order.js View File

@@ -167,7 +167,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
});
$(document).on("click", ".btn-finish", function () {
Layer.confirm(
__('确定要完成所有订单?', ids.length),
__('确定要完成所有订单?'),
{icon: 3, title: __('Warning'), offset: 0, shadeClose: true},
function (index) {
Fast.api.ajax({


Loading…
Cancel
Save