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
f0458bbb
Commit
f0458bbb
authored
Nov 30, 2023
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug处理
parent
604d78ca
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
10 deletions
+6
-10
App.vue
App.vue
+1
-1
buyKnow.vue
components/buyKnow.vue
+3
-3
detail.vue
pages/scenic/combinationProduct/components/detail.vue
+1
-2
editContacts.vue
pages/scenic/scenicComponents/editContacts.vue
+1
-4
No files found.
App.vue
View file @
f0458bbb
...
...
@@ -115,7 +115,7 @@ export default {
}
//中等按钮
.middle-btn
{
background
:
linear-gradient
(
132deg
,
#ED400C
0
%
,
#FB862C
100
%
)
;
background
:
#3688FF
;
display
:
inline-block
;
color
:
#FFFFFF
;
width
:
180rpx
;
...
...
components/buyKnow.vue
View file @
f0458bbb
...
...
@@ -17,7 +17,7 @@
<view
style=
"flex: 1;overflow-y: scroll;"
>
<view
class=
"middle"
>
<view
class=
"middle-list"
v-for=
"(item,a) of buyKnowData.productTitleData"
:key=
"a"
>
<view
class=
"middle-list"
v-for=
"(item,a) of buyKnowData.productTitle
ResVos||buyKnowData.productTitle
Data"
:key=
"a"
>
<view
class=
"middle-title"
>
{{
item
.
title
}}
</view>
...
...
@@ -42,8 +42,8 @@
¥
<text>
{{
buyKnowData
.
sellingPrice
}}
</text>
</text>
<view
class=
"bottom-right"
>
<text
class=
"
middle-
btn"
@
click=
"showPop=false"
>
去预订
<text
class=
"btn"
@
click=
"showPop=false"
>
确定
</text>
</view>
</view>
...
...
pages/scenic/combinationProduct/components/detail.vue
View file @
f0458bbb
...
...
@@ -145,8 +145,7 @@ export default {
font-size
:
32rpx
;
}
.btn
{
padding
:
16rpx
48rpx
;
border-radius
:
20rpx
;
font-size
:
32rpx
;
width
:
200rpx
;
}
</
style
>
pages/scenic/scenicComponents/editContacts.vue
View file @
f0458bbb
...
...
@@ -122,10 +122,7 @@ export default {
this
.
credentialNumber
=
''
this
.
phone
=
''
}
if
(
this
.
reviseContactId
){
//修改的时候
this
.
showEdit
=
false
}
this
.
showEdit
=
false
}
else
{
uni
.
showToast
({
title
:
res
.
message
,
...
...
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