Explorar el Código

Merge branch 'gyj' of SH-Arbitrate/miniapp into dev

gaogaoyujie hace 2 años
padre
commit
0a342627c3
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      pages/handlecase/component/newlyAddedCase.vue

+ 2
- 2
pages/handlecase/component/newlyAddedCase.vue Ver fichero

@@ -28,13 +28,13 @@
28 28
 				</uni-forms-item>
29 29
 				<uni-forms-item label="证据:"  label-width="120px" v-if="ids">
30 30
 					<view class="" v-for="item in formData.caseAttachList">
31
-						<uni-link v-if="item.annexType==2" :href="item.annexPath" color="#007BFF"
31
+						<uni-link v-if="item.annexType==2" :href="baseUrl+item.annexPath" color="#007BFF"
32 32
 							:text="item.annexName"></uni-link>
33 33
 					</view>
34 34
 				</uni-forms-item>
35 35
 				<uni-forms-item label="调解申请书:"  label-width="120px"  v-if="ids">
36 36
 					<view class="" v-for="item in formData.caseAttachList">
37
-						<uni-link v-if="item.annexType==3" :href="item.annexPath" color="#007BFF"
37
+						<uni-link v-if="item.annexType==3" :href="baseUrl+item.annexPath" color="#007BFF"
38 38
 							:text="item.annexName"></uni-link>
39 39
 					</view>
40 40
 				</uni-forms-item>