Commit 0e678e36 by crushh

update: dist

parent 3b00beb3
...@@ -315,7 +315,7 @@ export default { ...@@ -315,7 +315,7 @@ export default {
gamePlanName: that.activeInfoData.gamePlanName, gamePlanName: that.activeInfoData.gamePlanName,
cardCoupId: that.activeInfoData.cardCoupId, cardCoupId: that.activeInfoData.cardCoupId,
cardCoupName: that.activeInfoData.cardCoupName, 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) postRequest('/sharing-core-web/edit-activity-base-info', para)
.then(res => { .then(res => {
......
...@@ -654,7 +654,7 @@ export default { ...@@ -654,7 +654,7 @@ export default {
let indexObj = { let indexObj = {
firstGoal: that.firstGoal, firstGoal: that.firstGoal,
secondGoal: that.secondGoal, secondGoal: that.secondGoal,
pathArr: pathArr.length?pathArr:null, pathArr: pathArr,
markingValue: that.markingValue, markingValue: that.markingValue,
activityMarketPageName: that.activityMarketPageName, activityMarketPageName: that.activityMarketPageName,
gameValue: that.gameValue, 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