Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
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
zhengke
jz_Travel
Commits
4554ff24
Commit
4554ff24
authored
Jun 02, 2021
by
ZJG
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
a3a74b3d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
7 deletions
+6
-7
bookaCarList.vue
pages/guidecar/bookaCarList.vue
+4
-7
map.vue
pages/guidecar/map.vue
+1
-0
allorderList.vue
pages/jiuzhai/allorderList.vue
+1
-0
No files found.
pages/guidecar/bookaCarList.vue
View file @
4554ff24
...
...
@@ -372,7 +372,7 @@
</view>
<view
class=
"s-c-r prices"
>
<span
style=
'margin-top: 3px;font-size: 11px;'
>
¥
</span>
<span
style=
'font-weight: bold;'
>
{{
isdistributor
==
true
?
x
.
Price
:
x
.
B2CPrice
}}
</span>
<span
style=
'font-weight: bold;'
>
{{
$utils
.
getretailer
()
==
true
?
x
.
Price
:
x
.
B2CPrice
}}
</span>
<span
style=
'margin-top: 3px;font-size: 11px;'
>
起
</span>
</view>
</view>
...
...
@@ -404,7 +404,7 @@
</view>
<view
class=
"s-c-r prices"
v-if=
"index==0"
>
<span
style=
'margin-top: 3px;font-size: 11px;'
>
¥
</span>
<span
style=
'font-weight: bold;'
>
{{
isdistributor
==
true
?
x
.
Price
:
x
.
B2CPrice
}}
</span>
<span
style=
'font-weight: bold;'
>
{{
$utils
.
getretailer
()
==
true
?
x
.
Price
:
x
.
B2CPrice
}}
</span>
<span
style=
'margin-top: 3px;font-size: 11px;'
>
起
</span>
</view>
<view
class=
"s-c-r sold"
v-if=
"index==x.SiteList.length-1"
>
...
...
@@ -565,7 +565,7 @@
StartDate
:
''
,
EndDate
:
''
,
},
isdistributor
:
false
,
}
...
...
@@ -581,7 +581,6 @@
this
.
msg
.
ArriveCityType
=
this
.
carMsg
.
ArriveCityType
;
this
.
msg
.
Q_Date
=
this
.
carMsg
.
Q_Date
;
}
this
.
isdistributor
=
this
.
$utils
.
getretailer
()
this
.
mainColor
=
this
.
$uiConfig
.
mainColor
;
this
.
gettimeList
()
...
...
@@ -851,9 +850,7 @@
this
.
u
=
uni
.
getStorageSync
(
"mall_UserInfo"
);
// this.showAuth=false;
this
.
init
();
if
(
this
.
u
.
IsDistrbutorUser
&&
this
.
u
.
IsDistrbutorUser
==
1
){
this
.
isdistributor
=
true
}
},
//关闭登录窗口
gbAuth
(){
...
...
pages/guidecar/map.vue
View file @
4554ff24
...
...
@@ -64,6 +64,7 @@
})
this
.
markers
=
[];
if
(
this
.
details
.
type
==
1
){
// this.src_latitude = ((Number((this.upcar[0].Lonlat.split(',')[1])) + Number(this.upcar[this.upcar.length-1].Lonlat.split(',')[1]) )/2).toString();
// this.src_longitude = ((Number((this.upcar[0].Lonlat.split(',')[0])) + Number(this.upcar[this.upcar.length-1].Lonlat.split(',')[0]) )/2).toString();;
this
.
src_latitude
=
this
.
upcar
[
0
].
Lonlat
.
split
(
','
)[
1
];
...
...
pages/jiuzhai/allorderList.vue
View file @
4554ff24
...
...
@@ -254,6 +254,7 @@
}
},
onLoad
(
options
){
this
.
current
=
options
.
status
||
0
;
let
currentPages
=
getCurrentPages
();
let
u
=
"/"
+
currentPages
[
currentPages
.
length
-
1
].
route
;
let
pages
=
wx
.
getStorageSync
(
"basedata"
)
?
...
...
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