Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
company_app
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
毛细亚
company_app
Commits
5cd4598a
提交
5cd4598a
authored
12月 05, 2025
作者:
毛细亚
浏览文件
操作
浏览文件
下载
差异文件
合并分支 'release' 到 'master'
Release 查看合并请求
!35
上级
a96af5d6
d0acd3de
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
9 行增加
和
3 行删除
+9
-3
roleTimeRecharge.vue
...ws/components/giftRecord/giftDetails/roleTimeRecharge.vue
+4
-1
vipLevel.vue
src/views/userInfo/components/gameInfo/vipLevel.vue
+5
-2
没有找到文件。
src/views/components/giftRecord/giftDetails/roleTimeRecharge.vue
浏览文件 @
5cd4598a
...
@@ -308,6 +308,9 @@ export default {
...
@@ -308,6 +308,9 @@ export default {
showConfirmLayer
:
false
showConfirmLayer
:
false
}
}
},
},
computed
:
{
...
mapState
(
'user'
,
[
'cser_name'
])
},
watch
:
{
watch
:
{
show
(
newVal
,
oldVal
)
{
show
(
newVal
,
oldVal
)
{
if
(
newVal
)
{
if
(
newVal
)
{
...
@@ -440,7 +443,7 @@ export default {
...
@@ -440,7 +443,7 @@ export default {
role_id
:
role_id
,
role_id
:
role_id
,
recharge_date
:
''
,
recharge_date
:
''
,
remark
:
this
.
remark
,
remark
:
this
.
remark
,
create_user
:
this
.
name
,
create_user
:
this
.
cser_
name
,
task_id
:
this
.
task_id
||
null
,
task_id
:
this
.
task_id
||
null
,
right_type
:
this
.
activeInfo
.
right_type
||
''
,
right_type
:
this
.
activeInfo
.
right_type
||
''
,
select_type
:
this
.
activeInfo
.
gift_type
==
7
?
2
:
''
,
select_type
:
this
.
activeInfo
.
gift_type
==
7
?
2
:
''
,
...
...
src/views/userInfo/components/gameInfo/vipLevel.vue
浏览文件 @
5cd4598a
<!--
<!--
* @Author: maoxiya 937667504@qq.com
* @Author: maoxiya 937667504@qq.com
* @Date: 2025-09-13 14:05:01
* @Date: 2025-09-13 14:05:01
* @LastEditors:
maoxiya
937667504@qq.com
* @LastEditors:
金多虾
937667504@qq.com
* @LastEditTime: 2025-1
0-31 17:01:13
* @LastEditTime: 2025-1
2-05 14:04:05
* @FilePath: /company_wx_frontend/src/views/works/component/gameInfo/vipLevel.vue
* @FilePath: /company_wx_frontend/src/views/works/component/gameInfo/vipLevel.vue
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
-->
...
@@ -25,6 +25,9 @@
...
@@ -25,6 +25,9 @@
<div
class=
"vipLevelItem rowFlex columnCenter"
v-for=
"(item,index) in vipLevelBenefit"
:key=
"index"
>
<div
class=
"vipLevelItem rowFlex columnCenter"
v-for=
"(item,index) in vipLevelBenefit"
:key=
"index"
>
<p
class=
"vipLevelItemRow"
v-if=
"item.num"
:style=
"
{color: item.target ? '#333333' : '#c9cdd4'}" >
<p
class=
"vipLevelItemRow"
v-if=
"item.num"
:style=
"
{color: item.target ? '#333333' : '#c9cdd4'}" >
<span
v-if=
"item.name"
class=
"label"
>
{{
item
.
name
}}
</span>
<span
v-if=
"item.name"
class=
"label"
>
{{
item
.
name
}}
</span>
<span
v-if=
"item.num && item.name!=='超R日充积分返利'"
:style=
"
{color: item.target ? '#00bf8a' : '#c9cdd4'}" class="value">
{{
item
.
remain_num
||
item
.
num
}}
/
{{
item
.
num
}}
{{
item
.
unit
||
'次'
}}
</span>
<!-- 人工权益显示使用按钮 -->
<!-- 人工权益显示使用按钮 -->
<div
v-if=
"item.monitor_type === 2"
class=
"benefit-actions"
>
<div
v-if=
"item.monitor_type === 2"
class=
"benefit-actions"
>
<el-button
<el-button
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论