11
jhzh
2025-07-10 410baea0e0e5a74350adc5291cf23cb79ad30daa
src/page/list/tradingList/data.list.vue
@@ -75,7 +75,7 @@
            <van-col span="3">
              <div style="text-align: right">
                {{ (item.gid || item.stockGid) == "nse" ? "NSE" : "BSE" }}
                {{ (item.gid || item.stockGid).toUpperCase() }}
              </div>
            </van-col>
@@ -269,8 +269,9 @@
      // api.positionzx;
      let data;
      if (a !== "") {
        if (a == "IN") {
        if (a == "JP") {
          //印股
          opt.stockType = "JP";
          data = await api.getStockByType(opt);
        } else {
          //大宗
@@ -335,7 +336,7 @@
    initWebSocket() {
      console.log("initWebSocket");
      this.Trade = new WhrWebSocket({
        path: `wss://wss.amcfcxn.org/websocket-server`,
        path: `wss://wss.yanshiz.com/websocket-server `,
        onmessage: this.getTradeMessage,
      });