Returning data undefined in view layer, please help me

前端 未结 0 1341
你的背包
你的背包 2021-01-22 19:22

the part of controller:


        [HttpPost]
        public ActionResult GetTagPoints(int id)
        {
            return Json(TagPos(id));
        }
..

                 


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题