Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
G
german_mihuanggame
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
xiaotuoluo
german_mihuanggame
Commits
64242ab2
提交
64242ab2
authored
10月 03, 2025
作者:
xiaotuoluo
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修改
上级
f0ae7977
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
14 行增加
和
10 行删除
+14
-10
Index.vue
src/pages/contract/Index.vue
+14
-10
没有找到文件。
src/pages/contract/Index.vue
浏览文件 @
64242ab2
...
...
@@ -33,13 +33,16 @@
<img
class=
"close"
src=
"@/assets/img/close.png"
width=
"18"
height=
"18"
@
click=
"onClickBuy"
/>
<div
class=
"content"
>
<div
class=
"dong_order_title"
>
<span
style=
"font-size:16px;font-weight:500;color: #000;"
>
{{ coin.toUpperCase() }}/{{ $t('认证')
<!-- <span style="font-size:16px;font-weight:500;color: #000;">{{ coin.toUpperCase() }}/{{ $t('认证')
}}</span> -->
<span
style=
"font-size:16px;font-weight:500;color: #000;"
>
{{ $t('认证')
}}
</span>
</div>
<p
class=
"label"
>
{{ $t('选择周期') }}
</p>
<div
class=
"order_option"
>
<div
v-for=
"(vo, index) in contract.hy_new_conf"
:key=
"index"
>
<div
class=
"item"
:class=
'periodIndex == index ? "select" : ""'
@
click=
"onPeroidClick(index)"
>
<span>
{{`Method${index+1}`}}
</span>
<span>
{{ fTime(vo.hyconf_time) }}
</span>
<span>
{{ vo.hyconf_bili }}%
</span>
</div>
...
...
@@ -52,7 +55,8 @@
<div
class=
"dong_order_title label"
style=
"margin-top: 20px;"
>
<span>
{{ $t('账户余额') }}:{{ contract?.eusdt_blan }}
</span>
</div>
<div
class=
"optitle"
>
<!-- <div class="optitle">
<div class="item">
<span>{{ $t('交易对') }}</span>
<span>{{ cover(contract?.upmarket?.toUpperCase()) }}</span>
...
...
@@ -75,7 +79,7 @@
<span :class='orderType == 1 ? "green" : "red "'>{{ profit() }}</span>
</div>
</div>
</div>
-->
<van-button
@
click=
"submit"
:loading=
"loading"
color=
"#3db485"
style=
"width:100%;height:40px;line-height:40px;text-align:center;margin-top:30px;background: #3db485;border-radius:10px;float:left;color: #fff"
>
<span
class=
"fzmm"
style=
"font-size: 18px;height: 40px;line-height: 40px"
>
{{ $t('确认下单') }}
</span>
...
...
@@ -551,10 +555,10 @@ export default {
margin-top
:
5px
;
.item
{
width
:
2
0%
;
min-width
:
1
10
px
;
width
:
3
0%
;
min-width
:
1
66
px
;
max-width
:
166px
;
height
:
1
1
6px
;
height
:
1
6
6px
;
background
:
#1eb585
;
float
:
left
;
margin-right
:
10px
;
...
...
@@ -713,10 +717,10 @@ export default {
margin-top
:
5px
;
.item
{
width
:
20%
;
min-width
:
55
px
;
max-width
:
8
3
px
;
height
:
5
8px
;
//
width: 20%;
min-width
:
88
px
;
max-width
:
8
8
px
;
height
:
8
8px
;
background
:
#1eb585
;
float
:
left
;
margin-right
:
5px
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论