Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cust-app
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李伟
cust-app
Commits
513b7f6c
Commit
513b7f6c
authored
Mar 03, 2025
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
347f204a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
userInfo.vue
pagesUser/userInfo.vue
+1
-4
info.vue
pagesme/message/info.vue
+8
-3
No files found.
pagesUser/userInfo.vue
View file @
513b7f6c
...
@@ -42,9 +42,6 @@
...
@@ -42,9 +42,6 @@
{{
userData
.
memMaxEducation
}}
{{
userData
.
memMaxEducation
}}
</view>
</view>
</view>
</view>
<view
class=
"text2"
>
·
{{
'全日制'
}}
</view>
</view>
</view>
</view>
</view>
<!-- 个人信息-->
<!-- 个人信息-->
...
@@ -156,7 +153,7 @@
...
@@ -156,7 +153,7 @@
</view>
</view>
<!-- 最下方的推荐-->
<!-- 最下方的推荐-->
<view
class=
"bo"
<view
class=
"bo"
:style=
"
{'border-radius':
userData.selfMatchingStatus!==null?'24rpx 24rpx 0 0':
'24rpx'}">
:style=
"
{'border-radius':'24rpx'}">
<u-button
class=
"name"
open-type=
"share"
:hairline=
"false"
:customStyle=
"
{
<u-button
class=
"name"
open-type=
"share"
:hairline=
"false"
:customStyle=
"
{
'font-size': '28rpx',
'font-size': '28rpx',
'font-family': 'PingFang SC-Heavy, PingFang SC',
'font-family': 'PingFang SC-Heavy, PingFang SC',
...
...
pagesme/message/info.vue
View file @
513b7f6c
...
@@ -319,8 +319,8 @@ export default {
...
@@ -319,8 +319,8 @@ export default {
},
},
openApply
(){
openApply
(){
this
.
showApply
=
true
this
.
showApply
=
true
this
.
tipMsg
=
'是否花费'
+
this
.
acceptWxPayment
+
'金币,
向对方发起
请求'
;
this
.
tipMsg
=
'是否花费'
+
this
.
acceptWxPayment
+
'金币,
接受对方
请求'
;
this
.
$refs
.
elm
AcceptPa
y
.
showDialog
();
this
.
$refs
.
elm
ShowAppl
y
.
showDialog
();
},
},
refuse
(){
refuse
(){
this
.
isRefuseConfirm
=
true
this
.
isRefuseConfirm
=
true
...
@@ -419,11 +419,16 @@ export default {
...
@@ -419,11 +419,16 @@ export default {
icon
:
'none'
icon
:
'none'
})
})
this
.
showApply
=
false
this
.
showApply
=
false
}
else
{
}
else
if
(
res
.
data
.
code
==
1003
)
{
this
.
showApply
=
false
this
.
showApply
=
false
this
.
isMessageConfirm
=
true
;
this
.
isMessageConfirm
=
true
;
this
.
tipMsg
=
res
.
data
.
message
;
this
.
tipMsg
=
res
.
data
.
message
;
this
.
$refs
.
elmMessage
.
showDialog
();
this
.
$refs
.
elmMessage
.
showDialog
();
}
else
{
uni
.
showToast
({
title
:
res
.
data
.
message
,
icon
:
'none'
})
}
}
})
})
},
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment