rabin 3 years ago
parent
commit
09ab8d8e0f
1 changed files with 6 additions and 0 deletions
  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('请填写签名');
             }
 
+            $area = Dever::input('area');
+            if ($area) {
+                $update['area'] = $area;
+                //Dever::alert('请填写签名');
+            }
+
             if ($info['pay_type'] == 2) {
                 $update['pay_pic'] = Dever::input('pay_pic');
                 if (!$update['pay_pic']) {