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
441a011a
authored
2026-04-30 16:02:46 +0800
by
张猛
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
会员认证
1 parent
9bf46b24
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
45 additions
and
14 deletions
myCenter/auth.vue
myCenter/goPay.vue
personal/home.vue
myCenter/auth.vue
View file @
441a011
<
template
>
<view
:class=
"
{ 'lock-scroll': popupShow }">
<view
v-if=
"showDirectly&&directUnderFlag==0"
>
<view
class=
"flexbox"
>
<view>
有效日期至
<text
class=
"text-primary"
>
{{
form
?.
validityDate
?.
slice
(
0
,
10
)
}}
</text>
</view>
<view
class=
"head-box"
>
<view
class=
"flexbox "
>
<view
class=
"title"
>
{{
form
.
name
}}
</view>
<view>
<text
v-if=
"activeStatus==0&&authenticationStatusa"
class=
"text-danger"
>
未激活
</text>
<text
v-else
>
...
...
@@ -18,7 +16,14 @@
</text>
</view>
</view>
<view
class=
"flexbox"
style=
"justify-content: flex-end;padding: 0 30rpx 40rpx;"
>
<view
class=
"flexbox"
>
<view>
有效日期至
<text
class=
"highlight"
>
{{
form
?.
validityDate
?.
slice
(
0
,
10
)
}}
</text>
</view>
</view>
<view
class=
"flexbox"
style=
"justify-content: flex-end;padding: 20rpx 40rpx 30rpx 40rpx;"
>
<button
v-if=
"activeStatus==0&&authenticationStatusa"
class=
"btn-red"
size=
"mini"
style=
"margin: 0 20rpx 0 0;"
@
click=
"payTheFees"
>
激活
</button>
...
...
@@ -45,6 +50,9 @@
</view>
</view>
</view>
</view>
<view
class=
"mainbox"
>
<uni-list>
<uni-list-item
v-if=
"authenticationStatusa != 1&&authenticationStatusa != 0&&authenticationStatusa != 3"
...
...
@@ -121,6 +129,7 @@
</uni-list-item>
</uni-list>
</view>
<!-- 弹窗添加触摸事件拦截 -->
<uni-popup
ref=
"applyPopup"
type=
"center"
@
close=
"onPopupClose"
@
open=
"onPopupOpen"
@
touchmove
.
stop
.
prevent=
"() => {}"
>
...
...
@@ -511,7 +520,6 @@ function payTheFees() {
.frrr
{
width
:
100%
;
text-align
:
right
;
text-align
:
right
;
display
:
flex
;
flex-wrap
:
wrap
;
justify-content
:
flex-end
;
...
...
@@ -543,14 +551,34 @@ function payTheFees() {
color
:
#999
;
}
.flexbox
{
padding
:
30
rpx
;
.head-box
{
width
:
calc
(
100%
-
60
rpx
);
margin
:
0
auto
;
background-color
:
#fff
;
border-radius
:
30
rpx
;
margin-top
:
20
rpx
;
padding-top
:
20
rpx
;
.title
{
font-size
:
40
rpx
;
font-weight
:
bold
;
}
}
.flexbox
{
padding
:
10
rpx
30
rpx
;
justify-content
:
space-between
;
}
.highlight
{
color
:
orange
;
}
.mainbox
{
margin
:
30
rpx
;
padding
:
70
rpx
20
rpx
;
border-radius
:
30
rpx
;
background-color
:
#ffff
;
}
.apply-dialog
{
...
...
@@ -616,5 +644,8 @@ function payTheFees() {
.btn-red
,
.btn-red-kx
{
padding
:
0
!important
;
width
:
140
rpx
;
border-radius
:
30
rpx
;
height
:
55
rpx
;
line-height
:
55
rpx
;
}
</
style
>
...
...
myCenter/goPay.vue
View file @
441a011
...
...
@@ -47,13 +47,13 @@
<view
class=
"payRow "
>
<radio-group
@
change=
"onPayTypeChange"
>
<label
class=
"radioItem"
>
<radio
:checked=
"payType === '
1'"
class=
"custom-radio"
value=
"1
"
/>
<radio
:checked=
"payType === '
0'"
class=
"custom-radio"
value=
"0
"
/>
<view
class=
"payInfo"
>
<image
:src=
"config.baseUrl_api + '/fs/static/min.png'"
class=
"icon"
mode=
"widthFix"
></image>
<text>
民生付
</text>
</view>
</label>
<label
class=
"radioItem mt10"
>
<label
class=
"radioItem mt10"
>
<radio
:checked=
"payType === '3'"
class=
"custom-radio"
value=
"3"
/>
<view
class=
"payInfo"
>
<image
:src=
"config.baseUrl_api + '/fs/static/min.png'"
class=
"icon"
mode=
"widthFix"
></image>
...
...
@@ -67,11 +67,11 @@
<view
v-if=
"payType === '3'"
class=
"card transfer-form"
>
<view
class=
"form-item"
>
<text
class=
"form-label"
>
联系人
</text>
<input
class=
"form-input"
v-model=
"form.contactPerson"
placeholder=
"请输入联系人"
/>
<input
v-model=
"form.contactPerson"
class=
"form-input"
placeholder=
"请输入联系人"
/>
</view>
<view
class=
"form-item"
>
<text
class=
"form-label"
>
联系电话
</text>
<input
class=
"form-input"
v-model=
"form.contactTel"
type=
"number"
placeholder=
"请输入联系电话"
/>
<input
v-model=
"form.contactTel"
class=
"form-input"
placeholder=
"请输入联系电话"
type=
"number"
/>
</view>
</view>
...
...
personal/home.vue
View file @
441a011
...
...
@@ -949,7 +949,7 @@ const confirmLogout = () => {
padding-bottom
:
20
rpx
;
.logOutBtn
{
background-image
:
linear-gradient
(
135deg
,
#dbbb69
10%
,
#f0deb0
100%
);
;
background-image
:
linear-gradient
(
135deg
,
#dbbb69
10%
,
#f0deb0
100%
);
backdrop-filter
:
blur
(
4px
);
width
:
80%
;
border
:
1px
solid
#dadada
;
...
...
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