Browse Source

产业报告 新手指引删除

bding 2 năm trước cách đây
mục cha
commit
a6fa8d666c

+ 1 - 1
activityPages/themeActivity/themeActivity.vue

@@ -93,7 +93,7 @@
               </view>
               <block v-if="item.SourceType == 1">
                 <block v-if="item.ActiveState == 1">
-                  <view :class="['bottom-box', item.ActivityTypeId == 1 && item.IsLimitPeople == 0 && 'expert-item', item.City && 'city']">
+                  <view :class="['bottom-box', item.ActivityTypeId == 1 && 'expert-item', item.City && 'city']">
                     <view class="city-img" v-if="item.City">
                       <image src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/location.png"></image>
                       {{ item.City }}

+ 1 - 1
pageMy/mySchedulepage/mySchedulepage.vue

@@ -46,7 +46,7 @@
             </view>
             <block v-if="item.SourceType == 1">
               <block v-if="item.ActiveState == 1">
-                <view :class="['bottom-box', item.ActivityTypeId == 1 && item.IsLimitPeople == 0 && 'expert-item', item.City && 'city']">
+                <view :class="['bottom-box', item.ActivityTypeId == 1 && 'expert-item', item.City && 'city']">
                   <view class="city-img" v-if="item.City">
                     <image src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/location.png"></image>
                     {{ item.City }}

+ 2 - 2
pages-search/components/activityBack.vue

@@ -46,7 +46,7 @@
               </view>
               <block v-if="item.SourceType == 1">
                 <block v-if="item.ActiveState == 1">
-                  <view :class="['bottom-box', item.ActivityTypeId == 1 && item.IsLimitPeople == 0 && 'expert-item', item.City && 'city']">
+                  <view :class="['bottom-box', item.ActivityTypeId == 1 && 'expert-item', item.City && 'city']">
                     <view class="city-img" v-if="item.City">
                       <image src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/location.png"></image>
                       {{ item.City }}
@@ -195,7 +195,7 @@ export default {
       selectShow: false,
     };
   },
-  mixins: [ myActivityMixin, mediaMixins, specialMixins],
+  mixins: [myActivityMixin, mediaMixins, specialMixins],
   components: {
     modalDialog,
     freeCharge,

+ 0 - 74
pages/reportForm/components/coverGuide.vue

@@ -1,74 +0,0 @@
-<template>
-  <u-mask :show="show">
-    <view class="warp">
-      <view class="top-bg">
-        <image style="width: 80rpx; height: 80rpx" src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/guide-1.png" mode=""></image>
-        <view class="guide-tow">
-          <image style="width: 181rpx; height: 239rpx" src="https://hzstatic.hzinsights.com/cygx/czbk/guide-2.png" mode=""></image>
-        </view>
-        <view class="content-text">
-          <text>新增产业关注功能</text>
-          <text>点击关注后可获取产业内容更新提醒</text>
-          <image @click="isShow" style="width: 237rpx; height: 104rpx" src="https://hzstatic.hzinsights.com/cygx/czbk/guide-3.png" mode=""></image>
-        </view>
-      </view>
-    </view>
-  </u-mask>
-</template>
-
-<script>
-export default {
-  props: {
-    isGuideShow: {
-      type: Boolean,
-      default: false,
-      required: true,
-    },
-  },
-  data() {
-    return {
-      show: true,
-    };
-  },
-  watch: {
-    isGuideShow: {
-      handler() {
-        this.show = this.isGuideShow;
-      },
-      immediate: true,
-    },
-  },
-  methods: {
-    isShow() {
-      this.$parent.isGuideShow = false;
-    },
-  },
-};
-</script>
-
-<style scoped lang="scss">
-.warp {
-  display: flex;
-  height: 100%;
-  .top-bg {
-    margin-top: 80%;
-    .guide-tow {
-      padding-left: 100rpx;
-      margin-top: -60rpx;
-    }
-  }
-  .content-text {
-    width: 750rpx;
-    font-size: 28rpx;
-    color: #fff;
-    text {
-      text-align: center;
-    }
-    image {
-      margin-top: 50rpx;
-      padding-left: 100%;
-      transform: translateX(-50%);
-    }
-  }
-}
-</style>

+ 0 - 9
pages/reportForm/reportForm.vue

@@ -128,7 +128,6 @@
         <u-loadmore :status="status" icon-type="flower" :load-text="loadText" margin-top="20" v-if="totalPage > 1" />
       </view>
     </view>
-    <coverGuide :isGuideShow="isGuideShow" />
     <u-modal
       v-model="goFollowShow"
       :content-style="{ fontSize: '32rpx' }"
@@ -154,7 +153,6 @@
 
 <script>
 import strategy from "./components/strategy.vue";
-import coverGuide from "./components/coverGuide.vue";
 import { Throttle, Debounce } from "@/config/util.js";
 import freeCharge from "@/components/freeCharge";
 import suspenButton from "@/components/suspen_button.vue";
@@ -165,7 +163,6 @@ let app = getApp();
 export default {
   components: {
     strategy,
-    coverGuide,
     freeCharge,
     suspenButton,
     videoModule,
@@ -202,7 +199,6 @@ export default {
       matchTypeName: "",
       deepCoverFocus: [], //深度覆盖 //推荐关注
       isScrollShow: false,
-      isGuideShow: false,
       goFollowShow: false,
       accounts: "",
       confirmText: "知道了",
@@ -417,10 +413,6 @@ export default {
     },
     /* 页面加载 */
     loadList(option) {
-      if (!this.$db.get("guideSole")) {
-        //新手指引
-        this.isGuideShow = true;
-      }
       app.globalData.isSx = true;
       this.tabAct_id = option.tab || "";
       if (option.tabs !== "" && option.tabs) {
@@ -431,7 +423,6 @@ export default {
         this.strategyIndex = 5;
       }
       this.getClassify();
-      this.$db.set("guideSole", 1); //新手指引
     },
     goSecretDetail(type) {
       uni.navigateTo({