shish 3 лет назад
Родитель
Сommit
2fd3333ea4
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app-ghs/controllers/CustomController.php

+ 1 - 0
app-ghs/controllers/CustomController.php

@@ -290,6 +290,7 @@ class CustomController extends BaseController
                 //添加虚拟客户
                 if ($virtual == 1) {
                     $mobile = orderSn::getMobileSn();
+                    $confirmMobile = $mobile;
                 } else {
                     util::fail($name . " 手机号不能为空");
                 }