Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
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
viitto
mallapp
Commits
ecb92346
Commit
ecb92346
authored
Apr 14, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
cc2d02df
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
63 additions
and
89 deletions
+63
-89
style44.vue
components/cats/style44.vue
+1
-1
goodsku2.vue
components/goods/goodsku2.vue
+1
-1
goods.vue
pages/goods/goods.vue
+61
-87
No files found.
components/cats/style44.vue
View file @
ecb92346
...
...
@@ -198,7 +198,7 @@
<view
class=
"vip2"
:style=
"
{ color: mainColor }">
{{
cx
.
price_content
}}
</view>
<view
v-if=
"cx.original_price_content && cx.original_price > 0 && cx.price_content !== cx.original_price_content"
class=
"origin"
>
<view
v-if=
"cx.original_price_content && cx.original_price > 0 &&
cx.original_price>cx.level_price &&
cx.price_content !== cx.original_price_content"
class=
"origin"
>
{{
cx
.
original_price_content
}}
</view>
...
...
components/goods/goodsku2.vue
View file @
ecb92346
...
...
@@ -9,7 +9,7 @@
<text
class=
"small"
>
¥
</text>
<text>
{{
goodprice
}}
</text>
</view>
<view
class=
"origin"
v-if=
"good_original_price && good_original_price >0 && good_original_price
!=
goodprice"
>
<view
class=
"origin"
v-if=
"good_original_price && good_original_price >0 && good_original_price
>
goodprice"
>
<text
class=
"small"
>
¥
</text>
<text>
{{
good_original_price
}}
</text>
</view>
...
...
pages/goods/goods.vue
View file @
ecb92346
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