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
38f4ba68
Commit
38f4ba68
authored
Oct 12, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
1c155722
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
19 deletions
+6
-19
jz_Line.vue
pages/jiuzhai/jz_Line.vue
+2
-2
jz_Reserve.vue
pages/jiuzhai/jz_Reserve.vue
+4
-17
No files found.
pages/jiuzhai/jz_Line.vue
View file @
38f4ba68
...
@@ -280,6 +280,7 @@
...
@@ -280,6 +280,7 @@
.jz_Content
.price
.money
{
.jz_Content
.price
.money
{
font-size
:
36
rpx
;
font-size
:
36
rpx
;
color
:
#FF3166
;
}
}
</
style
>
</
style
>
<
template
>
<
template
>
...
@@ -395,8 +396,7 @@
...
@@ -395,8 +396,7 @@
</view>
</view>
<view>
<view>
<text>
¥
</text>
<text>
¥
</text>
<text
class=
"money"
>
{{
$utils
.
getretailer
()
==
true
?
item
.
b2BPrice
:
item
.
b2CPrice
}}
</text>
<text
class=
"money"
>
{{
item
.
b2CPrice
}}
</text>
<text>
起
</text>
</view>
</view>
</view>
</view>
</view>
</view>
...
...
pages/jiuzhai/jz_Reserve.vue
View file @
38f4ba68
...
@@ -626,13 +626,6 @@ export default {
...
@@ -626,13 +626,6 @@ export default {
var
ContactMobile
=
this
.
contactMobile
;
var
ContactMobile
=
this
.
contactMobile
;
var
CustomerType
=
4
;
var
CustomerType
=
4
;
var
price
=
this
.
currentPriceInfo
.
b2CPrice
;
var
price
=
this
.
currentPriceInfo
.
b2CPrice
;
// if (this.$utils.getretailer()) {
// CustomerId = this.basedataObj.virtualB2BCustomerId;
// CustomerType = 4;
// price = this.currentPriceInfo.b2BMemberPrice;
// } else {
// price = this.currentPriceInfo.b2CMemberPrice;
// }
let
msg
=
{
let
msg
=
{
OrderId
:
0
,
OrderId
:
0
,
TCID
:
this
.
currentPriceInfo
.
tcid
,
TCID
:
this
.
currentPriceInfo
.
tcid
,
...
@@ -777,18 +770,12 @@ export default {
...
@@ -777,18 +770,12 @@ export default {
this
.
submit
=
true
;
this
.
submit
=
true
;
this
.
userInfo
=
uni
.
getStorageSync
(
"mall_UserInfo"
);
this
.
userInfo
=
uni
.
getStorageSync
(
"mall_UserInfo"
);
this
.
basedataObj
=
uni
.
getStorageSync
(
"basedata"
).
mall
;
this
.
basedataObj
=
uni
.
getStorageSync
(
"basedata"
).
mall
;
var
CustomerId
=
0
;
var
CustomerId
=
this
.
basedataObj
.
virtualB2BCustomerId
;
var
ContactName
=
this
.
contactName
;
var
ContactName
=
this
.
contactName
;
var
ContactMobile
=
this
.
contactMobile
;
var
ContactMobile
=
this
.
contactMobile
;
var
CustomerType
=
3
;
var
CustomerType
=
4
;
var
price
=
0
;
var
price
=
this
.
currentPriceInfo
.
b2CPrice
;
if
(
this
.
$utils
.
getretailer
())
{
CustomerId
=
this
.
basedataObj
.
virtualB2BCustomerId
;
CustomerType
=
1
;
price
=
this
.
currentPriceInfo
.
b2BMemberPrice
;
}
else
{
price
=
this
.
currentPriceInfo
.
b2CMemberPrice
;
}
let
msg
=
{
let
msg
=
{
OrderId
:
0
,
OrderId
:
0
,
TCID
:
this
.
currentPriceInfo
.
tcid
,
TCID
:
this
.
currentPriceInfo
.
tcid
,
...
...
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