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
2a11a442
authored
2026-06-02 13:43:42 +0800
by
lttnew
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
个人绑定失败
1 parent
1c937c08
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
11 deletions
level/addApply.vue
personal/home.vue
level/addApply.vue
View file @
2a11a44
...
...
@@ -969,7 +969,7 @@ function handleDelete(row) {
box-sizing
:
border-box
;
&.dropdown-open-page
{
padding-bottom
:
calc
(
4
2
0
rpx
+
env
(
safe-area-inset-bottom
));
padding-bottom
:
calc
(
4
9
0
rpx
+
env
(
safe-area-inset-bottom
));
}
}
...
...
@@ -1428,7 +1428,7 @@ function handleDelete(row) {
justify-content
:
space-around
;
align-items
:
center
;
padding-top
:
60
rpx
;
padding-bottom
:
calc
(
2
0
rpx
+
env
(
safe-area-inset-bottom
));
padding-bottom
:
calc
(
1
0
rpx
+
env
(
safe-area-inset-bottom
));
background
:
#fff
;
border-top
:
1
rpx
solid
#f0f0f0
;
...
...
personal/home.vue
View file @
2a11a44
<
template
>
<
template
>
<view
class=
"page-container"
>
<!-- 会员卡区域 -->
<view
class=
"member-card"
>
...
...
@@ -365,16 +365,18 @@ const confirmBind = async () => {
idcCode
:
bindForm
.
value
.
idcCode
}))
uni
.
hideLoading
()
// if (res.data != 1) {
// // handelGo()
// closeBindPopup()
// } else {
uni
.
showToast
({
title
:
'绑定成功'
,
icon
:
'success'
})
if
(
res
?.
data
==
'1'
){
closeBindPopup
()
await
getWebInfo
()
}
else
{
uni
.
showToast
({
title
:
res
?.
data
||
'绑定失败'
,
icon
:
null
,
duration
:
3000
})
}
// }
if
(
err
)
{
console
.
log
(
err
)
...
...
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