Commit 8d07e6b2 by Zhang Xin

fix bug 2328 2327

parent 50d4ff53
......@@ -57,7 +57,7 @@ export default class QuestionContainer extends React.Component{
<Button text={"散落货品上报"} option={()=>changePages(CONFIG.showPage[51])} btnContainer={"bordere5e5e5 font32"} style={{'marginTop':UTILPATH.getRemByPx(40)}}/>
<Button text={"请求店铺保洁"} btnContainer={"bordere5e5e5 font32"} style={{'marginTop':UTILPATH.getRemByPx(20)}}/>
<Button text={"其它问题反馈"} btnContainer={"bordere5e5e5 font32"} style={{'marginTop':UTILPATH.getRemByPx(20)}}/>
<Button text={"没有问题"} option={()=>this.handleNoQuestion.bind(this)()} btnContainer={"bordere5e5e5"} style={{'marginTop':UTILPATH.getRemByPx(20)}}/>
<Button text={"没有问题"} option={()=>this.handleNoQuestion.bind(this)()} btnContainer={"bordere5e5e5 font32"} style={{'marginTop':UTILPATH.getRemByPx(20)}}/>
</div>
</div>
</RightContainer>
......
......@@ -105,6 +105,7 @@ const NumChangeWord = (currentTaskType,childTaskNum)=>{
taskName = arr[name - 1].children[child - 1]
}
}
break;
case 'PF' :
{
let name=5;
......
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