dever 5 سال پیش
والد
کامیت
cc956c5736
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      lib/Manage.php

+ 2 - 2
lib/Manage.php

@@ -187,9 +187,9 @@ class Manage
                 foreach ($option as $k => $v) {
                     $body .= '<tr data-row="' .($k+1). '">';
 
-                    foreach ($v['name'] as $k => $v) {
+                    foreach ($v['name'] as $k1 => $v1) {
                         $rows = 1;
-                        $body .= '<td width="50" rowspan="'.$rows.'">'.$v.'</td>';
+                        $body .= '<td width="50" rowspan="'.$rows.'">'.$v1.'</td>';
                     }
                     $body .= '<td width="30"><input type="text" class="layui-input" name="price[]" /></td>';
                     $body .= '<td width="30"><input type="text" class="layui-input" name="price[]" /></td>';