Bläddra i källkod

删除测试字段

庄逸洲 5 år sedan
förälder
incheckning
a23a9b4ccc
1 ändrade filer med 0 tillägg och 2 borttagningar
  1. 0 2
      controllers/index_controller.go

+ 0 - 2
controllers/index_controller.go Visa fil

@@ -27,8 +27,6 @@ func (this *IndexController) Index() {
27 27
 		}
28 28
 	}
29 29
 
30
-	isFromMobile = true
31
-
32 30
 	if isFromMobile {
33 31
 		this.SetTpl("mobile_site/index.html")
34 32
 	} else {