商品详情优惠券接口fix reviwe by lea.guo
Showing
2 changed files
with
4 additions
and
2 deletions
@@ -130,6 +130,7 @@ import Modal from './components/modal'; | @@ -130,6 +130,7 @@ import Modal from './components/modal'; | ||
130 | import OrderCheck from '../components/confirm/agree'; | 130 | import OrderCheck from '../components/confirm/agree'; |
131 | 131 | ||
132 | const { mapState, mapActions } = createNamespacedHelpers('order/priceChange'); | 132 | const { mapState, mapActions } = createNamespacedHelpers('order/priceChange'); |
133 | + | ||
133 | // orderCode = 1233499619151 | 134 | // orderCode = 1233499619151 |
134 | export default { | 135 | export default { |
135 | name: 'noEntryDetail', | 136 | name: 'noEntryDetail', |
@@ -162,6 +163,7 @@ export default { | @@ -162,6 +163,7 @@ export default { | ||
162 | chgPrice: '', | 163 | chgPrice: '', |
163 | calced: false, | 164 | calced: false, |
164 | earnestMoney: '¥0', | 165 | earnestMoney: '¥0', |
166 | + | ||
165 | // 保证金 | 167 | // 保证金 |
166 | earnestPrice: 0, | 168 | earnestPrice: 0, |
167 | isAgree: false, | 169 | isAgree: false, |
@@ -63,7 +63,7 @@ module.exports = { | @@ -63,7 +63,7 @@ module.exports = { | ||
63 | '/api/ufo/product/coupon': { | 63 | '/api/ufo/product/coupon': { |
64 | ufo: true, | 64 | ufo: true, |
65 | auth: true, | 65 | auth: true, |
66 | - path: '/ufo-gateway/couponCenter', // 测试环境'/ufo-gateway/couponCenter',线上'/couponCenter' | 66 | + path: '/couponCenter', // 测试环境'/ufo-gateway/couponCenter',线上'/couponCenter' |
67 | api: 'ufo.couponsInPrdDetail.list', | 67 | api: 'ufo.couponsInPrdDetail.list', |
68 | params: { | 68 | params: { |
69 | productId: {type: Number}, | 69 | productId: {type: Number}, |
@@ -77,7 +77,7 @@ module.exports = { | @@ -77,7 +77,7 @@ module.exports = { | ||
77 | '/api/ufo/product/couponTopList': { | 77 | '/api/ufo/product/couponTopList': { |
78 | ufo: true, | 78 | ufo: true, |
79 | auth: false, | 79 | auth: false, |
80 | - path: '/ufo-gateway/couponCenter', // 测试环境'/ufo-gateway/couponCenter',线上'/couponCenter' | 80 | + path: '/couponCenter', // 测试环境'/ufo-gateway/couponCenter',线上'/couponCenter' |
81 | api: 'ufo.couponTopListOfPrdDetail.list', | 81 | api: 'ufo.couponTopListOfPrdDetail.list', |
82 | params: { | 82 | params: { |
83 | productId: {type: Number}, | 83 | productId: {type: Number}, |
-
Please register or login to post a comment