rabin 3 年之前
父节点
当前提交
09ab8d8e0f
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      service/agent/src/My.php

+ 6 - 0
service/agent/src/My.php

@@ -383,6 +383,12 @@ class My extends Core
                 //Dever::alert('请填写签名');
                 //Dever::alert('请填写签名');
             }
             }
 
 
+            $area = Dever::input('area');
+            if ($area) {
+                $update['area'] = $area;
+                //Dever::alert('请填写签名');
+            }
+
             if ($info['pay_type'] == 2) {
             if ($info['pay_type'] == 2) {
                 $update['pay_pic'] = Dever::input('pay_pic');
                 $update['pay_pic'] = Dever::input('pay_pic');
                 if (!$update['pay_pic']) {
                 if (!$update['pay_pic']) {