Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-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
张文文
5 years ago
Commit
d0d7de00d6973668a216d2315b2eb3409b29881e
1 parent
1886fa54
商品详情优惠券接口fix reviwe by lea.guo
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
apps/pages/order/price-change/no-entry-detail.vue
config/product-api-map.js
apps/pages/order/price-change/no-entry-detail.vue
View file @
d0d7de0
...
...
@@ -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,
...
...
config/product-api-map.js
View file @
d0d7de0
...
...
@@ -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
},
...
...
Please
register
or
login
to post a comment