Commit eeeb5c65 by 黑潮

fix: 修复报错

parent 7c444e32
......@@ -42,6 +42,6 @@
<script src="//web-1251519181.file.myqcloud.com/components/card.2.0.20.js"></script><!-- 卡券弹窗 -->
<script src="//web-1251519181.file.myqcloud.com/components/radio-transfer.1.0.13.js"></script><!-- 单选穿梭框 -->
<script src="//web-1251519181.file.myqcloud.com/components/steps.1.0.1.js"></script>
<script src="//web-1251519181.file.myqcloud.com/components/material.1.0.1.js"></script>
<script src="//web-1251519181.file.myqcloud.com/components/material.1.0.2.js"></script>
</body>
</html>
......@@ -409,7 +409,7 @@ export default {
this.form.storedLowest = cost.lowest_cost;
this.form.storedMax = cost.max_cost;
}
if (this.xsxsFlag && result.analyseJson) {
if (this.xsxsFlag && result && result.analyseJson) {
this.analyseConfig = JSON.parse(result.analyseJson);
}
}
......
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