Commit ae49b8ec authored by 刘俊宏's avatar 刘俊宏

个人中心,去掉档口名称

parent 4fb25a0f
......@@ -43,8 +43,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate,loginDelegate, UITabBarCon
var window:UIWindow?
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
Thread .sleep(forTimeInterval: 2.0)
// 启动图,调整展示时间为3秒
// Thread .sleep(forTimeInterval: 2.0)
let UserToken = UserDefaults.standard.value(forKey: "user_token")
if UserToken == nil {
......
......@@ -32,7 +32,8 @@ class PersonCenterViewController: BaseViewController,UITableViewDelegate,UITable
adminInfo(["user_token":UserToken as Any], success: { (data) in
HUD.hide()
self.dataModel = (data as! AdminInfoModel)
self.shopNameLbl.text = self.dataModel?.data?.stall_name
// self.shopNameLbl.text = self.dataModel?.data?.stall_name
self.shopNameLbl.text = "" //个人中心,去掉档口名称
self.nameLbl.text = self.nowDateStr()
if self.dataModel?.data?.about != nil {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment