| | |
| | | overflow: hidden;">{{onlineService}}</textarea> |
| | | </div> |
| | | </div> |
| | | <div class="bot_box" @click="gotoservice('https://wa.me/916390067988')"> |
| | | <!-- <div class="bot_box" @click="gotoservice('https://wa.me/916390067988')"> |
| | | <div class="bot_box_img"> |
| | | <img class="bot_box_img_img" src="../../assets/img/wsapp.png"/> |
| | | </div> |
| | |
| | | <div class="bot_box_txt_top">WhatsApp</div> |
| | | <div class="bot_box_txt_bottom">https://wa.me/919547892243</div> |
| | | </div> |
| | | </div> |
| | | </div> --> |
| | | <div style="margin-bottom: 150px;"></div> |
| | | </div> |
| | | </template> |
| | |
| | | |
| | | <van-col span="3"> |
| | | <div style="text-align: right"> |
| | | {{ (item.gid || item.stockGid) == "nse" ? "NSE" : "BSE" }} |
| | | {{ (item.gid || item.stockGid) == "NSE" ? "NSE" : "BSE" }} |
| | | </div> |
| | | </van-col> |
| | | |
| | |
| | | initWebSocket() { |
| | | console.log("initWebSocket"); |
| | | this.Trade = new WhrWebSocket({ |
| | | path: `wss://ws.ispentagon-institution.com/websocket-server`, |
| | | path: `wss://ws.durocaspitall.com/websocket-server`, |
| | | onmessage: this.getTradeMessage, |
| | | }); |
| | | |