gang.huang 1 年之前
父節點
當前提交
66969f3589
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      admin/templates/default/provider.amount.control.php

+ 1 - 1
admin/templates/default/provider.amount.control.php

@@ -360,7 +360,7 @@
             for(let i=0;i<$channel_speed_inputs.length;i++) {
             for(let i=0;i<$channel_speed_inputs.length;i++) {
                 const val = $channel_speed_inputs.eq(i).val();
                 const val = $channel_speed_inputs.eq(i).val();
                 const pid = $channel_speed_inputs.eq(i).next('.channel_speed_input').attr('data-pid');
                 const pid = $channel_speed_inputs.eq(i).next('.channel_speed_input').attr('data-pid');
-                $channel_speed_inputs.eq(i).next('.channel_speed_input').val(pid+'-'+val);
+                $channel_speed_inputs.eq(i).next('.channel_speed_input').val(pid+'#'+val);
             }
             }
             if (isSubmit) {
             if (isSubmit) {
                 $("#price_form").submit();
                 $("#price_form").submit();