Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
U
uniapp_friends
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
h5
uniapp_friends
Commits
2eeb036c
Commit
2eeb036c
authored
Feb 08, 2025
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码优化
parent
571a18d8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
3 deletions
+25
-3
my.vue
friends/components/my/my.vue
+22
-2
userDetail.vue
friends/pagesD/userDetail/userDetail.vue
+3
-1
No files found.
friends/components/my/my.vue
View file @
2eeb036c
...
@@ -109,7 +109,14 @@
...
@@ -109,7 +109,14 @@
<view
class=
"set-left-root"
>
<view
class=
"set-left-root"
>
<image
class=
"set-left-img"
src=
"@/static/ic_my_us.png"
mode=
"widthFix"
>
<image
class=
"set-left-img"
src=
"@/static/ic_my_us.png"
mode=
"widthFix"
>
</image>
</image>
<view
class=
"set-left-text"
>
客服
</view>
<view
class=
"set-left-text"
>
<text>
如有问题,请直接联系
<text
class=
"agreementText"
@
click=
"goAgreement(1)"
>
在线客服
</text>
\n处理速度更快,
<text
class=
"agreementText"
@
click=
"goAgreement(2)"
>
无需联系支付宝
</text>
</text>
</view>
</view>
</view>
<view
class=
"set-right-root"
>
<view
class=
"set-right-root"
>
<view
class=
"set-right-text2"
>
>
</view>
<view
class=
"set-right-text2"
>
>
</view>
...
@@ -204,7 +211,16 @@
...
@@ -204,7 +211,16 @@
},
},
handleKefu
()
{
handleKefu
()
{
this
.
showKefuPop
=
true
// this.showKefuPop = true
uni
.
makePhoneCall
({
phoneNumber
:
'4000969950'
,
success
()
{
console
.
log
(
'拨打电话成功'
);
},
fail
(
err
)
{
console
.
error
(
'拨打电话失败'
,
err
);
}
});
},
},
handleFeedback
(){
handleFeedback
(){
navigateTo
(
`/pagesD/feedback/feedback`
)
navigateTo
(
`/pagesD/feedback/feedback`
)
...
@@ -466,5 +482,9 @@
...
@@ -466,5 +482,9 @@
font-size
:
34
rpx
;
font-size
:
34
rpx
;
color
:
#CFCFCF
;
color
:
#CFCFCF
;
margin-bottom
:
6
rpx
;
margin-bottom
:
6
rpx
;
}
.agreementText
{
color
:
#ecb882
;
}
}
</
style
>
</
style
>
\ No newline at end of file
friends/pagesD/userDetail/userDetail.vue
View file @
2eeb036c
...
@@ -18,7 +18,9 @@
...
@@ -18,7 +18,9 @@
</view>
</view>
<view
class=
"set-right-root"
>
<view
class=
"set-right-root"
>
<view
class=
"set-right-text1"
style=
"color: white;"
>
111
</view>
<input
style=
"width: 160rpx;height: 60rpx; font-size: 28rpx;background: white;"
type=
"text"
placeholder=
"修改昵称"
v-model=
"searchStr"
/>
</view>
</view>
</view>
</view>
...
...
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