diff --git a/src/views/project/projectDetail.vue b/src/views/project/projectDetail.vue
index 96d06775..b6eb1c26 100644
--- a/src/views/project/projectDetail.vue
+++ b/src/views/project/projectDetail.vue
@@ -206,9 +206,9 @@
-
+
-
+
@@ -216,7 +216,7 @@
出价
- {{price}}元
+ {{price}}元
@@ -224,7 +224,7 @@
-
+
diff --git a/src/views/sunVillage_info/list_signature_pdf.vue b/src/views/sunVillage_info/list_signature_pdf.vue
index a5c5718e..ca71f427 100644
--- a/src/views/sunVillage_info/list_signature_pdf.vue
+++ b/src/views/sunVillage_info/list_signature_pdf.vue
@@ -34,11 +34,22 @@
}
const id = this.$route.query.id;
const baseURL = process.env.VUE_APP_BASE_API;
+ this.$toast.loading({
+ message: "正在加载文件",
+ forbidClick: true,
+ duration: 20000,
+ });
previewContractFile(id).then(response => {
this.url = baseURL + response.msg;
let loadingTask = pdf.createLoadingTask(this.url)
+ this.$toast.loading({
+ message: "正在加载文件",
+ forbidClick: true,
+ duration: 20000,
+ });
loadingTask.promise.then(pdf => {
this.numPages = pdf.numPages
+ this.$toast.clear();
})
});
},
diff --git a/src/views/user/signature/signatureList.vue b/src/views/user/signature/signatureList.vue
index 4c51fadb..011a224e 100644
--- a/src/views/user/signature/signatureList.vue
+++ b/src/views/user/signature/signatureList.vue
@@ -388,6 +388,13 @@
align-items: center;
margin-top: 5PX;
justify-content: space-between;
+ p:first-child{
+ display: -webkit-box;
+ -webkit-box-orient: vertical;
+ -webkit-line-clamp: 1;
+ word-break: break-all;
+ overflow: hidden;
+ }
.icon_time{
width: 25px;
height: 25px;