Commit 85290152 authored by linxin's avatar linxin

add

parent ff295338
Pipeline #4502 canceled with stages
...@@ -154,6 +154,7 @@ export default { ...@@ -154,6 +154,7 @@ export default {
vm.cddItemList = [] vm.cddItemList = []
vm.bpClass = window.localStorage.bp_class vm.bpClass = window.localStorage.bp_class
vm.status = window.localStorage.user_bp_status vm.status = window.localStorage.user_bp_status
vm.fromPage = window.localStorage.fromPage
vm.loadItemList() vm.loadItemList()
vm.queryCheckId() vm.queryCheckId()
if (vm.fromPage === 'sale') { if (vm.fromPage === 'sale') {
......
...@@ -420,7 +420,7 @@ export default { ...@@ -420,7 +420,7 @@ export default {
color: #232323; color: #232323;
letter-spacing: 0; letter-spacing: 0;
font-weight: 600; font-weight: 600;
margin-top: 8px; margin-top: 25px;
} }
.pro-price { .pro-price {
width: 100%; width: 100%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment