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
aadeb00c
Commit
aadeb00c
authored
Apr 16, 2025
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
投诉建议bug处理
parent
99a097e0
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
5 deletions
+8
-5
complaintCommit.vue
...s/my/suggestComplaint/complaintCommit/complaintCommit.vue
+2
-1
complaintDetail.vue
...s/my/suggestComplaint/complaintDetail/complaintDetail.vue
+2
-1
suggestCommit.vue
pages/my/suggestComplaint/suggestCommit/suggestCommit.vue
+2
-1
chooseArea.vue
pages/scenic/scenicComponents/chooseArea.vue
+2
-2
No files found.
pages/my/suggestComplaint/complaintCommit/complaintCommit.vue
View file @
aadeb00c
...
...
@@ -196,7 +196,8 @@ export default{
if
(
res
.
code
==
'00'
){
uni
.
showToast
({
title
:
'提交成功'
,
icon
:
'none'
icon
:
'none'
,
mask
:
true
})
setTimeout
(()
=>
{
uni
.
navigateBack
({
...
...
pages/my/suggestComplaint/complaintDetail/complaintDetail.vue
View file @
aadeb00c
...
...
@@ -267,7 +267,8 @@ export default{
if
(
res
.
code
==
'00'
){
uni
.
showToast
({
title
:
'提交成功'
,
icon
:
'none'
icon
:
'none'
,
mask
:
true
})
setTimeout
(()
=>
{
uni
.
navigateBack
({
...
...
pages/my/suggestComplaint/suggestCommit/suggestCommit.vue
View file @
aadeb00c
...
...
@@ -148,7 +148,8 @@ export default{
if
(
res
.
code
==
'00'
){
uni
.
showToast
({
title
:
'提交成功'
,
icon
:
'none'
icon
:
'none'
,
mask
:
true
})
setTimeout
(()
=>
{
uni
.
navigateBack
({
...
...
pages/scenic/scenicComponents/chooseArea.vue
View file @
aadeb00c
...
...
@@ -14,11 +14,11 @@
<view
class=
"bottom"
>
<view
class=
"bottom1"
>
<view>
您所在位置距离“
{{
areaList
[
distanceIndex
].
areaName
}}
”较近
您所在位置距离“
{{
areaList
[
distanceIndex
].
areaName
||
''
}}
”较近
</view>
<view
class=
"bottom1-choose"
>
建议选择
<text>
【
{{
areaList
[
distanceIndex
].
areaName
}}
】
</text>
建议选择
<text>
【
{{
areaList
[
distanceIndex
].
areaName
||
''
}}
】
</text>
</view>
<view
class=
"bottom1-btn"
>
...
...
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