|
|
@@ -1,7 +1,8 @@
|
|
|
<template>
|
|
|
<div class="design-container AI-Design-container">
|
|
|
<div class="header">
|
|
|
- <van-nav-bar title="一键诊断" left-arrow @click-left="returnPage" @click-right="toHome">
|
|
|
+ <van-nav-bar :title="wallType == 'outside' ? '外墙' : '内墙' + '一键诊断'" left-arrow @click-left="returnPage"
|
|
|
+ @click-right="toHome">
|
|
|
<template #right>
|
|
|
<van-icon name="wap-home-o" color="#333" size="26" />
|
|
|
</template>
|
|
|
@@ -75,7 +76,7 @@ import { Component, Vue } from "vue-property-decorator";
|
|
|
import { diagCreateDesign, diagGetEntity, diagGetReadState, diagUpdateReadState } from "@/api/indexAI";
|
|
|
import { ImagePreview } from 'vant';
|
|
|
import { Dialog } from 'vant';
|
|
|
-import { getWecomType , toLBHome } from '@/utils/index';
|
|
|
+import { getWecomType, toLBHome } from '@/utils/index';
|
|
|
declare let wx: any;
|
|
|
import axios from "axios";
|
|
|
|