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
bd4cb2c5
Commit
bd4cb2c5
authored
Dec 21, 2023
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式处理
parent
5525234a
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
1758 additions
and
63 deletions
+1758
-63
main.js
main.js
+1
-1
pages.json
pages.json
+17
-17
distributionCombiChoose.vue
...ation/distributionCombiChoose/distributionCombiChoose.vue
+4
-1
combinationProduct.vue
pages/scenic/combinationProduct/combinationProduct.vue
+4
-1
scenicCombiOrder.vue
pages/scenic/scenicCombiOrder/scenicCombiOrder.vue
+1
-0
editContacts.vue
pages/scenic/scenicComponents/editContacts.vue
+2
-2
scenicOrder.vue
pages/scenic/scenicOrder/scenicOrder.vue
+1
-0
scenicSingleOrder.vue
pages/scenic/scenicSingleOrder/scenicSingleOrder.vue
+1728
-41
No files found.
main.js
View file @
bd4cb2c5
...
@@ -8,7 +8,7 @@ import commonjs from 'common/common.js'
...
@@ -8,7 +8,7 @@ import commonjs from 'common/common.js'
Vue
.
prototype
.
$commonjs
=
commonjs
Vue
.
prototype
.
$commonjs
=
commonjs
Vue
.
prototype
.
$request
=
request
Vue
.
prototype
.
$request
=
request
Vue
.
prototype
.
$wxurl
=
'https://
w
x.pangdly.com/#/'
Vue
.
prototype
.
$wxurl
=
'https://
l
x.pangdly.com/#/'
Vue
.
prototype
.
imageError
=
'@/static/img/common/pangdingLogo.png'
Vue
.
prototype
.
imageError
=
'@/static/img/common/pangdingLogo.png'
Vue
.
use
(
uView
)
Vue
.
use
(
uView
)
uni
.
$u
.
config
.
unit
=
'rpx'
uni
.
$u
.
config
.
unit
=
'rpx'
...
...
pages.json
View file @
bd4cb2c5
...
@@ -331,15 +331,15 @@
...
@@ -331,15 +331,15 @@
"navigationBarTextStyle"
:
"black"
"navigationBarTextStyle"
:
"black"
}
}
},
},
//
{
{
//
"path"
:
"vlogface/vlogface"
,
"path"
:
"vlogface/vlogface"
,
//
"style"
:
{
"style"
:
{
//
"navigationBarTitleText"
:
"扫脸获取视频"
,
"navigationBarTitleText"
:
"扫脸获取视频"
,
//
"enablePullDownRefresh"
:
false
,
"enablePullDownRefresh"
:
false
,
//
"navigationBarBackgroundColor"
:
"#ffffff"
,
"navigationBarBackgroundColor"
:
"#ffffff"
,
//
"navigationBarTextStyle"
:
"black"
"navigationBarTextStyle"
:
"black"
//
}
}
//
},
},
{
{
"path"
:
"scenicList/scenicList"
,
"path"
:
"scenicList/scenicList"
,
"style"
:
{
"style"
:
{
...
@@ -461,14 +461,14 @@
...
@@ -461,14 +461,14 @@
"navigationStyle"
:
"custom"
"navigationStyle"
:
"custom"
}
}
},
},
//
{
{
//
"path"
:
"getPortrait"
,
"path"
:
"getPortrait"
,
//
"style"
:
{
"style"
:
{
//
"navigationBarTitleText"
:
"获取人像"
,
"navigationBarTitleText"
:
"获取人像"
,
//
"enablePullDownRefresh"
:
false
,
"enablePullDownRefresh"
:
false
,
//
"navigationStyle"
:
"custom"
"navigationStyle"
:
"custom"
//
}
}
//
},
},
{
{
"path"
:
"myPhotoAlbum/myPhotoAlbum"
,
"path"
:
"myPhotoAlbum/myPhotoAlbum"
,
"style"
:
{
"style"
:
{
...
...
pages/combination/distributionCombiChoose/distributionCombiChoose.vue
View file @
bd4cb2c5
...
@@ -585,7 +585,7 @@ export default {
...
@@ -585,7 +585,7 @@ export default {
}
else
{
}
else
{
//普通票
//普通票
uni
.
navigateTo
({
uni
.
navigateTo
({
url
:
'/pages/scenic/scenic
Order/scenic
Order'
+
query
url
:
'/pages/scenic/scenic
SingleOrder/scenicSingle
Order'
+
query
})
})
}
}
}
else
{
}
else
{
...
@@ -684,6 +684,9 @@ export default {
...
@@ -684,6 +684,9 @@ export default {
margin-top
:
24rpx
;
margin-top
:
24rpx
;
padding
:
24rpx
;
padding
:
24rpx
;
}
}
.merchant
label
{
width
:
100%
;
}
.merchant
label
.off
.product
{
.merchant
label
.off
.product
{
background
:
#f3f3f3
;
background
:
#f3f3f3
;
color
:
#999999
;
color
:
#999999
;
...
...
pages/scenic/combinationProduct/combinationProduct.vue
View file @
bd4cb2c5
...
@@ -585,7 +585,7 @@ export default {
...
@@ -585,7 +585,7 @@ export default {
}
else
{
}
else
{
//普通票
//普通票
uni
.
navigateTo
({
uni
.
navigateTo
({
url
:
'/pages/scenic/scenic
Order/scenic
Order'
+
query
url
:
'/pages/scenic/scenic
SingleOrder/scenicSingle
Order'
+
query
})
})
}
}
}
else
{
}
else
{
...
@@ -684,6 +684,9 @@ export default {
...
@@ -684,6 +684,9 @@ export default {
margin-top
:
24rpx
;
margin-top
:
24rpx
;
padding
:
24rpx
;
padding
:
24rpx
;
}
}
.merchant
label
{
width
:
100%
;
}
.merchant
label
.off
.product
{
.merchant
label
.off
.product
{
background
:
#f3f3f3
;
background
:
#f3f3f3
;
color
:
#999999
;
color
:
#999999
;
...
...
pages/scenic/scenicCombiOrder/scenicCombiOrder.vue
View file @
bd4cb2c5
...
@@ -389,6 +389,7 @@ export default {
...
@@ -389,6 +389,7 @@ export default {
sortInforPop
:
false
,
//一个站点时获取排队信息弹窗
sortInforPop
:
false
,
//一个站点时获取排队信息弹窗
showChooseArea
:
false
,
//控制选择站点弹窗显示隐藏
showChooseArea
:
false
,
//控制选择站点弹窗显示隐藏
defaultAreaCode
:
''
,
//默认站点
defaultAreaCode
:
''
,
//默认站点
numberSync
:
true
,
//数量和联系人同步
}
}
},
},
onLoad
(
option
)
{
onLoad
(
option
)
{
...
...
pages/scenic/scenicComponents/editContacts.vue
View file @
bd4cb2c5
...
@@ -27,13 +27,13 @@
...
@@ -27,13 +27,13 @@
<text>
<text>
身份证:
身份证:
</text>
</text>
<input
v-model
.
trim=
"credentialNumber"
maxlength=
"18"
placeholder=
"请输入身份证号码,必填"
/>
<input
type=
"idcard"
v-model
.
trim=
"credentialNumber"
maxlength=
"18"
placeholder=
"请输入身份证号码,必填"
/>
</view>
</view>
<view>
<view>
<text>
<text>
联系电话:
联系电话:
</text>
</text>
<input
v-model
.
trim=
"phone"
maxlength=
"11"
placeholder=
"用于接收行程信息"
/>
<input
type=
"number"
v-model
.
trim=
"phone"
maxlength=
"11"
placeholder=
"用于接收行程信息"
/>
</view>
</view>
<view>
<view>
<a
class=
"complete"
@
click=
"keepSave()"
>
完成
</a>
<a
class=
"complete"
@
click=
"keepSave()"
>
完成
</a>
...
...
pages/scenic/scenicOrder/scenicOrder.vue
View file @
bd4cb2c5
<
template
>
<
template
>
<!-- 临时用,后面需要把代码放入老页面 -->
<view
class=
"orderBox"
>
<view
class=
"orderBox"
>
<view
class=
"head"
>
</view>
<view
class=
"head"
>
</view>
<view
class=
"middle"
>
<view
class=
"middle"
>
...
...
pages/scenic/scenicSingleOrder/scenicSingleOrder.vue
View file @
bd4cb2c5
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