正在显示
4 个修改的文件
包含
12 行增加
和
2 行删除
@@ -113,7 +113,7 @@ | @@ -113,7 +113,7 @@ | ||
113 | <input type="hidden" class="collection" value=""> | 113 | <input type="hidden" class="collection" value=""> |
114 | <input type="hidden" class="like" value=""> | 114 | <input type="hidden" class="like" value=""> |
115 | <img src="__TMPL__/public/assets/starImg/aicon_89.png" alt=""> | 115 | <img src="__TMPL__/public/assets/starImg/aicon_89.png" alt=""> |
116 | - <img src="__TMPL__/public/assets/starImg/aicon_90.png" alt="" class="wb_share"> | 116 | + <img src="__TMPL__/public/assets/starImg/aicon_90.png" alt="" class="wb_share_video"> |
117 | <img id="collections" src="__TMPL__/public/assets/starImg/bicon_02.png" alt=""> | 117 | <img id="collections" src="__TMPL__/public/assets/starImg/bicon_02.png" alt=""> |
118 | <img id="likes" src="__TMPL__/public/assets/starImg/bicon_031.png" alt=""> | 118 | <img id="likes" src="__TMPL__/public/assets/starImg/bicon_031.png" alt=""> |
119 | </div> | 119 | </div> |
@@ -203,6 +203,11 @@ $(function() { | @@ -203,6 +203,11 @@ $(function() { | ||
203 | window.location.reload(); | 203 | window.location.reload(); |
204 | }); | 204 | }); |
205 | 205 | ||
206 | + //星球影院微博分享 | ||
207 | + $('.wb_share_video').click(function() { | ||
208 | + thirdShare('/portal/login/wb_share'); | ||
209 | + }); | ||
210 | + | ||
206 | //微博登录 | 211 | //微博登录 |
207 | $('#wb_login').click(function(){ | 212 | $('#wb_login').click(function(){ |
208 | $('#wb_form').submit(); | 213 | $('#wb_form').submit(); |
@@ -138,7 +138,7 @@ | @@ -138,7 +138,7 @@ | ||
138 | <img src="__TMPL__/public/assets/images/cicon_71@2x.png" alt="" /> | 138 | <img src="__TMPL__/public/assets/images/cicon_71@2x.png" alt="" /> |
139 | </div> | 139 | </div> |
140 | <div class="index_seventh_bottom_img1"> | 140 | <div class="index_seventh_bottom_img1"> |
141 | - <img src="__TMPL__/public/assets/images/cicon_72@2x.png" alt="" class="wb_share"/> | 141 | + <img src="__TMPL__/public/assets/images/cicon_72@2x.png" alt="" class="wb_share_video"/> |
142 | </div> | 142 | </div> |
143 | <div class="index_seventh_bottom_img2" style="margin-left:0.3rem;"> | 143 | <div class="index_seventh_bottom_img2" style="margin-left:0.3rem;"> |
144 | <img id="collections" src="__TMPL__/public/assets/images/bicon_02.png" alt=""> | 144 | <img id="collections" src="__TMPL__/public/assets/images/bicon_02.png" alt=""> |
@@ -237,6 +237,11 @@ $(function() { | @@ -237,6 +237,11 @@ $(function() { | ||
237 | window.location.reload(); | 237 | window.location.reload(); |
238 | }); | 238 | }); |
239 | 239 | ||
240 | + //星球影院微博分享 | ||
241 | + $('.wb_share_video').click(function() { | ||
242 | + thirdShare('/portal/login/wb_share'); | ||
243 | + }); | ||
244 | + | ||
240 | //微博登录 | 245 | //微博登录 |
241 | $('#wb_login').click(function(){ | 246 | $('#wb_login').click(function(){ |
242 | $('#wb_form').submit(); | 247 | $('#wb_form').submit(); |
-
请 注册 或 登录 后发表评论