1
PC-20250623MANY\Administrator
2025-07-06 013e32fd5a7fe59fbe4e41e51e3084a45718348c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
<template>
  <div>
    <div class="zixuancontainer">
      <Newheader ref="newheader"></Newheader>
      <div class="pages">
        <div class="pages_txt" style="font-size: 26px;margin-top: 180px;">Golden Finger</div>
        <div class="pages_txt">AllianceStock Code:(BRAC)
          Corporate Name: BROAD CAPITAL ACQUISITION CORP
          Golden Finger Alliance is a limited liability partnership registered in England, numbered OC381003,
          headquartered in New York, USA. It is a global investment bank, a SEC registered securities firm, and has
          offices in major financial centers worldwide, engaged in the business of buying and selling securities -
          stocks, bonds, mutual funds, and certain other investments
          Golden Finger Alliance is authorized and regulated by the Financial Conduct Authority (FRN 593758).
          Certificate No: 290775
          Latest Filing: 03/30/2023
          U.S. Securities and Exchange Commission Number: 801-112127
          Organizational Form: Limited Liability Company
          Address: California
          Registration: The Securities and Exchange CommissionSEC Securities and Exchange
          Commission:https://www.sec.gov/Archives/edgar/data/1865120/000149315221020721/forms-1.htm
        </div>
        <img class="pages_img" src="../../assets/image/zz_img.png" />
        <div class="pages_txt">We are partners of capital market professionals with a unique combination of product
          skills and customer relationships
 
          Our goal is to help clients generate trading ideas, search for assets, and achieve better execution in
          illiquid or complex securities.
 
          We expect to leverage the advantages of new technologies in our target industries, such as artificial
          intelligence, machine learning, electric and hybrid propulsion, advanced materials and manufacturing
          technologies, control systems, advanced telecommunications, autonomous flight operations, networked satellite
          systems, and other continuously evolving technologies. Our team is composed of experienced industry leaders
          and experienced capital investors, with a strong network in the target industry and extensive experience in
          strategic investment procurement, due diligence, acquisition, and execution. In addition, our team has a
          global track record in executing investments and managing the subsequent growth of target industries, with
          transaction sizes ranging from hundreds of millions to billions.
 
          We plan to collaborate with the management and owners of one or more high-quality companies to seek
          alternative solutions to traditional initial public offerings (IPOs). We will leverage our management team's
          extensive experience in venture capital and private equity in procurement transactions and due diligence to
          determine and negotiate a merger with a sustainable enterprise. The traditional initial public offering
          process requires a lot of preparation work, investment time and resources, and there is a great deal of
          uncertainty. Therefore, management and owners are seeking feasible alternatives to the public market. We
          believe that the combined experience of our management and board members represents a convincing choice and
          has the potential to create long-term value.
 
          In their careers, our management team and board have established extensive networks of connections and
          corporate relationships, and we believe these networks will become useful sources of opportunities. This
          network has developed through extensive investment and operational experience in various fields, including
          diversified business services, technology, telecommunications, media and entertainment, pharmaceuticals and
          consumer healthcare, financial services and financial technology, consumer goods, energy and electricity, real
          estate including real estate services and related businesses, environmental services, liquidity and
          electrification in the transportation industry, and insurance and insurance related services. We anticipate
          that these networks will provide us with a plethora of potential business consolidation opportunities.</div>
      </div>
    </div>
  </div>
</template>
<script>
  import * as api from "../../axios/api";
  import Newheader from '@/components/newheader';
  import Newfooter from '@/components/newfooters';
  export default {
    components: {
      Newheader,
      Newfooter
    },
    data() {
      return {
        windowWidth: document.documentElement.clientWidth, //实时屏幕宽度
        windowHeight: document.documentElement.clientHeight, //实时屏幕高
        tableHeight: (document.documentElement.clientHeight - 104) + 'px',
        keyWords: '',
        pageNum: 1,
        pageSize: 15,
        zixuanlist: [],
        loading: true,
        isshow: true,
        dialogVisible: false,
        that: this,
        sgvalue: '',
        currentitem: {},
        userData: '',
        idx: 0,
        recordList: []
      }
    },
    computed: {},
    watch: {
      windowHeight(val) {
        let that = this;
        console.log("实时屏幕高度:", val, that.windowHeight);
      },
      windowWidth(val) {
        let that = this;
        console.log("实时屏幕宽度:", val, that.windowHeight);
      }
    },
    mounted() {
      var that = this;
      window.onresize = () => {
        return (() => {
          window.fullHeight = document.documentElement.clientHeight;
          window.fullWidth = document.documentElement.clientWidth;
          that.windowHeight = window.fullHeight; // 高
          that.windowWidth = window.fullWidth; // 宽
          that.$nextTick(() => {
            that.tableHeight = (that.windowHeight - 104) + 'px'
          })
        })()
      };
      this.getzixuan()
      this.getUserInfo()
    },
    beforeDestroy() {
      window.onresize = null;
      this.isshow = false
    },
    filters: {
      formatTime(value, that) {
        if (value) {
          return that.dayjs(value).format('YYYY-MM-DD HH:mm:ss')
        } else {
          return '--'
        }
      }
    },
    methods: {
      getrenjiao(val) {
        this.$confirm(this.$t('hj251'), this.$t('hj165'), {
          confirmButtonText: this.$t('hj161'),
          cancelButtonText: this.$t('hj106'),
          type: 'warning'
        }).then(async () => {
          let opt = {
            id: val
          }
          let data = await api.submitSubscribe(opt)
          if (data.status == 0) {
            this.$message({
              message: data.msg,
              type: 'success'
            });
            this.getnewguRecord();
            this.$refs.newheader.getUserInfo()
          } else {
            this.$message({
              message: data.msg,
              type: 'error'
            });
          }
        }).catch(() => {
 
        });
      },
      firstselect() {
        this.idx = 0;
        this.pageNum = 1
        this.zixuanlist = []
        this.loading = true;
        this.tableHeight = (document.documentElement.clientHeight - 104) + 'px',
          this.getzixuan()
      },
      twoselect() {
        this.idx = 1;
        this.pageNum = 1
        this.recordList = []
        this.getnewguRecord()
      },
      async getnewguRecord() {
        this.loading = true;
        let params = {
          pageNum: this.pageNum,
          pageSize: this.pageSize,
        }
        let res = await api.getOneSubscribeByUserId(params);
        if (res.status == 0) {
          this.recordList = res.data;
          this.loading = false;
        }
      },
      async getzixuan() {
        var that = this;
        var opt = {
          keyWords: this.keyWords,
          pageNum: this.pageNum,
          pageSize: this.pageSize,
        };
        var data = await api.getNewguList(opt);
        if (data.data.list.length > 0) {
          this.zixuanlist = data.data.list
          // for (const i in data.data.list) {
          //     this.zixuanlist.push(data.data.list[i])
          // }
          // if (that.isshow) {
          //     setTimeout(() => {
          //         that.pageNum++
          //         that.getzixuan()
          //     }, 100);
          // }
          if (this.loading == true && this.pageNum >= 1) {
            this.loading = false;
          }
        } else {
          this.loading = false;
        }
      },
      handleTableRow(row, event, column) {
        console.log(row, event, column)
        this.dialogVisible = true
        this.currentitem = row
      },
      async getUserInfo() {
        let data = await api.getUserInfo();
        if (data.status == 0) {
          this.userData = data.data;
        }
      },
      async getshengou() {
        if (!this.sgvalue) {
          this.$message({
            message: this.$t('qsrsgsl'),
            type: 'warning'
          });
          return
        }
        if (this.sgvalue < 1) {
          this.$message({
            message: this.$t('sgtips'),
            type: 'warning'
          });
          return
        }
        if (this.sgvalue > this.currentitem.orderNumber) {
          this.$message({
            message: this.$t('sgtips2'),
            type: 'warning'
          });
          return
        }
        var opt = {
          newCode: this.currentitem.code,
          applyNums: this.sgvalue,
          phone: this.userData.phone,
        };
        var data = await api.getNewguAdd(opt);
        if (data.status == 0) {
          this.dialogVisible = false
          this.$message({
            message: this.$t('hj70'),
            type: 'success'
          });
          this.currentitem = ''
        } else {
          this.$message({
            message: data.msg,
            type: 'warning'
          });
        }
      },
    }
  }
</script>
<style lang="less" scoped>
  .pages_img {
    width: 600px;
    height: 400px;
  }
 
  .pages_txt {
    color: #fff;
    // font-size: 18px;
    margin: 20px 80px;
    line-height: 30px;
  }
 
  .pages {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    height: 800px;
    overflow-y: scroll;
  }
 
  .bgblue {
    color: #1890ff;
    background: #e6f7ff;
    border-color: #91d5ff;
    padding: 2px 7px;
    font-size: 12px;
    border-radius: 2px;
 
  }
 
  .bgpurple {
    color: #722ed1;
    background: #f9f0ff;
    border-color: #d3adf7;
    padding: 2px 7px;
    font-size: 12px;
    border-radius: 2px;
  }
 
  .el-table {
    background: #25262a;
  }
 
  /deep/ .el-table__body td {
    color: #fff !important;
    font-size: 14px;
  }
 
  /deep/ .el-table tbody tr:hover>td,
  .el-table tbody tr:hover>tr,
  .el-table tbody tr:hover .el-table tbody tr td {
    background-color: rgb(33, 59, 76) !important;
    background: rgb(33, 59, 76) !important;
  }
 
  // /deep/.el-table--enable-row-hover .el-table__body tr:hover > td {
  //   background-color: rgb(19, 75, 132) !important; //颜色必须是rgb
  // }
  /deep/ .el-table__body-wrapper {
    background-color: rgb(37, 38, 42) !important;
  }
 
  /deep/ .el-table__body-wrapper::-webkit-scrollbar-corner {
    width: 8px;
    height: 8px;
    display: none;
  }
 
  /deep/ .el-table--border::after,
  .el-table--group::after,
  .el-table::before {
    background-color: rgb(37, 38, 42);
  }
 
  /deep/ .el-table__body-wrapper::-webkit-scrollbar-thumb {
    background: rgb(37, 38, 42);
    /*滚动条里面小方块*/
  }
 
  /deep/ .el-table__body-wrapper::-webkit-scrollbar-track {
    // -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: unset;
    /*滚动条的背景区域的圆角*/
    background-color: rgb(37, 38, 42);
    /*滚动条的背景颜色*/
  }
 
  /deep/ .el-table__body-wrapper::-webkit-scrollbar-thumb {
    border-radius: unset;
    /*滚动条的圆角*/
    // -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: rgb(50, 51, 55);
    /*滚动条的背景颜色*/
  }
 
  .greens {
    color: rgb(22, 135, 64) !important;
  }
 
  .blues {
    color: rgb(3, 182, 191) !important;
  }
 
  .reds {
    color: rgb(237, 58, 59) !important;
  }
 
  .zixuancontainer {
    background: #25262a;
    height: calc(100vh - 34px);
    overflow: unset;
 
    .newguheader {
      display: flex;
      align-items: center;
      color: #c9c9c9;
      height: 30px;
      font-size: 12px;
      background: #323337;
 
      div {
        padding: 0 20px;
        line-height: 30px;
        cursor: pointer;
        border: 1px solid #4a4b51;
      }
 
      .newguheaderactive {
        background: rgb(74, 75, 81);
        color: #fff;
      }
    }
 
    .renjiao {
      text-align: center;
      color: #c9c9c9;
      cursor: pointer;
      border: 1px solid #757575;
      padding: 0 6px;
      border-radius: 4px;
      background: rgb(50, 51, 55);
    }
 
    .shengoutime {
      line-height: 2;
      margin-bottom: 10px;
      color: #999;
    }
  }
</style>