|
@@ -1270,7 +1270,9 @@
|
|
|
initShowForecast()
|
|
|
|
|
|
} else {
|
|
|
- $('.bid-dec-in').hide()
|
|
|
+ if (hasServiceArr.indexOf(6) > -1) {
|
|
|
+ $('.bid-dec-in').hide()
|
|
|
+ }
|
|
|
}
|
|
|
});
|
|
|
}
|
|
@@ -1920,7 +1922,7 @@
|
|
|
$("#h_content").html(content);
|
|
|
$("#title").html(titleCopy);
|
|
|
//
|
|
|
- isFollow();
|
|
|
+
|
|
|
$(".follow").click(function(){
|
|
|
$('#loading').show()
|
|
|
// 添加关注的项目
|
|
@@ -2063,7 +2065,9 @@
|
|
|
$(".original_name").attr("adv_name","app_article_getoriginaltext");
|
|
|
{{end}}
|
|
|
})
|
|
|
-
|
|
|
+ $(function() {
|
|
|
+ isFollow();
|
|
|
+ })
|
|
|
var vKeepComponent = new Vue({
|
|
|
delimiters: ['${', '}'],
|
|
|
el: '#jyKeepComponent',
|