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
1c155722
Commit
1c155722
authored
Oct 12, 2021
by
罗超
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/zk123/jz_travel
into master
parents
b9408f48
b671cc1d
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
17 additions
and
17 deletions
+17
-17
style1.vue
components/goods/style1.vue
+1
-1
style2.vue
components/goods/style2.vue
+1
-1
style3.vue
components/goods/style3.vue
+1
-1
style4.vue
components/goods/style4.vue
+1
-1
style5.vue
components/goods/style5.vue
+1
-1
style6.vue
components/goods/style6.vue
+1
-1
style7.vue
components/goods/style7.vue
+1
-1
jz_Reserve.vue
pages/jiuzhai/jz_Reserve.vue
+10
-10
No files found.
components/goods/style1.vue
View file @
1c155722
...
...
@@ -45,7 +45,7 @@
<view>
<span
class=
"price"
>
<span
style=
"font-size: 28rpx;font-weight: 500;margin-right: 2rpx;"
>
¥
</span>
{{
goodsInfo
.
showGoodsPrice
?
getPrice
(
item
.
p
rice
)
:
''
}}
{{
goodsInfo
.
showGoodsPrice
?
getPrice
(
item
.
OriginalP
rice
)
:
''
}}
</span>
</view>
</view>
...
...
components/goods/style2.vue
View file @
1c155722
...
...
@@ -39,7 +39,7 @@
</view>
-->
<view
class=
"good-price-info"
>
<view
class=
"price"
>
{{ goodsInfo.showGoodsPrice ? getPrice(item.
p
rice) : '' }}
{{ goodsInfo.showGoodsPrice ? getPrice(item.
OriginalP
rice) : '' }}
<!-- <span style='text-decoration: line-through;margin-left: 10px;font-size: 10px;color: gray;font-family: aa;'>原价:{{goodsInfo.showGoodsPrice ? getPrice(item.OriginalPrice) : ''}}</span> -->
</view>
<view
class=
"buy"
v-if=
"goodsInfo.showBuyBtn"
@
click
.
stop=
"showSkuHandler(item)"
>
...
...
components/goods/style3.vue
View file @
1c155722
...
...
@@ -48,7 +48,7 @@
<div
class=
"good-price-info"
>
<view
class=
"price"
:style=
"
{ color: mainColor }">
<span>
{{
goodsInfo
.
showGoodsPrice
?
getPrice
(
item
.
p
rice
)
:
""
goodsInfo
.
showGoodsPrice
?
getPrice
(
item
.
OriginalP
rice
)
:
""
}}
</span>
<span
style=
"
...
...
components/goods/style4.vue
View file @
1c155722
...
...
@@ -36,7 +36,7 @@
}}
</view>
<view
class=
"good-price-info"
>
<view
class=
"price"
:style=
"
{ color: mainColor }">
{{
goodsInfo
.
showGoodsPrice
?
getPrice
(
item
.
p
rice
)
:
""
goodsInfo
.
showGoodsPrice
?
getPrice
(
item
.
OriginalP
rice
)
:
""
}}
</view>
<view
class=
"buy"
...
...
components/goods/style5.vue
View file @
1c155722
...
...
@@ -44,7 +44,7 @@
item.thirdname
}}
</view>
<span>
{{ goodsInfo.showGoodsPrice ? getPrice(item.
p
rice) : "" }}
{{ goodsInfo.showGoodsPrice ? getPrice(item.
OriginalP
rice) : "" }}
</span>
<!-- <span style='text-decoration: line-through;font-size: 10px;color: gray;font-family: aa;'>原价:{{goodsInfo.showGoodsPrice ? getPrice(item.OriginalPrice) : ''}}</span> -->
</view>
...
...
components/goods/style6.vue
View file @
1c155722
...
...
@@ -41,7 +41,7 @@
}}
</view>
<view
class=
"good-price-info"
>
<view
class=
"price"
:style=
"
{ color: mainColor }"
>
{{
goodsInfo
.
showGoodsPrice
?
getPrice
(
item
.
p
rice
)
:
""
}}
>
{{
goodsInfo
.
showGoodsPrice
?
getPrice
(
item
.
OriginalP
rice
)
:
""
}}
<!--
<span
style=
'text-decoration: line-through;margin-left: 10px;font-size: 10px;color: gray;font-family: aa;'
>
原价:
{{
goodsInfo
.
showGoodsPrice
?
getPrice
(
item
.
OriginalPrice
)
:
''
}}
</span>
-->
</view>
<view
...
...
components/goods/style7.vue
View file @
1c155722
...
...
@@ -112,7 +112,7 @@
class=
"price"
:style=
"{ color: mainColor }"
v-if=
"item.price > 0 && goodsInfo.showGoodsPrice"
>
{{ goodsInfo.showGoodsPrice ? getPrice(item.
p
rice) : "" }}
>
{{ goodsInfo.showGoodsPrice ? getPrice(item.
OriginalP
rice) : "" }}
<span
style=
"
text-decoration: line-through;
...
...
pages/jiuzhai/jz_Reserve.vue
View file @
1c155722
...
...
@@ -621,18 +621,18 @@ export default {
this
.
submit
=
true
;
this
.
userInfo
=
uni
.
getStorageSync
(
"mall_UserInfo"
);
this
.
basedataObj
=
uni
.
getStorageSync
(
"basedata"
).
mall
;
var
CustomerId
=
0
;
var
CustomerId
=
this
.
basedataObj
.
virtualB2BCustomerId
;
var
ContactName
=
this
.
contactName
;
var
ContactMobile
=
this
.
contactMobile
;
var
CustomerType
=
3
;
var
price
=
0
;
if
(
this
.
$utils
.
getretailer
())
{
CustomerId
=
this
.
basedataObj
.
virtualB2BCustomerId
;
CustomerType
=
1
;
price
=
this
.
currentPriceInfo
.
b2BMemberPrice
;
}
else
{
price
=
this
.
currentPriceInfo
.
b2CMemberPrice
;
}
var
CustomerType
=
4
;
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
=
{
OrderId
:
0
,
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