正在显示
2 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -147,6 +147,7 @@ func (c *CommonController) DefaultImage() { | @@ -147,6 +147,7 @@ func (c *CommonController) DefaultImage() { | ||
| 147 | imgehost + "/sort/chance_one_area@2x.png", | 147 | imgehost + "/sort/chance_one_area@2x.png", |
| 148 | imgehost + "/sort/chance_one_client@2x.png", | 148 | imgehost + "/sort/chance_one_client@2x.png", |
| 149 | imgehost + "/sort/chance_one_product@2x.png", | 149 | imgehost + "/sort/chance_one_product@2x.png", |
| 150 | + imgehost + "/template/chance_two_bangsu.png", | ||
| 150 | } | 151 | } |
| 151 | case 2: | 152 | case 2: |
| 152 | //返回机会模板的图标 | 153 | //返回机会模板的图标 |
| @@ -155,7 +156,6 @@ func (c *CommonController) DefaultImage() { | @@ -155,7 +156,6 @@ func (c *CommonController) DefaultImage() { | ||
| 155 | imgehost + "/template/chance_two_follow@2x.png", | 156 | imgehost + "/template/chance_two_follow@2x.png", |
| 156 | imgehost + "/template/chance_two_improve@2x.png", | 157 | imgehost + "/template/chance_two_improve@2x.png", |
| 157 | imgehost + "/template/chance_two_original@2x.png", | 158 | imgehost + "/template/chance_two_original@2x.png", |
| 158 | - imgehost + "/template/chance_two_bangsu.png", | ||
| 159 | } | 159 | } |
| 160 | } | 160 | } |
| 161 | data := map[string][]string{ | 161 | data := map[string][]string{ |
-
请 注册 或 登录 后发表评论