|
@@ -383,6 +383,12 @@ class My extends Core
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ $area = Dever::input('area');
|
|
|
|
+ if ($area) {
|
|
|
|
+ $update['area'] = $area;
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
+
|
|
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']) {
|