LuChongMei преди 2 години
родител
ревизия
1309d549e0

+ 3 - 3
src/styles/style.css

@@ -58,7 +58,7 @@
 
 /* 下拉箭头 */
 
-.formArea .van-badge__wrapper {
+.formArea .van-icon-arrow-down {
     color: #999999!important;
 }
 
@@ -125,7 +125,7 @@
     text-align: center;
     display: table-cell;
     vertical-align: middle;
-    width: 30%;
+    width: 120px;
     font-size: 12px;
     border-right: 1px solid #eee;
 }
@@ -136,7 +136,7 @@
 }
 
 .van-cell__label {
-    font-size: 10px !important;
+    font-size: 12px !important;
     font-weight: 400;
 }
 

+ 0 - 1
src/views/activityMan/differentbelievers/ReligiousPeopleReportList.vue

@@ -39,7 +39,6 @@
           <van-swipe-cell
             v-for="item in list"
             :key="item"
-            :before-close="beforeClose"
           >
             <div class="list_item" @click="goInfo(item.id)">
               <div class="item-left">

+ 1 - 2
src/views/activityMan/placeactivity/placeActivityView.vue

@@ -289,8 +289,7 @@ export default {
     const subjectContentEditor = ref(null);
     // 获取当前登录用户
     const user = new placeActivityServer().queryListLonginId().then((data) => {
-      let id = data + "";
-      new tools().queryById(id).then((res) => {
+      new tools().queryById(data.id).then((res) => {
         placeActivity.value.reporter = res;
       });
     });

+ 0 - 22
src/views/activityMan/selfMeetingReport/selfMeetingList.vue

@@ -290,26 +290,4 @@ export default {
 </script >
 
 <style scope>
-.main {
-  background: #fff;
-  position: relative;
-  top: 40px;
-}
-.van-list {
-  height: 80%;
-  margin-top: 5px;
-}
-.list_item {
-  display: flex;
-  background: #fff;
-}
-.item-left {
-  text-align: center;
-  width: 30%;
-  font-size: 12px;
-  border-right: 1px solid #eee;
-}
-.button {
-  height: 100%;
-}
 </style>

+ 1 - 1
src/views/tab_a/tabAll.vue

@@ -96,7 +96,7 @@ import toBeDone from '@/api/toBeDone/toBeDone';
 
 		created(){
 			let id=this.$route.query.id;
-			window.xm.setNavigationBarTitle({ title: '智慧“和顺”'})
+			// window.xm.setNavigationBarTitle({ title: '智慧“和顺”'})
 			this.TokenLogin2();
 			//this.dataNumber();
 		},