| | |
| | | <div class="ti_cont"> |
| | | <div class="top_back"> |
| | | <div class="left_back" @click="handleBackaa()"> |
| | | <img src="../../assets/img/zuojiantou.png" alt /> |
| | | <img src="../../assets/img/backs.png" alt /> |
| | | </div> |
| | | <div class="right_title"> |
| | | <div class="t_t" style="white-space: nowrap"> |
| | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <div class="recommendation"> |
| | | <!-- <div class="recommendation"> |
| | | <div class="division"></div> |
| | | <div class="recommendation_title">{{ $t("相关股票") }}</div> |
| | | <stock-list :propOption="propOption"></stock-list> |
| | | </div> |
| | | </div> --> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | if (query.if_us === "1") { |
| | | this.getSingDetailUs(); |
| | | } else { |
| | | this.getSingDetails(); |
| | | this.timer = setInterval(() => { |
| | | this.getSingDetails(); |
| | | }, 2000); |
| | |
| | | this.getOpation(); |
| | | // this.$Lazyload(); |
| | | this.getUserInfo(); |
| | | this.getNohknews(); |
| | | // this.getNohknews(); |
| | | }, |
| | | beforeDestroy() { |
| | | this.clearInterval(this.timer); // 在组件销毁前清除定时器 |
| | |
| | | width: 100%; |
| | | // height: 3.2rem; |
| | | padding: 0 0.3rem; |
| | | background: #fff; |
| | | // background: #fff; |
| | | |
| | | .top_back { |
| | | width: 50%; |