Przeglądaj źródła

证据和调解申请书跳转

gyj 2 lat temu
rodzic
commit
9200cdf3fd
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2
    2
      pages/handlecase/component/newlyAddedCase.vue

+ 2
- 2
pages/handlecase/component/newlyAddedCase.vue Wyświetl plik

@@ -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>