Showing
2 changed files
with
1 additions
and
3 deletions
@@ -82,7 +82,7 @@ | @@ -82,7 +82,7 @@ | ||
82 | {{/if}} | 82 | {{/if}} |
83 | 83 | ||
84 | {{#video}} | 84 | {{#video}} |
85 | - <video src="http://video.yohoboys.com/yohocongjimao480.mp4" controls="controls"> | 85 | + <video src="{{src}}" controls="controls"> |
86 | {{/video}} | 86 | {{/video}} |
87 | 87 | ||
88 | {{#if collocation}} | 88 | {{#if collocation}} |
@@ -251,8 +251,6 @@ const processArticleDetail = (articleContent, isApp, gender, isWeixin, isqq, isW | @@ -251,8 +251,6 @@ const processArticleDetail = (articleContent, isApp, gender, isWeixin, isqq, isW | ||
251 | } else { | 251 | } else { |
252 | tagList[tagIndex].href = '//m.yohobuy.com/product/' + tag.product_skn + '.html'; | 252 | tagList[tagIndex].href = '//m.yohobuy.com/product/' + tag.product_skn + '.html'; |
253 | } | 253 | } |
254 | - | ||
255 | - tagList[tagIndex].href = '//m.yohobuy.com/product/' + tag.product_skn + '.html'; | ||
256 | tagList[tagIndex].isApp = isApp; | 254 | tagList[tagIndex].isApp = isApp; |
257 | }); | 255 | }); |
258 | } | 256 | } |
-
Please register or login to post a comment