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
bdbc609b
Commit
bdbc609b
authored
Apr 18, 2025
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
价格修改
parent
aadeb00c
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
15 additions
and
6 deletions
+15
-6
index.vue
pages/indexs/index/index.vue
+1
-1
complaintCommit.vue
...s/my/suggestComplaint/complaintCommit/complaintCommit.vue
+4
-1
complaintDetail.vue
...s/my/suggestComplaint/complaintDetail/complaintDetail.vue
+4
-1
suggestCommit.vue
pages/my/suggestComplaint/suggestCommit/suggestCommit.vue
+4
-1
scenicCombiOrder.vue
pages/scenic/scenicCombiOrder/scenicCombiOrder.vue
+1
-1
scenicSingleOrder.vue
pages/scenic/scenicSingleOrder/scenicSingleOrder.vue
+1
-1
No files found.
pages/indexs/index/index.vue
View file @
bdbc609b
...
@@ -158,7 +158,7 @@ export default {
...
@@ -158,7 +158,7 @@ export default {
merchantName
:
'重庆湖广会馆'
,
merchantName
:
'重庆湖广会馆'
,
pageUrl
:
this
.
huguangUrl
,
pageUrl
:
this
.
huguangUrl
,
imgUrl
:
'http://lx.pangdly.com/img/huiguan.c00da69.jpg'
,
imgUrl
:
'http://lx.pangdly.com/img/huiguan.c00da69.jpg'
,
price
:
23
price
:
32
},
},
]
]
},
},
...
...
pages/my/suggestComplaint/complaintCommit/complaintCommit.vue
View file @
bdbc609b
...
@@ -194,6 +194,7 @@ export default{
...
@@ -194,6 +194,7 @@ export default{
}
}
this
.
$request
(
'comment/userComment/save'
,
data
).
then
((
res
)
=>
{
this
.
$request
(
'comment/userComment/save'
,
data
).
then
((
res
)
=>
{
if
(
res
.
code
==
'00'
){
if
(
res
.
code
==
'00'
){
// 加上mask,防止停留在页面2秒时间内,游客一直点击影响性能
uni
.
showToast
({
uni
.
showToast
({
title
:
'提交成功'
,
title
:
'提交成功'
,
icon
:
'none'
,
icon
:
'none'
,
...
@@ -205,9 +206,11 @@ export default{
...
@@ -205,9 +206,11 @@ export default{
})
})
},
2000
)
},
2000
)
}
else
{
}
else
{
// 超过5次,当天不能进行提交,由于是后端直接判断的,加上mask,防止游客一直点击影响性能
uni
.
showToast
({
uni
.
showToast
({
title
:
res
.
message
,
title
:
res
.
message
,
icon
:
'none'
icon
:
'none'
,
mask
:
true
})
})
}
}
})
})
...
...
pages/my/suggestComplaint/complaintDetail/complaintDetail.vue
View file @
bdbc609b
...
@@ -265,6 +265,7 @@ export default{
...
@@ -265,6 +265,7 @@ export default{
}
}
this
.
$request
(
'comment/userComment/save'
,
data
).
then
((
res
)
=>
{
this
.
$request
(
'comment/userComment/save'
,
data
).
then
((
res
)
=>
{
if
(
res
.
code
==
'00'
){
if
(
res
.
code
==
'00'
){
// 加上mask,防止停留在页面2秒时间内,游客一直点击影响性能
uni
.
showToast
({
uni
.
showToast
({
title
:
'提交成功'
,
title
:
'提交成功'
,
icon
:
'none'
,
icon
:
'none'
,
...
@@ -276,9 +277,11 @@ export default{
...
@@ -276,9 +277,11 @@ export default{
})
})
},
2000
)
},
2000
)
}
else
{
}
else
{
// 超过5次,当天不能进行提交,由于是后端直接判断的,加上mask,防止游客一直点击影响性能
uni
.
showToast
({
uni
.
showToast
({
title
:
res
.
message
,
title
:
res
.
message
,
icon
:
'none'
icon
:
'none'
,
mask
:
true
})
})
}
}
})
})
...
...
pages/my/suggestComplaint/suggestCommit/suggestCommit.vue
View file @
bdbc609b
...
@@ -146,6 +146,7 @@ export default{
...
@@ -146,6 +146,7 @@ export default{
}
}
this
.
$request
(
'comment/userComment/save'
,
data
).
then
((
res
)
=>
{
this
.
$request
(
'comment/userComment/save'
,
data
).
then
((
res
)
=>
{
if
(
res
.
code
==
'00'
){
if
(
res
.
code
==
'00'
){
// 加上mask,防止停留在页面2秒时间内,游客一直点击影响性能
uni
.
showToast
({
uni
.
showToast
({
title
:
'提交成功'
,
title
:
'提交成功'
,
icon
:
'none'
,
icon
:
'none'
,
...
@@ -157,9 +158,11 @@ export default{
...
@@ -157,9 +158,11 @@ export default{
})
})
},
2000
)
},
2000
)
}
else
{
}
else
{
// 超过5次,当天不能进行提交,由于是后端直接判断的,加上mask,防止游客一直点击影响性能
uni
.
showToast
({
uni
.
showToast
({
title
:
res
.
message
,
title
:
res
.
message
,
icon
:
'none'
icon
:
'none'
,
mask
:
true
})
})
}
}
})
})
...
...
pages/scenic/scenicCombiOrder/scenicCombiOrder.vue
View file @
bdbc609b
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<!-- --------------------------------------------产品信息部分------------------------------------- -->
<!-- --------------------------------------------产品信息部分------------------------------------- -->
<view
class=
"list-Product"
>
<view
class=
"list-Product"
>
<view
class=
"merchantName"
>
<view
class=
"merchantName"
>
<text
class=
"title-text"
>
<text
class=
"title-text"
style=
"flex-shrink: 0;"
>
{{
item
.
merchantName
||
''
}}
{{
item
.
merchantName
||
''
}}
</text>
</text>
<text>
<text>
...
...
pages/scenic/scenicSingleOrder/scenicSingleOrder.vue
View file @
bdbc609b
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<!-- --------------------------------------------产品信息部分------------------------------------- -->
<!-- --------------------------------------------产品信息部分------------------------------------- -->
<view
class=
"middle-Product"
>
<view
class=
"middle-Product"
>
<view
class=
"merchantName"
>
<view
class=
"merchantName"
>
<text
class=
"title-text"
>
<text
class=
"title-text"
style=
"flex-shrink: 0;"
>
{{
productIfo
.
merchantName
||
''
}}
{{
productIfo
.
merchantName
||
''
}}
</text>
</text>
<text>
<text>
...
...
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