rabin hace 3 años
padre
commit
367fde2ff1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) {
                     t = JSON.parse(t);
                     if (t.status == 1) {
-                        layui.layer.alert('礼品卡商品设置成功', function(index){
+                        layui.layer.alert('折扣商品设置成功', function(index){
                           location.reload();
                           layer.close(index);
                         });