Commit 3b00beb3 by crushh

update: 修复

parent a75617c7
...@@ -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, pathArr: pathArr.length?pathArr:null,
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