Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
op-web-service
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
bp
op-web-service
Commits
222938af
Commit
222938af
authored
Aug 24, 2021
by
v-yuchenglong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:商品详情已售数量修改
parent
79f55c58
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
114 additions
and
116 deletions
+114
-116
index.vue
src/pages/Activity/ActivityDetail/index.vue
+2
-2
index.vue
src/pages/Groupmeal/newOrderManagement/index.vue
+112
-114
No files found.
src/pages/Activity/ActivityDetail/index.vue
View file @
222938af
...
...
@@ -100,8 +100,8 @@
<
span
class
=
"originPrice"
>
{{
`¥${goodsItem.original_price
}
`
}}
<
/span
>
<
span
class
=
"sold"
>
已售
{{
goodsItem
.
all_have_buy_goods_count
}}
<
/spa
n
<
span
class
=
"sold"
v
-
if
=
"goodsItem.inventory_rest==0"
>
抢光了
<
/span
>
<
span
class
=
"sold"
v
-
else
>
已售
{{
goodsItem
.
all_have_buy_goods_count
}}
<
/spa
n
>
<
/p
>
<
/div
>
...
...
src/pages/Groupmeal/newOrderManagement/index.vue
View file @
222938af
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