|
@@ -156,7 +156,7 @@ func (this *CommonRouter) BigpcPage(htmlPage string) error {
|
|
return this.doPcBigPage(htmlPage)
|
|
return this.doPcBigPage(htmlPage)
|
|
}
|
|
}
|
|
|
|
|
|
-var bigVipFreePageReg = regexp.MustCompile(`set_*|free_*`)
|
|
|
|
|
|
+var bigVipFreePageReg = regexp.MustCompile(`set_*|free_*|unit_portrayal`)
|
|
|
|
|
|
func (this *CommonRouter) doPcBigPage(pageSign string) error {
|
|
func (this *CommonRouter) doPcBigPage(pageSign string) error {
|
|
userid, _ := this.GetSession("userId").(string)
|
|
userid, _ := this.GetSession("userId").(string)
|