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
0f2d501a
Commit
0f2d501a
authored
Oct 08, 2024
by
qipeng
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
http://git.tbd.yanzuoguang.com/panyongping/uni-pdtravel
into develop
parents
85a04947
9133469d
Changes
6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
1730 additions
and
9 deletions
+1730
-9
buyKnow.vue
components/buyKnow.vue
+11
-5
pages.json
pages.json
+7
-0
distributionCombiChoose.vue
...ation/distributionCombiChoose/distributionCombiChoose.vue
+2
-0
index.vue
pages/indexs/index/index.vue
+2
-2
login.vue
pages/login/login.vue
+6
-2
scenicCombiOrderNew.vue
pages/scenic/scenicCombiOrder/scenicCombiOrderNew.vue
+1702
-0
No files found.
components/buyKnow.vue
View file @
0f2d501a
...
...
@@ -12,11 +12,15 @@
<view
class=
"head3"
>
挂牌价:¥
{{
buyKnowData
.
originalPrice
}}
</view>
</view>
<view
style=
"flex: 1;overflow-y: scroll;"
>
<view
class=
"middle"
>
<view
style=
"margin-top: 30rpx;"
>
<image
style=
"width: 100%;"
v-for=
"(item,index) in buyKnowData.productImgs"
:key=
"index"
:src=
"item.url"
></image>
</view>
<view
class=
"middle-list"
v-for=
"(item,a) of buyKnowData.productTitleResVos||buyKnowData.productTitleData"
:key=
"a"
>
<view
class=
"middle-title"
>
{{
item
.
title
}}
...
...
@@ -35,8 +39,6 @@
</view>
</view>
<!-- 退票规则 -->
<!-- 索道写死 -->
<!--
<view
class=
"middle-list"
style=
"border-bottom: none;"
v-if=
"buyKnowData.merchantId!='z0015605022691a5945bbe463141668c'"
>
-->
<view
class=
"middle-list"
style=
"border-bottom: none;"
>
<view
class=
"middle-title"
>
<text
v-if=
"buyKnowData.backChangeRule == 0"
>
不可退
</text>
...
...
@@ -133,12 +135,15 @@ export default {
border-bottom
:
1px
solid
#e6e6e6
;
padding-bottom
:
30
rpx
;
}
.img-box
{
margin
:
20
rpx
0
;
}
.middle
{
padding
-bottom
:
100
rpx
;
padding
:
0
24
rpx
24
rpx
24
rpx
;
font-size
:
28
rpx
;
}
.middle-list
{
margin
:
30
rpx
24
rpx
;
margin
:
30
rpx
0
;
padding-bottom
:
24
rpx
;
border-bottom
:
1px
solid
#E6E6E6
;
}
...
...
@@ -181,6 +186,7 @@ export default {
z-index
:
9
;
background
:
#FFFFFF
;
box-sizing
:
border-box
;
border-top
:
1px
solid
#e6e6e6
;
}
.bottom-left
{
...
...
pages.json
View file @
0f2d501a
...
...
@@ -331,6 +331,13 @@
"navigationBarTitleText"
:
"订单填写"
,
"enablePullDownRefresh"
:
false
}
},
{
"path"
:
"scenicCombiOrder/scenicCombiOrderNew"
,
"style"
:
{
"navigationBarTitleText"
:
"订单填写"
,
"enablePullDownRefresh"
:
false
}
}
]
},
...
...
pages/combination/distributionCombiChoose/distributionCombiChoose.vue
View file @
0f2d501a
...
...
@@ -190,6 +190,7 @@
</view>
</u-popup>
<!-- 自定义导航栏 -->
<!--#ifdef MP-WEIXIN-->
<view
class=
"tabbar"
:style=
"{height:topHeight+'px',opacity:tabbarOpacity}"
>
<view
class=
"tabbar-title"
>
<u-icon
@
click=
"goTop()"
name=
"arrow-left"
color=
"#333333"
size=
"48"
></u-icon>
...
...
@@ -197,6 +198,7 @@
<text></text>
</view>
</view>
<!-- #endif -->
</view>
</template>
...
...
pages/indexs/index/index.vue
View file @
0f2d501a
<
template
>
<view
class=
"wrap"
>
<!-- #ifdef MP-WEIXIN -->
<view
class=
"search"
>
<text>
重庆
</text>
<view
class=
"search-right"
>
<u-icon
name=
"search"
style=
"margin-right: 10rpx;"
></u-icon>
<input
placeholder=
"商品/用户/关键词搜索"
disabled
/>
</view>
</view>
<!-- #endif -->
<view
class=
"middle"
>
<view
class=
"tabbar"
>
<view
@
click=
"jumpPage(item.projectLinkUrl)"
v-for=
"(item,index) in iconList"
:key=
'index'
v-show=
"item.projectStatus==0"
>
...
...
pages/login/login.vue
View file @
0f2d501a
...
...
@@ -12,14 +12,18 @@ export default {
onLoad
()
{
this
.
getCodeLogin
()
},
// 一般页面用onUnload
// tabbar页面用onHide
onUnload
()
{
if
(
this
.
timer
)
{
clearTimeout
(
this
.
timer
)
this
.
timer
=
null
}
},
onHide
()
{
if
(
this
.
timer
)
{
clearTimeout
(
this
.
timer
)
this
.
timer
=
null
}
},
methods
:{
//---获取编码并登录
getCodeLogin
(){
...
...
pages/scenic/scenicCombiOrder/scenicCombiOrderNew.vue
0 → 100644
View file @
0f2d501a
This diff is collapsed.
Click to expand it.
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