Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
ztx_wx_gzt
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
677c988b
authored
2026-04-16 11:48:20 +0800
by
lttnew
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
样式优化
1 parent
cccdbc00
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
181 additions
and
121 deletions
common/mystyle.scss
config.js
group/apply/applyList.vue
level/ztx/approval.vue
level/ztx/cert.vue
myCenter/order.vue
pages/exam/score.vue
pages/rank/approval.vue
pages/rank/cert.vue
pages/rank/scoreApproval.vue
personal/order.vue
personalVip/changeVipAudit.vue
personalVip/order.vue
common/mystyle.scss
View file @
677c988
...
...
@@ -20,7 +20,7 @@ page {
.mt20
{
margin-top
:
20px
!
important
;}
.must
{
color
:
#AD181F
;
font-size
:
24rpx
;}
.vipData
.w50
{
width
:
45%
;}
.esp
{
text-overflow
:
ellipsis
;
overflow
:
hidden
;
white-space
:
nowrap
;}
.esp
{
text-overflow
:
ellipsis
;
overflow
:
hidden
;
white-space
:
nowrap
;
margin-top
:
16rpx
;
}
.flex
{
display
:
flex
;}
.flexbox
{
display
:
flex
;}
.mt30
{
margin-top
:
30rpx
;}
...
...
@@ -148,7 +148,7 @@ page {
}
.name
{
margin
:
30rpx
0
20rpx
;
color
:
#0A1629
;
font-size
:
30rpx
;}
.flexbox
{
justify-content
:
space-between
;
padding
:
10rpx
;
.flexbox
{
justify-content
:
space-between
;
padding
:
1
5rpx
3
0rpx
;
background-color
:
rgba
(
244
,
249
,
253
,
1
);
border-radius
:
4px
;
font-size
:
28rpx
;
color
:
#91929E
;
box-sizing
:
border-box
;
view
{
font-size
:
26rpx
;
...
...
@@ -209,11 +209,55 @@ page {
}
}
}
.text-gray
{
color
:
#919191
;}
.text-gray
{
color
:
#919191
;
}
.text-primary
{
color
:
#1561CB
;}
.text-success
{
color
:
#32B16C
;}
.text-danger
{
color
:
#d51515
;}
.text-warning
{
color
:
#e6a23c
;}
.text-gray-bg
{
color
:
#919191
;
background
:
linear-gradient
(
135deg
,
#f5f5f5
,
#eeeeee
);
padding
:
2rpx
15rpx
;
font-size
:
22rpx
;
border-radius
:
20rpx
;
border
:
1rpx
solid
rgba
(
145
,
145
,
145
,
0
.25
);
}
.text-success-bg
{
background
:
linear-gradient
(
135deg
,
#e6f7ef
,
#d4f5e2
);
color
:
#1db024
;
font-size
:
22rpx
;
padding
:
2rpx
10rpx
;
border-radius
:
20rpx
;
border
:
1rpx
solid
rgba
(
82
,
196
,
26
,
0
.3
);
}
.text-danger-bg
{
padding
:
2rpx
15rpx
;
border-radius
:
20rpx
;
background
:
linear-gradient
(
135deg
,
#fff1f0
,
#ffe5e5
);
color
:
#e8341d
;
font-size
:
22rpx
;
border
:
1rpx
solid
rgba
(
232
,
52
,
29
,
0
.3
);
}
.text-primary-bg
{
background
:
linear-gradient
(
135deg
,
#e6f3ff
,
#d4e9ff
);
color
:
#1890ff
;
font-size
:
22rpx
;
padding
:
2rpx
15rpx
;
border-radius
:
20rpx
;
border
:
1rpx
solid
rgba
(
24
,
144
,
255
,
0
.3
);
}
.text-warning-bg
{
background
:
linear-gradient
(
135deg
,
#fff7e6
,
#fff1cc
);
color
:
#faad14
;
font-size
:
22rpx
;
padding
:
2rpx
15rpx
;
border-radius
:
20rpx
;
border
:
1rpx
solid
rgba
(
250
,
173
,
20
,
0
.3
);
}
.h3-padding
{
padding
:
50rpx
30rpx
0
;
font-size
:
36rpx
;
box-sizing
:
border-box
;
font-weight
:
500
;
color
:
#0A1629
;
...
...
@@ -295,10 +339,10 @@ page {
font-size
:
28rpx
;
color
:
#91929E
;
view
{
font-size
:
26rpx
;
text
{
color
:
#0A1629
;
font-size
:
28rpx
;
display
:
block
;}
.text-primary
{
color
:
#1561CB
;}
.text-success
{
color
:
#13B5B1
;}
.text-danger
{
color
:
#d51515
;}
.text-warning
{
color
:
#e6a23c
;}
.text-primary
{
color
:
#1561CB
;
background
:
linear-gradient
(
135deg
,
#e6f3ff
,
#d4e9ff
);
}
.text-success
{
color
:
#32B16C
;
background
:
linear-gradient
(
135deg
,
#e6f7ef
,
#d4f5e2
)
;}
.text-danger
{
color
:
#d51515
;
background
:
linear-gradient
(
135deg
,
#fff1f0
,
#ffe5e5
)
;}
.text-warning
{
color
:
#e6a23c
;
background
:
linear-gradient
(
135deg
,
#fff7e6
,
#fff1cc
)
;}
}
}
...
...
config.js
View file @
677c988
// dev
const
baseUrl_api
=
'http://192.168.1.137:8787'
//
const baseUrl_api = 'http://tk001.wxjylt.com/stage-api'
//
const baseUrl_api = 'http://192.168.1.137:8787'
const
baseUrl_api
=
'http://tk001.wxjylt.com/stage-api'
const
loginImage_api
=
'http://tk001.wxjylt.com/stage-api'
const
payUrl
=
'https://wxpay.cmbc.com.cn/mobilePlatform/appserver/lcbpPay.do'
...
...
group/apply/applyList.vue
View file @
677c988
...
...
@@ -12,9 +12,9 @@
<view
v-for=
"(item,index) in list"
:key=
"index"
class=
"appItem"
>
<view
class=
"status"
@
click=
"goDetail(item)"
>
<text
v-if=
"item.auditStatus == 1"
class=
"text-primary"
>
审核中
</text>
<text
v-if=
"item.auditStatus == 2"
class=
"text-success"
>
审核通过
</text>
<text
v-if=
"item.auditStatus == 3"
class=
"text-danger"
>
审核拒绝
</text>
<text
v-if=
"item.auditStatus == 1"
class=
"text-primary
-bg
"
>
审核中
</text>
<text
v-if=
"item.auditStatus == 2"
class=
"text-success
-bg
"
>
审核通过
</text>
<text
v-if=
"item.auditStatus == 3"
class=
"text-danger
-bg
"
>
审核拒绝
</text>
</view>
<view
class=
"date"
>
<uni-icons
color=
"#AD181F"
size=
"16"
type=
"calendar-filled"
></uni-icons>
...
...
level/ztx/approval.vue
View file @
677c988
...
...
@@ -11,19 +11,18 @@
<view
class=
"appList"
>
<view
class=
"appItem"
v-for=
"item in infoList"
>
<view
class=
"status"
:class=
"
{
'text-primary':item.status=='0',
'text-success':item.status=='1',
'text-danger':item.status=='2',
'text-warning':item.status=='3'
'text-primary
-bg
':item.status=='0',
'text-success
-bg
':item.status=='1',
'text-danger
-bg
':item.status=='2',
'text-warning
-bg
':item.status=='3'
}" @click="goDetail(item)">
{{
item
.
statusStr
}}
</view>
<view
class=
"date"
v-if=
"item.status!='0'&&item.submitTime"
>
提交时间:
{{
item
.
submitTime
}}
</view>
<view
class=
"text-primary"
>
{{
item
.
flowCode
}}
</view>
<view
class=
"name mt0"
@
click=
"goDetail(item)"
>
{{
item
.
mergeName
}}
</view>
<view
class=
"pp esp"
>
上报单位:
{{
item
.
memName
}}
</view>
<view
class=
"flexbox"
@
click=
"goDetail(item)"
>
<view
class=
"name mt10"
@
click=
"goDetail(item)"
>
{{
item
.
mergeName
}}
</view>
<view
class=
"flexbox"
@
click=
"goDetail(item)"
>
<view>
考试人数
<view>
{{
item
.
totalNum
}}
</view>
...
...
@@ -44,6 +43,8 @@
<view>
¥
{{
item
.
totalAmount
}}
</view>
</view>
</view>
<view
class=
"pp esp"
>
上报单位:
{{
item
.
memName
}}
</view>
<view
class=
"func"
v-if=
"item.status=='0'"
>
<button
@
click=
"audit(item,'2')"
>
拒绝
</button>
<button
@
click=
"audit(item,'1')"
>
同意
</button>
...
...
level/ztx/cert.vue
View file @
677c988
...
...
@@ -8,9 +8,9 @@
<view
class=
"appItem"
v-for=
"(item,index) in infoList"
:key=
"index"
>
<view
class=
"status"
@
click=
"goDetail(item)"
>
<text
:class=
"
{
'text-warning':item.certStatus=='0',
'text-primary':item.certStatus=='1',
'text-success':item.certStatus=='2'
'text-warning
-bg
':item.certStatus=='0',
'text-primary
-bg
':item.certStatus=='1',
'text-success
-bg
':item.certStatus=='2'
}">
{{
item
.
certStatusStr
}}
</text>
</view>
...
...
@@ -19,8 +19,7 @@
{{
item
.
submitTimeStr
}}
提交
</view>
<view
class=
"text-primary"
v-if=
"item.payCode"
@
click=
"goDetail(item)"
>
{{
item
.
payCode
}}
</view>
<view
class=
"name mt0 w100"
@
click=
"goDetail(item)"
><text
class=
"dot"
></text>
{{
item
.
name
}}
</view>
<view
class=
"pp esp"
v-if=
"item.certTimeStr"
>
证书发送时间:
{{
item
.
certTimeStr
}}
</view>
<view
class=
"name mt10 w100"
@
click=
"goDetail(item)"
><text
class=
"dot"
></text>
{{
item
.
name
}}
</view>
<view
class=
"flexbox"
@
click=
"goDetail(item)"
>
<view>
申请单位
...
...
@@ -32,6 +31,8 @@
</view>
</view>
<view
class=
"pp esp"
v-if=
"item.certTimeStr"
>
证书发送时间:
{{
item
.
certTimeStr
}}
</view>
<!-- v-if="item.certStatus != '2'" -->
<view
class=
"func"
>
<button
@
click=
"send(item)"
>
更新证书
</button>
...
...
myCenter/order.vue
View file @
677c988
...
...
@@ -6,8 +6,8 @@
v-for=
"(tab, index) in tabs"
:key=
"index"
class=
"tab-item"
:class=
"
{ active: currentTab ===
index
}"
@click="switchTab(
index
)"
:class=
"
{ active: currentTab ===
tab.type
}"
@click="switchTab(
tab.type
)"
>
{{
tab
.
name
}}
</view>
...
...
@@ -29,16 +29,17 @@
v-for=
"(item, index) in list"
:key=
"index"
class=
"order-card"
@
click=
"goToDetail(item)"
>
<!-- 订单头部:日期 + 状态 -->
<view
class=
"card-header"
>
<view
class=
"date"
>
<
image
:src=
"config.baseUrl_api + '/fs/static/calendar@2x.png'"
mode=
"widthFix"
style=
"width:30rpx;height:30rpx;"
/
>
<
!--
<image
:src=
"config.baseUrl_api + '/fs/static/calendar@2x.png'"
mode=
"widthFix"
style=
"width:30rpx;height:30rpx;"
/>
--
>
<!-- -->
<text
class=
"value
code-text"
@
click=
"goToDetail(item)"
>
{{
item
.
wfCode
||
'——'
}}
</text>
<text
class=
"value
text-primary"
>
{{
item
.
wfCode
||
'——'
}}
</text>
</view>
<view
class=
"status-tags"
>
<view
<
!--
<
view
class=
"status-tag"
:class=
"
{
success: item.payStatus == 1,
...
...
@@ -47,11 +48,12 @@
}"
>
{{
getStatusText
(
item
.
payStatus
)
}}
</view>
</view>
-->
<view
class=
"status-tag ml-10"
:class=
"
{
'status-pending': item.auditStatus == 0 || item.auditStatus == 1,
'status-wait': item.auditStatus == 0,
'status-pending': item.auditStatus == 1,
'status-success': item.auditStatus == 2,
'status-danger': item.auditStatus == 3
}"
...
...
@@ -74,17 +76,17 @@
<!-- 核心:前2tab仅展示缴费年限,后2tab仅展示人数合计 -->
<view
class=
"info-section flex f-j-s"
v-if=
"item.content"
>
<!-- 个人/单位会员(仅缴费年限) -->
<view
v-if=
"currentTab ===
0 || currentTab === 1
"
class=
"single-info"
>
<view
v-if=
"currentTab ===
'0' || currentTab === '1'
"
class=
"single-info"
>
<view
class=
"label"
>
缴费年限:
</view>
<view
class=
"value"
>
{{
item
.
content
.
yearCount
||
0
}}
</view>
</view>
<view
class=
"line"
v-if=
"currentTab ===
0 || currentTab === 1
"
></view>
<view
class=
"line"
v-if=
"currentTab ===
'0' || currentTab === '1'
"
></view>
<!-- 级位/段位考试(仅人数合计) -->
<view
v-if=
"currentTab ===
2 || currentTab === 3
"
class=
"single-info"
>
<view
v-if=
"currentTab ===
'2' || currentTab === '3' || currentTab === '4'
"
class=
"single-info"
>
<view
class=
"label"
>
人数合计
</view>
<view
class=
"value"
>
{{
item
.
content
.
allPersonCount
||
0
}}
</view>
</view>
<view
class=
"line"
v-if=
"currentTab ===
2 || currentTab === 3
"
></view>
<view
class=
"line"
v-if=
"currentTab ===
'2' || currentTab === '3' || currentTab === '4'
"
></view>
<view
class=
"single-info"
>
<view
class=
"label"
>
订单状态
</view>
<view
class=
"value"
:class=
"item.effect == 1 ? 'text-success' : 'text-warning'"
>
...
...
@@ -204,7 +206,7 @@ const tabs = computed(() => {
];
}
});
const
currentTab
=
ref
(
0
);
const
currentTab
=
ref
(
'0'
);
// 数据与分页配置
const
list
=
ref
([]);
...
...
@@ -242,6 +244,9 @@ onMounted(() => {
console
.
log
(
'onMounted - app.globalData:'
,
app
.
globalData
);
deptType
.
value
=
Number
(
app
.
globalData
?.
deptType
||
0
);
console
.
log
(
'onMounted - deptType.value:'
,
deptType
.
value
,
typeof
deptType
.
value
);
const
firstType
=
tabs
.
value
[
0
]?.
type
??
'0'
;
currentTab
.
value
=
firstType
;
queryParams
.
type
=
firstType
;
initData
();
});
...
...
@@ -269,9 +274,9 @@ const loadMore = () => {
};
// 切换标签
const
switchTab
=
(
index
)
=>
{
currentTab
.
value
=
index
;
queryParams
.
type
=
t
abs
.
value
[
index
].
t
ype
;
const
switchTab
=
(
type
)
=>
{
currentTab
.
value
=
type
;
queryParams
.
type
=
type
;
pageNum
.
value
=
1
;
list
.
value
=
[];
hasMore
.
value
=
true
;
...
...
@@ -489,10 +494,11 @@ const closeCancelPopup = () => {
margin-bottom
:
20
rpx
;
padding
:
20
rpx
;
box-shadow
:
0
2
rpx
8
rpx
rgba
(
0
,
0
,
0
,
0.04
);
border-top
:
6
rpx
solid
transparent
;
background-clip
:
padding-box
,
border-box
;
background-origin
:
padding-box
,
border-box
;
background-image
:
linear-gradient
(
#fff
,
#fff
),
linear-gradient
(
90deg
,
#FF755A
,
#F51722
);
border-radius
:
12
rpx
;
//
border-top
:
6
rpx
solid
transparent
;
//
background-clip
:
padding-box
,
border-box
;
//
background-origin
:
padding-box
,
border-box
;
//
background-image
:
linear-gradient
(
#fff
,
#fff
),
linear-gradient
(
90deg
,
#FF755A
,
#F51722
);
}
}
...
...
@@ -502,8 +508,8 @@ const closeCancelPopup = () => {
justify-content
:
space-between
;
align-items
:
center
;
padding-bottom
:
20
rpx
;
margin-bottom
:
20
rpx
;
border-bottom
:
1
rpx
dashed
#eee
;
//
margin-bottom
:
20
rpx
;
//
border-bottom
:
1
rpx
dashed
#eee
;
.date
{
display
:
flex
;
...
...
@@ -545,19 +551,28 @@ const closeCancelPopup = () => {
margin-left
:
10
rpx
;
}
&
.status-wait
{
background
:
#f0f5ff
;
color
:
#597ef7
;
border
:
1
rpx
solid
rgba
(
89
,
126
,
247
,
0.3
);
}
&
.status-pending
{
background
:
#fff7e6
;
color
:
#faad14
;
border
:
1
rpx
solid
rgba
(
250
,
173
,
20
,
0.3
);
}
&
.status-success
{
background
:
#e6f7ef
;
color
:
#52c41a
;
border
:
1
rpx
solid
rgba
(
82
,
196
,
26
,
0.3
);
}
&
.status-danger
{
background
:
#fff1f0
;
color
:
#ff4d4f
;
border
:
1
rpx
solid
rgba
(
232
,
52
,
29
,
0.3
);
}
}
}
...
...
@@ -622,8 +637,8 @@ const closeCancelPopup = () => {
//
费用合计
.price-section
{
border-top
:
1
rpx
dashed
#eee
;
padding-top
:
16
rpx
;
//
border-top
:
1
rpx
dashed
#eee
;
//
padding-top
:
16
rpx
;
margin-top
:
8
rpx
;
.price-row
{
...
...
pages/exam/score.vue
View file @
677c988
...
...
@@ -9,10 +9,10 @@
<view
@
click=
"goDetail(item)"
>
<view
class=
"status"
>
<text
:class=
"
{
'text-primary':item.scoreStatus=='0',
'text-success':item.scoreStatus=='2',
'text-danger':item.scoreStatus=='3',
'text-warning':item.scoreStatus=='4'
'text-primary
-bg
':item.scoreStatus=='0',
'text-success
-bg
':item.scoreStatus=='2',
'text-danger
-bg
':item.scoreStatus=='3',
'text-warning
-bg
':item.scoreStatus=='4'
}">
{{
item
.
scoreStatusStr
}}
</text>
</view>
...
...
pages/rank/approval.vue
View file @
677c988
...
...
@@ -9,19 +9,17 @@
<view
@
click=
"goDetail(item)"
>
<view
class=
"status"
>
<text
:class=
"
{
'text-primary':item.auditStatus=='0',
'text-success':item.auditStatus=='1',
'text-danger':item.auditStatus=='2',
'text-warning':item.auditStatus=='3'
'text-primary
-bg
':item.auditStatus=='0',
'text-success
-bg
':item.auditStatus=='1',
'text-danger
-bg
':item.auditStatus=='2',
'text-warning
-bg
':item.auditStatus=='3'
}">
{{
item
.
statusStr
}}
</text>
</view>
<view
class=
"date"
v-if=
"item.status!='0'&&item.submitTime"
>
提交时间:
{{
item
.
submitTime
}}
</view>
<view
class=
"text-primary"
>
{{
item
.
examCode
}}
</view>
<view
class=
"name mt0"
>
{{
item
.
name
}}
</view>
<view
class=
"pp esp"
>
申请单位:
{{
item
.
memberName
}}
</view>
<view
class=
"pp esp"
>
考段日期:
{{
item
.
startTime
.
substring
(
0
,
16
)
}}
至
{{
item
.
endTime
.
substring
(
0
,
16
)
}}
</view>
<view
class=
"flexbox"
>
<view
class=
"flexbox"
>
<view>
申请日期
<view>
{{
item
.
applyTime
.
substring
(
0
,
10
)
}}
</view>
...
...
@@ -31,6 +29,9 @@
<view>
{{
item
.
totalNum
||
'--'
}}
</view>
</view>
</view>
<view
class=
"pp esp"
>
申请单位:
{{
item
.
memberName
}}
</view>
<view
class=
"pp esp"
>
考段日期:
{{
item
.
startTime
.
substring
(
0
,
16
)
}}
至
{{
item
.
endTime
.
substring
(
0
,
16
)
}}
</view>
</view>
<view
class=
"func"
v-if=
"item.auditStatus=='0'"
>
<button
@
click=
"audit(item,'2')"
>
拒绝
</button>
...
...
pages/rank/cert.vue
View file @
677c988
...
...
@@ -8,16 +8,15 @@
<view
@
click=
"goDetail(item)"
>
<view
class=
"status"
>
<text
:class=
"
{
'text-primary':item.certStatus=='0',
'text-warning':item.certStatus=='1',
'text-success':item.certStatus=='2',
'text-primary
-bg
':item.certStatus=='0',
'text-warning
-bg
':item.certStatus=='1',
'text-success
-bg
':item.certStatus=='2',
}">
{{
item
.
certStatusStr
}}
</text>
</view>
<view
class=
"date"
>
结算编号:
{{
item
.
payCode
}}
</view>
<view
class=
"name mt0"
>
{{
item
.
name
}}
</view>
<view
class=
"pp esp"
>
考试时间:
{{
item
.
startTime
?.
substring
(
0
,
16
)
}}
至
{{
item
.
endTime
?.
substring
(
0
,
16
)
}}
</view>
<view
class=
"flexbox"
>
<view
class=
"flexbox"
>
<view>
申请日期
<view>
{{
item
.
applyTime
?.
substring
(
0
,
10
)
}}
</view>
...
...
@@ -35,6 +34,8 @@
<view>
{{
item
.
noCerts
}}
</view>
</view>
</view>
<view
class=
"pp esp"
>
考试时间:
{{
item
.
startTime
?.
substring
(
0
,
16
)
}}
至
{{
item
.
endTime
?.
substring
(
0
,
16
)
}}
</view>
</view>
<view
class=
"func"
>
<button
@
click=
"send(item)"
>
一键生成
</button>
...
...
pages/rank/scoreApproval.vue
View file @
677c988
...
...
@@ -9,10 +9,10 @@
<view
@
click=
"goDetail(item)"
>
<view
class=
"status"
>
<text
:class=
"
{
'text-primary':item.auditStatus=='0',
'text-success':item.auditStatus=='1',
'text-danger':item.auditStatus=='2',
'text-warning':item.auditStatus=='3'
'text-primary
-bg
':item.auditStatus=='0',
'text-success
-bg
':item.auditStatus=='1',
'text-danger
-bg
':item.auditStatus=='2',
'text-warning
-bg
':item.auditStatus=='3'
}">
{{
item
.
statusStr
}}
</text>
</view>
...
...
@@ -22,8 +22,6 @@
</view>
<view
class=
"text-primary"
>
{{
item
.
examCode
}}
</view>
<view
class=
"name mt10"
><text
class=
"dot"
></text>
{{
item
.
name
}}
</view>
<view
class=
"pp esp"
>
考段日期:
{{
item
.
startTime
.
substring
(
0
,
16
)
}}
至
{{
item
.
endTime
.
substring
(
0
,
16
)
}}
</view>
<view
class=
"flexbox"
>
<view>
申请日期
...
...
@@ -40,6 +38,9 @@
</view>
</view>
</view>
<view
class=
"pp esp"
>
考段日期:
{{
item
.
startTime
.
substring
(
0
,
16
)
}}
至
{{
item
.
endTime
.
substring
(
0
,
16
)
}}
</view>
</view>
<view
class=
"func"
v-if=
"item.auditStatus=='0'"
>
<button
@
click=
"audit(item,'2')"
>
拒绝
</button>
...
...
personal/order.vue
View file @
677c988
...
...
@@ -19,9 +19,10 @@
<!-- 订单头部:日期 + 状态 -->
<view
class=
"card-header"
>
<view
class=
"date"
>
<image
v-if=
"item.payTime"
:src=
"config.baseUrl_api + '/fs/static/calendar@2x.png'"
mode=
"widthFix"
style=
"width:30rpx;height:30rpx;"
/>
<text
v-if=
"item.payTime"
class=
"date-text"
>
{{
item
.
payTime
}}
</text>
<!--
<image
v-if=
"item.payTime"
:src=
"config.baseUrl_api + '/fs/static/calendar@2x.png'"
mode=
"widthFix"
--
>
<!-- style="width:30rpx;height:30rpx;"/> -->
<!--
<text
v-if=
"item.payTime"
class=
"date-text"
>
{{
item
.
payTime
}}
</text>
-->
<text
class=
"value text-primary"
>
{{
item
.
wfCode
||
'——'
}}
</text>
</view>
<view
:class=
"
{
...
...
@@ -41,8 +42,8 @@
<text
class=
"value"
>
{{
item
.
tradeNo
||
'——'
}}
</text>
</view>
<view
class=
"info-row"
>
<text
class=
"label"
>
缴费编号
:
</text>
<text
class=
"value"
>
{{
item
.
wfCode
||
'——
'
}}
</text>
<text
class=
"label"
>
支付时间
:
</text>
<text
class=
"value"
>
{{
item
.
payTime
||
'
'
}}
</text>
</view>
<!-- 核心:个人会员仅展示缴费年限 -->
...
...
@@ -305,10 +306,10 @@ const closeCancelPopup = () => {
<
style
lang=
"scss"
scoped
>
.order-page
{
background
:
#f5f7fa
;
min-
height
:
100vh
;
height
:
100vh
;
display
:
flex
;
flex-direction
:
column
;
&.no-scroll
{
overflow
:
hidden
;
height
:
100vh
;
...
...
@@ -318,22 +319,20 @@ const closeCancelPopup = () => {
//
滚动列表容器
.order-list-scroll
{
flex
:
1
;
height
:
0
;
height
:
auto
;
overflow
:
auto
;
}
//
订单列表
.order-list
{
padding
:
20
rpx
;
.order-card
{
background
:
#fff
;
margin-bottom
:
20
rpx
;
padding
:
20
rpx
;
box-shadow
:
0
2
rpx
8
rpx
rgba
(
0
,
0
,
0
,
0.04
);
border-top
:
6
rpx
solid
transparent
;
background-clip
:
padding-box
,
border-box
;
background-origin
:
padding-box
,
border-box
;
background-image
:
linear-gradient
(
#fff
,
#fff
),
linear-gradient
(
90deg
,
#FF755A
,
#F51722
);
border-radius
:
12
rpx
;
}
}
...
...
@@ -343,38 +342,39 @@ const closeCancelPopup = () => {
justify-content
:
space-between
;
align-items
:
center
;
padding-bottom
:
20
rpx
;
margin-bottom
:
20
rpx
;
border-bottom
:
1
rpx
dashed
#eee
;
.date
{
display
:
flex
;
align-items
:
center
;
gap
:
8
rpx
;
font-size
:
26
rpx
;
.date-text
{
color
:
#666
;
}
}
.status-tag
{
font-size
:
2
4
rpx
;
font-size
:
2
2
rpx
;
padding
:
6
rpx
16
rpx
;
border-radius
:
20
rpx
;
&.success
{
background
:
#e6f7ef
;
color
:
#52c41a
;
border
:
1
rpx
solid
rgba
(
82
,
196
,
26
,
0.3
);
}
&
.danger
{
background
:
#fff1f0
;
color
:
#ff4d4f
;
border
:
1
rpx
solid
rgba
(
232
,
52
,
29
,
0.3
);
}
&
.pending
{
background
:
#f5f5f5
;
color
:
#999
;
background
:
#fff7e6
;
color
:
#faad14
;
border
:
1
rpx
solid
rgba
(
250
,
173
,
20
,
0.3
);
}
}
}
...
...
@@ -385,13 +385,13 @@ const closeCancelPopup = () => {
align-items
:
center
;
margin-bottom
:
20
rpx
;
font-size
:
26
rpx
;
.label
{
color
:
#999
;
flex-shrink
:
0
;
width
:
140
rpx
;
}
.value
{
color
:
#333
;
word-break
:
break-all
;
...
...
@@ -417,12 +417,12 @@ const closeCancelPopup = () => {
padding
:
16
rpx
20
rpx
;
border-radius
:
8
rpx
;
font-size
:
26
rpx
;
.label
{
color
:
#999
;
text-align
:
center
;
}
.value
{
color
:
#333
;
font-weight
:
500
;
...
...
@@ -436,19 +436,18 @@ const closeCancelPopup = () => {
display
:
flex
;
justify-content
:
space-between
;
align-items
:
center
;
margin
:
0
0
30
rpx
;
padding
:
15
rpx
0
;
font-size
:
28
rpx
;
border-bottom
:
1
rpx
dashed
#eee
;
margin
:
0
0
16
rpx
;
padding
:
8
rpx
0
;
font-size
:
26
rpx
;
.label
{
color
:
#333
;
}
.amount
{
color
:
#EB6100
;
font-weight
:
600
;
font-size
:
32
rpx
;
font-size
:
28
rpx
;
}
}
...
...
@@ -459,7 +458,7 @@ const closeCancelPopup = () => {
align-items
:
center
;
gap
:
16
rpx
;
width
:
100%
;
.btn
{
padding
:
12
rpx
32
rpx
;
border-radius
:
40
rpx
;
...
...
@@ -471,35 +470,35 @@ const closeCancelPopup = () => {
border
:
none
;
width
:
80px
;
background
:
transparent
;
&::after
{
border
:
none
;
}
&
.btn-delete
{
background
:
#fff
;
color
:
#e4393c
;
border
:
1
rpx
solid
#e4393c
;
}
&
.btn-invoice
{
background
:
#fff
;
color
:
#e4393c
;
border
:
1
rpx
solid
#e4393c
;
}
&
.btn-cancel
{
background
:
#fff
;
color
:
#666
;
border
:
1
rpx
solid
#ccc
;
}
&
.btn-pay
{
background
:
linear-gradient
(
90deg
,
#FF755A
,
#F51722
);
color
:
#fff
;
border
:
none
;
}
&
:disabled
{
opacity
:
0.6
;
pointer-events
:
none
;
...
...
@@ -507,9 +506,6 @@ const closeCancelPopup = () => {
}
}
//
空状态
//
加载
/
无更多提示
.loading-tip
,
.no-more
{
text-align
:
center
;
...
...
@@ -575,7 +571,7 @@ const closeCancelPopup = () => {
border
:
none
;
margin
:
0
;
padding
:
0
;
&::after
{
border
:
none
;
}
...
...
@@ -592,7 +588,7 @@ const closeCancelPopup = () => {
border
:
none
;
margin
:
0
;
padding
:
0
;
&::after
{
border
:
none
;
}
...
...
personalVip/changeVipAudit.vue
View file @
677c988
...
...
@@ -12,11 +12,11 @@
<view
class=
"appItem"
v-for=
"(item,index) in list"
:key=
"index"
>
<view
class=
"status"
@
click=
"goDetail(item)"
>
<view>
<text
v-if=
"item.status == 0"
class=
"text-warning"
>
待提交
</text>
<text
v-if=
"item.status == 1"
class=
"text-primary"
>
审核中
</text>
<text
v-if=
"item.status == 2"
class=
"text-success"
>
审核通过
</text>
<text
v-if=
"item.status == 3"
class=
"text-danger"
>
审核拒绝
</text>
<text
v-if=
"item.status == 4"
class=
"text-warning"
>
已撤回
</text>
<text
v-if=
"item.status == 0"
class=
"text-warning
-bg
"
>
待提交
</text>
<text
v-if=
"item.status == 1"
class=
"text-primary
-bg
"
>
审核中
</text>
<text
v-if=
"item.status == 2"
class=
"text-success
-bg
"
>
审核通过
</text>
<text
v-if=
"item.status == 3"
class=
"text-danger
-bg
"
>
审核拒绝
</text>
<text
v-if=
"item.status == 4"
class=
"text-warning
-bg
"
>
已撤回
</text>
</view>
</view>
...
...
personalVip/order.vue
View file @
677c988
This diff is collapsed.
Click to expand it.
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment