Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
U
uni-pdtravel
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
panyongping
uni-pdtravel
Commits
43f7c9f2
Commit
43f7c9f2
authored
Feb 25, 2025
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
投诉建议显示处理
parent
547ea703
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
complaintDetail.vue
...s/my/suggestComplaint/complaintDetail/complaintDetail.vue
+1
-1
suggestDetail.vue
pages/my/suggestComplaint/suggestDetail/suggestDetail.vue
+1
-1
No files found.
pages/my/suggestComplaint/complaintDetail/complaintDetail.vue
View file @
43f7c9f2
...
...
@@ -13,7 +13,7 @@
<view>
<text>
联系方式:
</text>
<text>
{{
firstData
.
phone
||
'-'
}}
</text>
<text>
{{
firstData
.
phone
?
firstData
.
phone
.
substr
(
0
,
3
)
+
"****"
+
firstData
.
phone
.
substr
(
7
,
4
):
"-"
}}
</text>
</view>
</view>
...
...
pages/my/suggestComplaint/suggestDetail/suggestDetail.vue
View file @
43f7c9f2
...
...
@@ -8,7 +8,7 @@
<view>
<text>
联系方式:
</text>
<text>
{{
firstData
.
phone
||
'-'
}}
</text>
<text>
{{
firstData
.
phone
?
firstData
.
phone
.
substr
(
0
,
3
)
+
"****"
+
firstData
.
phone
.
substr
(
7
,
4
):
"-"
}}
</text>
</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