bding il y a 1 an
Parent
commit
90b2198d3e
53 fichiers modifiés avec 57 ajouts et 9 suppressions
  1. 1 0
      activityPages/activityDetail/activityDetail.vue
  2. 1 0
      activityPages/editOutbound/editOutbound.vue
  3. 1 0
      activityPages/endActivity/endActivity.vue
  4. 1 0
      activityPages/generationAsk/generationAsk.vue
  5. 1 0
      activityPages/playBack/playBack.vue
  6. 1 0
      activityPages/specialDetail/specialDetail.vue
  7. 1 0
      activityPages/specialResearchPage/specialResearchPage.vue
  8. 1 0
      activityPages/themeActivity/themeActivity.vue
  9. 2 2
      components/loadingAll/loadingAll.vue
  10. 1 1
      config/modules/Home.js
  11. 2 2
      config/modules/Reports.js
  12. 3 3
      config/modules/Research.js
  13. 1 1
      config/modules/User.js
  14. 1 0
      pageMy/advice/advice.vue
  15. 1 0
      pageMy/applyInterview/applyInterview.vue
  16. 1 0
      pageMy/browseHistory/browseHistory.vue
  17. 1 0
      pageMy/login/login.vue
  18. 1 0
      pageMy/myCollection/myCollection.vue
  19. 1 0
      pageMy/myLeavingMessage/myLeavingMessage.vue
  20. 1 0
      pageMy/myPage/myPage.vue
  21. 1 0
      pageMy/mySchedulepage/mySchedulepage.vue
  22. 1 0
      pageMy/reportDetail/reportDetail.vue
  23. 1 0
      pageMy/reportPage/reportPage.vue
  24. 1 0
      pages-message/activityTemplate/activityTemplate.vue
  25. 1 0
      pages-message/applyFor/applyFor.vue
  26. 1 0
      pages-message/templateMsg/templateMsg.vue
  27. 1 0
      pages-purchaser/ProductQuotation/ProductQuotation.vue
  28. 1 0
      pages-purchaser/newResources/newResources.vue
  29. 1 0
      pages-purchaser/productIntroduction/productIntroduction.vue
  30. 1 0
      pages-purchaser/researchAuthor/researchAuthor.vue
  31. 1 0
      pages-purchaser/researchTheme/researchTheme.vue
  32. 1 0
      pages-search/indedxSearch/indedxSearch.vue
  33. 1 0
      pages-signIn/isSignIn/isSignIn.vue
  34. 1 0
      pages/activity/activity.vue
  35. 1 0
      pages/material/material.vue
  36. 1 0
      pages/purchaser/purchaser.vue
  37. 1 0
      pages/reportForm/reportForm.vue
  38. 1 0
      reportPages/IndustryReport/IndustryReport.vue
  39. 1 0
      reportPages/authorPages/authorPages.vue
  40. 1 0
      reportPages/companyTabulation/companyTabulation.vue
  41. 1 0
      reportPages/hotList/hotList.vue
  42. 1 0
      reportPages/industrialReport/industrialReport.vue
  43. 1 0
      reportPages/internalDetials/internalDetials.vue
  44. 1 0
      reportPages/internalTesting/internalTesting.vue
  45. 1 0
      reportPages/keyCompany/keyCompany.vue
  46. 1 0
      reportPages/morningAll/morningAll.vue
  47. 1 0
      reportPages/morningDetails/morningDetails.vue
  48. 1 0
      reportPages/myAskPage/myAskPage.vue
  49. 1 0
      reportPages/recentPages/recentPages.vue
  50. 1 0
      reportPages/reportSecretDetail/reportSecretDetail.vue
  51. 1 0
      reportPages/researchTheme/researchTheme.vue
  52. 1 0
      reportPages/roadEssence/roadEssence.vue
  53. 1 0
      reportPages/secretDetails/secretDetails.vue

+ 1 - 0
activityPages/activityDetail/activityDetail.vue

@@ -325,6 +325,7 @@
       <ShowResearchDlg :isResearchModalShow.sync="isResearchModalShow" :jurisdictionList="jurisdictionList" :checkResearchList.sync="checkResearchList" />
     </view>
     <not-have-login v-else />
+    <Loading />
   </block>
 </template>
 

+ 1 - 0
activityPages/editOutbound/editOutbound.vue

@@ -65,6 +65,7 @@
       </view>
     </u-modal>
     <freeCharge class="free-charge" :isShowFreeBtn="isShowFree" />
+    <Loading />
   </view>
 </template>
 

+ 1 - 0
activityPages/endActivity/endActivity.vue

@@ -38,6 +38,7 @@
       <image src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/act_search.png" mode="" class="nodata_ico"></image>
       <text>暂时没有符合条件的活动</text>
     </view>
+    <Loading />
   </view>
 </template>
 

+ 1 - 0
activityPages/generationAsk/generationAsk.vue

@@ -6,6 +6,7 @@
     </view>
     <view class="btn-cont" @click="submitHandle"> 提交 </view>
     <freeCharge class="free-charge" :isShowFreeBtn="isShowFree" />
+    <Loading />
   </view>
 </template>
 

+ 1 - 0
activityPages/playBack/playBack.vue

@@ -97,6 +97,7 @@
       />
     </view>
     <not-have-login v-else />
+    <Loading />
   </block>
 </template>
 

+ 1 - 0
activityPages/specialDetail/specialDetail.vue

@@ -105,6 +105,7 @@
       </u-modal>
     </view>
     <not-have-login v-else />
+    <Loading />
   </block>
 </template>
 

+ 1 - 0
activityPages/specialResearchPage/specialResearchPage.vue

@@ -89,6 +89,7 @@
       </u-modal>
     </view>
     <not-have-login v-else />
+    <Loading />
   </block>
 </template>
 

+ 1 - 0
activityPages/themeActivity/themeActivity.vue

@@ -187,6 +187,7 @@
     </view>
     <not-have-login v-else />
     <ShowResearchDlg :isResearchModalShow.sync="isResearchModalShow" :jurisdictionList="jurisdictionList" :checkResearchList.sync="checkResearchList" />
+    <Loading />
   </block>
 </template>
 

+ 2 - 2
components/loadingAll/loadingAll.vue

@@ -33,8 +33,8 @@ export default {
   justify-content: center;
   align-items: center;
   image {
-	width: 415rpx;
-	height: 609rpx;
+	width: 270rpx;
+	height: 282rpx;
   }
 }
 </style>

+ 1 - 1
config/modules/Home.js

@@ -22,7 +22,7 @@ export const Home = {
   },
   /* 微路演列表 */
   microRoadshowList: (params) => {
-    return getHttp("/micro_roadshow/list", params, 0);
+    return getHttp("/micro_roadshow/list", params);
   },
   /* 新增视频播放记录 */
   microAideoHistoryAdd: (params) => {

+ 2 - 2
config/modules/Reports.js

@@ -16,7 +16,7 @@ export const Reports = {
   },
   /* 获取产业报告分类列表接口*/
   getTradeList: (params) => {
-    return getHttp("/report/home/tradeList", params, 0);
+    return getHttp("/report/home/tradeList", params);
   },
   /* 报告搜索接口*/
   getReportSearchReport: (params) => {
@@ -25,7 +25,7 @@ export const Reports = {
 
   /* 获取产业报告分类列表接口*/
   getIndustryList: (params) => {
-    return getHttp("/report/home/industryList", params, 0);
+    return getHttp("/report/home/industryList", params);
   },
   /* 获取产业文章列表接口*/
   getIndustryAndArticle: (params) => {

+ 3 - 3
config/modules/Research.js

@@ -16,7 +16,7 @@ export const Research = {
   },
   /* KOL榜列表接口 */
   researchKolList: (params) => {
-    return getHttp("/research/kolList", params, 0);
+    return getHttp("/research/kolList", params);
   },
   /* 研选作者详情接口 */
   departmentIdDetail: (params) => {
@@ -36,11 +36,11 @@ export const Research = {
   },
   /* 研选最新报告列表 */
   researchArticleNewList: (params) => {
-    return getHttp("/research/article/newList", params, 0);
+    return getHttp("/research/article/newList", params);
   },
   /* KOL榜列表 */
   researchKolList: (params) => {
-    return getHttp("/research/kolList", params, 0);
+    return getHttp("/research/kolList", params);
   },
 
   /* 买方研选产品介绍 */

+ 1 - 1
config/modules/User.js

@@ -80,7 +80,7 @@ export const User = {
   },
   // 埋点
   getUserTracking: (params) => {
-    return getHttp("/user/tracking", params);
+    return getHttp("/user/tracking", params,0);
   },
   //用户搜索记录统计-微路演
   userSearchKeyWordLog: (params) => {

+ 1 - 0
pageMy/advice/advice.vue

@@ -18,6 +18,7 @@
     </view>
     <view class="btn-cont" @click="submitHandle"> 提交 </view>
     <freeCharge class="free-charge" :isShowFreeBtn="isShowFree" />
+    <Loading />
   </view>
 </template>
 

+ 1 - 0
pageMy/applyInterview/applyInterview.vue

@@ -19,6 +19,7 @@
       <text>暂时没有访谈申请的内容</text>
     </view>
     <freeCharge class="free-charge" :isShowFreeBtn="isShowFree" />
+    <Loading />
   </view>
 </template>
 

+ 1 - 0
pageMy/browseHistory/browseHistory.vue

@@ -38,6 +38,7 @@
       <text>暂时没有浏览历史</text>
     </view>
     <freeCharge class="free-charge" :isShowFreeBtn="isShowFree" />
+    <Loading />
   </view>
 </template>
 

+ 1 - 0
pageMy/login/login.vue

@@ -50,6 +50,7 @@
         <view class="box box-bottom" style="color: #a9afb8" @click="cancel">取消</view>
       </u-popup>
     </view>
+    <Loading />
   </view>
 </template>
 

+ 1 - 0
pageMy/myCollection/myCollection.vue

@@ -58,6 +58,7 @@
       <text>暂时没有收藏的内容</text>
     </view>
     <freeCharge class="free-charge" :isShowFreeBtn="isShowFree" />
+    <Loading />
   </view>
 </template>
 

+ 1 - 0
pageMy/myLeavingMessage/myLeavingMessage.vue

@@ -19,6 +19,7 @@
       <image src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/act_search.png" mode="" class="nodata_ico"></image>
       <text>暂时没有留言的内容</text>
     </view>
+    <Loading />
   </view>
 </template>
 

+ 1 - 0
pageMy/myPage/myPage.vue

@@ -84,6 +84,7 @@
     </view>
 
     <freeCharge class="free-charge" :isShowFreeBtn="isShowFree" />
+    <Loading />
   </view>
 </template>
 

+ 1 - 0
pageMy/mySchedulepage/mySchedulepage.vue

@@ -129,6 +129,7 @@
     </view>
     <videoModule :showVideoPop.sync="showVideoPop" :videoPopList="videoPopList" />
     <ShowResearchDlg :isResearchModalShow.sync="isResearchModalShow" :jurisdictionList="jurisdictionList" :checkResearchList.sync="checkResearchList" />
+    <Loading />
   </view>
 </template>
 

+ 1 - 0
pageMy/reportDetail/reportDetail.vue

@@ -63,6 +63,7 @@
       </view>
     </view>
     <not-have-login v-else />
+    <Loading />
   </block>
 </template>
 

+ 1 - 0
pageMy/reportPage/reportPage.vue

@@ -89,6 +89,7 @@
       </view>
     </view>
     <not-have-login v-else />
+    <Loading />
   </block>
 </template>
 

+ 1 - 0
pages-message/activityTemplate/activityTemplate.vue

@@ -17,6 +17,7 @@
       <image src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/act_search.png" mode="" class="nodata_ico"></image>
       <text>无名下客户报名本场活动</text>
     </view>
+    <Loading />
   </view>
 </template>
 

+ 1 - 0
pages-message/applyFor/applyFor.vue

@@ -22,6 +22,7 @@
       </view>
       <image class="card-box" :src="detaList.BusinessCardUrl" @click="lookImage"></image>
     </blcok>
+    <Loading />
   </view>
 </template>
 

+ 1 - 0
pages-message/templateMsg/templateMsg.vue

@@ -6,6 +6,7 @@
     <view class="ButtonText" @click="routerHandler">
       {{ textData.ButtonText }}
     </view>
+    <Loading />
   </view>
 </template>
 

+ 1 - 0
pages-purchaser/ProductQuotation/ProductQuotation.vue

@@ -8,6 +8,7 @@
       :src="item.Img"
       :lazy-load="true"
     ></image>
+    <Loading />
   </view>
 </template>
 

+ 1 - 0
pages-purchaser/newResources/newResources.vue

@@ -8,6 +8,7 @@
     </view>
     <image class="img-bg" :src="imgList.HbImg"> </image>
     <image @click="goPage" class="img-btn" :style="{ width: '368rpx', bottom: '15%' }" :src="imgList.ButtonImg"> </image>
+    <Loading />
   </view>
 </template>
 

+ 1 - 0
pages-purchaser/productIntroduction/productIntroduction.vue

@@ -3,6 +3,7 @@
     <scroll-view scroll-y>
       <image v-for="(item, index) in imgList" :style="{ height: item.Height + 'rpx' }" :key="index" :src="item.Img" :lazy-load="true"></image>
     </scroll-view>
+    <Loading />
   </view>
 </template>
 

+ 1 - 0
pages-purchaser/researchAuthor/researchAuthor.vue

@@ -36,6 +36,7 @@
         <rich-text :nodes="accounts"></rich-text>
       </view>
     </u-modal>
+    <Loading />
   </view>
 </template>
 

+ 1 - 0
pages-purchaser/researchTheme/researchTheme.vue

@@ -38,6 +38,7 @@
         <rich-text :nodes="accounts"></rich-text>
       </view>
     </u-modal>
+    <Loading />
   </view>
 </template>
 

+ 1 - 0
pages-search/indedxSearch/indedxSearch.vue

@@ -137,6 +137,7 @@
       </view>
     </view>
     <not-have-login v-else />
+    <Loading />
   </block>
 </template>
 

+ 1 - 0
pages-signIn/isSignIn/isSignIn.vue

@@ -4,6 +4,7 @@
       <upload-contact v-if="!isBindMobile" :codeId="codeId" :itemDetail="dataDetail" @getDetail="getDetail" />
       <signInItem :itemDetail="dataDetail" v-else />
     </view>
+    <Loading />
   </view>
 </template>
 

+ 1 - 0
pages/activity/activity.vue

@@ -108,6 +108,7 @@
       <freeCharge class="free-charge" :isShowFreeBtn="isShowFree" />
     </block>
     <not-have-login v-else />
+    <Loading />
   </view>
 </template>
 

+ 1 - 0
pages/material/material.vue

@@ -99,6 +99,7 @@
       </block>
     </view>
     <freeCharge class="free-charge" :isShowFreeBtn="isShowFree" />
+    <Loading />
   </view>
 </template>
 

+ 1 - 0
pages/purchaser/purchaser.vue

@@ -176,6 +176,7 @@
         <rich-text :nodes="accounts"></rich-text>
       </view>
     </u-modal>
+    <Loading />
   </view>
 </template>
 

+ 1 - 0
pages/reportForm/reportForm.vue

@@ -185,6 +185,7 @@
       :jurisdictionList="jurisdictionList"
       :hasPermission="hasPermission"
     />
+    <Loading />
   </view>
 </template>
 

+ 1 - 0
reportPages/IndustryReport/IndustryReport.vue

@@ -70,6 +70,7 @@
       :jurisdictionList="jurisdictionList"
       :hasPermission="hasPermission"
     />
+    <Loading />
   </view>
 </template>
 

+ 1 - 0
reportPages/authorPages/authorPages.vue

@@ -65,6 +65,7 @@
         <rich-text :nodes="accounts"></rich-text>
       </view>
     </u-modal>
+    <Loading />
   </view>
 </template>
 

+ 1 - 0
reportPages/companyTabulation/companyTabulation.vue

@@ -23,6 +23,7 @@
       <text>暂时没有报告的内容</text>
     </view>
     <freeCharge class="free-charge" :isShowFreeBtn="isShowFree" />
+    <Loading />
   </view>
 </template>
 

+ 1 - 0
reportPages/hotList/hotList.vue

@@ -99,6 +99,7 @@
       :jurisdictionList="jurisdictionList"
       :hasPermission="hasPermission"
     />
+    <Loading />
   </view>
 </template>
 

+ 1 - 0
reportPages/industrialReport/industrialReport.vue

@@ -26,6 +26,7 @@
       <text>暂时没有报告的内容</text>
     </view>
     <freeCharge class="free-charge" :isShowFreeBtn="isShowFree" />
+    <Loading />
   </view>
 </template>
 

+ 1 - 0
reportPages/internalDetials/internalDetials.vue

@@ -25,6 +25,7 @@
         <view class="btn-cont month-back" @click="backIndex"> 返回</view>
       </block>
     </view>
+    <Loading />
   </block>
   <not-have-login v-else />
 </template>

+ 1 - 0
reportPages/internalTesting/internalTesting.vue

@@ -5,6 +5,7 @@
       <view class="li-tiem">{{ item.PublishTime }}</view>
     </view>
     <u-loadmore :status="status" icon-type="flower" :load-text="loadText" margin-top="20" v-if="page_no > 1" />
+    <Loading />
   </view>
 </template>
 

+ 1 - 0
reportPages/keyCompany/keyCompany.vue

@@ -96,6 +96,7 @@
       </view>
     </block>
     <not-have-login v-else />
+    <Loading />
   </block>
 </template>
 

+ 1 - 0
reportPages/morningAll/morningAll.vue

@@ -8,6 +8,7 @@
       </view>
     </view>
     <u-loadmore :status="status" icon-type="flower" :load-text="loadText" margin-top="20" v-if="page_no > 1" />
+    <Loading />
   </view>
 </template>
 

+ 1 - 0
reportPages/morningDetails/morningDetails.vue

@@ -31,6 +31,7 @@
         <view class="btn-cont month-back" @click="backIndex"> 返回</view>
       </block>
     </view>
+    <Loading />
   </view>
   <not-have-login v-else />
 </template>

+ 1 - 0
reportPages/myAskPage/myAskPage.vue

@@ -20,6 +20,7 @@
       <text>暂时没有提问的内容</text>
     </view>
     <freeCharge class="free-charge" :isShowFreeBtn="isShowFree" />
+    <Loading />
   </view>
 </template>
 

+ 1 - 0
reportPages/recentPages/recentPages.vue

@@ -33,6 +33,7 @@
         <rich-text :nodes="accounts"></rich-text>
       </view>
     </u-modal>
+    <Loading />
   </view>
 </template>
 

+ 1 - 0
reportPages/reportSecretDetail/reportSecretDetail.vue

@@ -124,6 +124,7 @@
       </view>
     </view>
     <not-have-login v-else />
+    <Loading />
   </block>
 </template>
 

+ 1 - 0
reportPages/researchTheme/researchTheme.vue

@@ -60,6 +60,7 @@
         <rich-text :nodes="accounts"></rich-text>
       </view>
     </u-modal>
+    <Loading />
   </view>
 </template>
 

+ 1 - 0
reportPages/roadEssence/roadEssence.vue

@@ -116,6 +116,7 @@
       </view>
     </view>
     <not-have-login v-else />
+    <Loading />
   </block>
 </template>
 

+ 1 - 0
reportPages/secretDetails/secretDetails.vue

@@ -29,6 +29,7 @@
       <text>暂时没有报告的内容</text>
     </view>
     <freeCharge class="free-charge" :isShowFreeBtn="isShowFree" />
+    <Loading />
   </view>
 </template>