作者 tangxvhui

模板图标资源

... ... @@ -147,6 +147,7 @@ func (c *CommonController) DefaultImage() {
imgehost + "/sort/chance_one_area@2x.png",
imgehost + "/sort/chance_one_client@2x.png",
imgehost + "/sort/chance_one_product@2x.png",
imgehost + "/template/chance_two_bangsu.png",
}
case 2:
//返回机会模板的图标
... ... @@ -155,7 +156,6 @@ func (c *CommonController) DefaultImage() {
imgehost + "/template/chance_two_follow@2x.png",
imgehost + "/template/chance_two_improve@2x.png",
imgehost + "/template/chance_two_original@2x.png",
imgehost + "/template/chance_two_bangsu.png",
}
}
data := map[string][]string{
... ...