bding 1 year ago
parent
commit
4696cd7a1f

+ 2 - 2
pages.json

@@ -245,14 +245,14 @@
         {
           "path": "selectedBulletin/selectedBulletin",
           "style": {
-            "navigationBarTitleText": "精选看板",
+            "navigationBarTitleText": "专题看板",
             "enablePullDownRefresh": false
           }
         },
         {
           "path": "bulletinMessage/bulletinMessage",
           "style": {
-            "navigationBarTitleText": "精选看板",
+            "navigationBarTitleText": "专题看板",
             "enablePullDownRefresh": false
           }
         },

+ 6 - 2
pages/reportForm/components/strategy.vue

@@ -9,9 +9,13 @@
             >{{ item.Title }}
             <text class="reg-text" v-if="item.IsRed"></text>
           </text>
-          <text v-if="isText" :class="threeFour ? 'text-threeFour' : 'text_one'">
+          <view style="margin-top: 10rpx" v-if="matchTypeName == '每日复盘'" :class="threeFour ? 'text-threeFour' : 'text_one'">
+            <!-- <mp-html :content="'摘要:' + item.Abstract" /> -->
+            摘要:{{ item.Abstract }}
+          </view>
+          <!-- <text v-else-if="isText" :class="threeFour ? 'text-threeFour' : 'text_one'">
             {{ item.Abstract }}
-          </text>
+          </text> -->
           <text class="text_twoLine desc">{{ item.PublishDate }}</text>
         </view>
         <u-icon name="arrow-right" color="#BDBDBD" size="34"></u-icon>

+ 4 - 4
pages/reportForm/reportForm.vue

@@ -21,7 +21,7 @@
     <!-- 内容 -->
     <view class="strategy" v-if="strategyIndex >= 4">
       <view class="banne-content" v-if="strategyIndex == 4">
-        <swiper autoplay :interval="4000" circular indicator-dots>
+        <swiper autoplay :interval="4000" circular>
           <view v-for="(bannerItem, index) in bannerDataList" :key="index" @click.native="bannerSwiperHandler(bannerItem)">
             <swiper-item>
               <image :src="bannerItem.IndexImg"></image>
@@ -759,11 +759,11 @@ export default {
     font-size: 24rpx;
   }
   .banne-content {
-    height: 110rpx;
+    // height: 110rpx;
     width: 100%;
-    padding: 0 30rpx;
+    padding: 20rpx 30rpx 0;
     overflow: hidden;
-    margin: 20rpx auto;
+    margin: 0 auto 20rpx;
     border-radius: 8rpx;
     display: flex;
     justify-content: space-between;

+ 1 - 1
reportPages/bulletinMessage/bulletinMessage.vue

@@ -26,7 +26,7 @@ export default {
   },
   computed: {
     titlePlaceholder() {
-      return "提交您的看板需求";
+      return "请描述您的专题需求";
     },
   },
   methods: {

+ 4 - 4
reportPages/selectedBulletin/selectedBulletin.vue

@@ -3,7 +3,7 @@
     <web-view :src="linkurl" v-if="linkurl">
       <cover-view class="search-view">
         <cover-view class="search-view-box" @click="lookBulletinMessage">
-          <cover-view>点此提交您的看板需求</cover-view>
+          <cover-view>点此提交您的专题需求</cover-view>
         </cover-view>
       </cover-view>
     </web-view>
@@ -52,10 +52,10 @@ export default {
   .search-view {
     position: fixed;
     width: 100%;
-    height: 60rpx;
+    height: 126rpx;
     background: #fff;
     z-index: 99999;
-    font-size: 24rpx;
+    font-size: 32rpx;
     box-sizing: border-box;
     .search-view-box {
       display: flex;
@@ -63,7 +63,7 @@ export default {
       justify-content: center;
       background: #3385ff;
       color: #fff;
-      height: 60rpx;
+      height: 126rpx;
       z-index: 99999;
     }
     .search-icon {