|
@@ -67,8 +67,7 @@
|
|
|
|
|
|
<view class="bg-white p15 mb15">
|
|
|
<uni-section class="block mb10" title="点位分布" type="line"></uni-section>
|
|
|
-
|
|
|
- <u-image width="100%" :src="siteList.pictureUrl"></u-image>
|
|
|
+ <u-image width="100%" :src="siteList.pictureUrl || exampleImage"></u-image>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="app-button-fixed">
|
|
@@ -86,6 +85,7 @@ import { ref, onMounted, reactive, computed, getCurrentInstance, toRefs, inject,
|
|
|
/*----------------------------------接口引入-----------------------------------*/
|
|
|
import { recordList, recordOption, siteDetails } from "@/api/business/zhaf/xunJian/plan.js";
|
|
|
/*----------------------------------组件引入-----------------------------------*/
|
|
|
+import exampleImage from "@/static/images/xunjian/exampleImage.png"
|
|
|
/*----------------------------------store引入-----------------------------------*/
|
|
|
import { useStores, commonStores, xunJianStores } from "@/store/modules/index";
|
|
|
/*----------------------------------公共方法引入-----------------------------------*/
|