diff --git a/application/index/controller/Member.php b/application/index/controller/Member.php
index 4fbe7307..eb1f4765 100644
--- a/application/index/controller/Member.php
+++ b/application/index/controller/Member.php
@@ -185,7 +185,7 @@ class Member extends Controller{
$policyList[$key] = $value;
}
$avaliablePolicy = Db::name("policy")->where("id","in",$policyList)->select();
- $basicOptions = Option::getValues(['basic']);
+ $basicOptions = Option::getValues(['basic'],$this->userObj->userSQLData);
return view('setting', [
'options' => $basicOptions,
'userInfo' => $userInfo,
diff --git a/application/index/view/home/home.html b/application/index/view/home/home.html
index 9e532817..22ffd69b 100644
--- a/application/index/view/home/home.html
+++ b/application/index/view/home/home.html
@@ -80,10 +80,12 @@
+
+
-
-
+
+