Sfoglia il codice sorgente

缺失代码提交

WH01243 2 anni fa
parent
commit
2afd8caad5
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      src/jfw/front/wxkeyset.go

+ 0 - 1
src/jfw/front/wxkeyset.go

@@ -78,7 +78,6 @@ func (m *Front) WxKeyset(tpl string) error {
 func (m *Front) WxKeysetAjaxReq() {
 	defer util.Catch()
 	userId, _ := m.GetSession("userId").(string)
-	positionType := util.Int64All(m.GetSession("positionType"))
 	if userId == "" {
 		m.ServeJson(map[string]interface{}{
 			"flag": false,