Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
ufo-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
陈峰
6 years ago
Commit
18cae0c67ecb3594e3b172354c1c6c2436fdbf69
1 parent
c684b459
Revert "修改最低价格文案"
This reverts commit
c684b459
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/pages/single/order/ufo/components/product-item.vue
apps/pages/single/order/ufo/components/product-item.vue
View file @
18cae0c
...
...
@@ -11,7 +11,7 @@
</div>
<div class="middle">
<p class="size-store">¥{{value.goodsInfo.price}},{{value.goodsInfo.storageNum}}个库存</p>
<p class="low-price">
现货最低售价¥{{value.goodsInfo.leastPrice || '-'
}}</p>
<p class="low-price">
当前最低价¥{{value.goodsInfo.leastPrice
}}</p>
</div>
<div class="right">
<Button class="chg-price" @click.native="onChgPrice">调 价</Button>
...
...
Please
register
or
login
to post a comment