|
@@ -244,6 +244,14 @@ func (m *Front) WxKeysetAjaxReq() {
|
|
|
saveData["o_jy.i_new"] = 0
|
|
|
}
|
|
|
}
|
|
|
+ if ojy["a_key"] != nil {
|
|
|
+ ak, _ := ojy["a_key"].([]interface{})
|
|
|
+ if len(ak) >= indexInt {
|
|
|
+ if akmap, _ := ak[indexInt].(map[string]interface{}); akmap["from"] != nil {
|
|
|
+ saveKey["from"] = akmap["from"]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
if !a_key_ok && indexInt == 0 { //第一次新增
|