rabin 3 anos atrás
pai
commit
367fde2ff1
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      app/act/assets/pc/html/setGoods.html

+ 1 - 1
app/act/assets/pc/html/setGoods.html

@@ -97,7 +97,7 @@
                 $.post(url, data, function(t) {
                 $.post(url, data, function(t) {
                     t = JSON.parse(t);
                     t = JSON.parse(t);
                     if (t.status == 1) {
                     if (t.status == 1) {
-                        layui.layer.alert('礼品卡商品设置成功', function(index){
+                        layui.layer.alert('折扣商品设置成功', function(index){
                           location.reload();
                           location.reload();
                           layer.close(index);
                           layer.close(index);
                         });
                         });