Commit 9cb5f1ed by crushh

Merge branch 'bugfix/创建活动' into dev

parents 558bb050 0e678e36
......@@ -315,7 +315,7 @@ export default {
gamePlanName: that.activeInfoData.gamePlanName,
cardCoupId: that.activeInfoData.cardCoupId,
cardCoupName: that.activeInfoData.cardCoupName,
router: JSON.stringify(that.activeInfoData.router)
router: that.activeInfoData.router&&that.activeInfoData.router.length?JSON.stringify(that.activeInfoData.router):null
};
postRequest('/sharing-core-web/edit-activity-base-info', para)
.then(res => {
......
......@@ -654,7 +654,7 @@ export default {
let indexObj = {
firstGoal: that.firstGoal,
secondGoal: that.secondGoal,
pathArr: pathArr.length?pathArr:null,
pathArr: pathArr,
markingValue: that.markingValue,
activityMarketPageName: that.activityMarketPageName,
gameValue: that.gameValue,
......
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