Authored by 张文文

商品详情优惠券接口fix reviwe by lea.guo

... ... @@ -130,6 +130,7 @@ import Modal from './components/modal';
import OrderCheck from '../components/confirm/agree';
const { mapState, mapActions } = createNamespacedHelpers('order/priceChange');
// orderCode = 1233499619151
export default {
name: 'noEntryDetail',
... ... @@ -162,6 +163,7 @@ export default {
chgPrice: '',
calced: false,
earnestMoney: '¥0',
// 保证金
earnestPrice: 0,
isAgree: false,
... ...
... ... @@ -63,7 +63,7 @@ module.exports = {
'/api/ufo/product/coupon': {
ufo: true,
auth: true,
path: '/ufo-gateway/couponCenter', // 测试环境'/ufo-gateway/couponCenter',线上'/couponCenter'
path: '/couponCenter', // 测试环境'/ufo-gateway/couponCenter',线上'/couponCenter'
api: 'ufo.couponsInPrdDetail.list',
params: {
productId: {type: Number},
... ... @@ -77,7 +77,7 @@ module.exports = {
'/api/ufo/product/couponTopList': {
ufo: true,
auth: false,
path: '/ufo-gateway/couponCenter', // 测试环境'/ufo-gateway/couponCenter',线上'/couponCenter'
path: '/couponCenter', // 测试环境'/ufo-gateway/couponCenter',线上'/couponCenter'
api: 'ufo.couponTopListOfPrdDetail.list',
params: {
productId: {type: Number},
... ...