bding il y a 1 an
Parent
commit
c597bc9331

+ 0 - 7
activityPages/activityDetail/activityDetail.vue

@@ -476,7 +476,6 @@ export default {
                   success: (modalSuccess) => {
                     wx.openSetting({
                       success(settingdata) {
-                        console.log("settingdata", settingdata);
                         if (settingdata.authSetting["scope.writePhotosAlbum"]) {
                           wx.showModal({
                             title: "提示",
@@ -492,10 +491,8 @@ export default {
                         }
                       },
                       fail(failData) {
-                        console.log("failData", failData);
                       },
                       complete(finishData) {
-                        console.log("finishData", finishData);
                       },
                     });
                   },
@@ -554,14 +551,10 @@ export default {
     // 跳转新的小程序
     networkBtn() {
       if (this.detailData.OnlineParticipation.includes("http")) {
-        console.log(1);
-
         uni.navigateTo({
           url: "/activityPages/networkAttend/networkAttend?url=" + this.detailData.OnlineParticipation,
         });
       } else {
-        console.log(2);
-
         uni.navigateToMiniProgram({
           appId: "wxade30ff0c4ee757d",
           path: this.detailData.OnlineParticipation,

+ 0 - 1
activityPages/themeActivity/themeActivity.vue

@@ -315,7 +315,6 @@ export default {
 
     // 进入页面的初始化
     loadInit(option) {
-      console.log(option);
       this.label = option.title;
       this.type = option.type;
       this.chartPermissionIds = option.permissionIds || "";

+ 0 - 1
components/activity/indexActivity.js

@@ -69,7 +69,6 @@ export default {
     signupIsAddOfCancel(item, type, valName = "") {
       let id = this.activityIdAdd || item.ActivityId;
       this.itemData = item;
-      console.log(this.itemData, item.IsSignup);
       if (item && item.IsSignup == 1) {
         if (item.IsResearchPoints) {
           if (isTimeGreaterThanCurrent(item.CancelDeadline)) {

+ 0 - 1
components/audioModule/index.vue

@@ -269,7 +269,6 @@ export default {
 
     // 播放了记录
     backAudioPlay() {
-      console.log(this.$store.state.audioBg);
       let recordList = this.$store.state.audioBg.recordList;
       if ((this.$store.state.audioBg.activityId || this.$store.state.audioBg.indexId) && this.palyTime >= 0) {
         activity.backAudioPlay({

+ 6 - 3
components/modalDialog.vue

@@ -5,7 +5,7 @@
       :content-style="{ fontSize: '32rpx' }"
       @confirm="confirmModal"
       :confirm-text="confirmText"
-      :cancel-text="editIsShowDlg ? '前去修改' : '不加入'"
+      :cancel-text="editIsShowDlg ? '前去修改' : signupType == 'summaryIsHandel' ? '取消' : '不加入'"
       :show-cancel-button="show_cancel_button"
       @cancel="cancelModal"
       :show-title="false"
@@ -191,7 +191,9 @@ export default {
         : this.goFollowShow
         ? "去关注"
         : this.show
-        ? "加入"
+        ? this.signupType == "summaryIsHandel"
+          ? "知道了"
+          : "加入"
         : "";
       return text;
     },
@@ -386,6 +388,7 @@ export default {
     //正常的
     contentBtn() {
       this.$emit("cancelShowBtn", this.idTypeCancel, this.signupType, this.idTypeCancel.isNum);
+      if (this.signupType == "summaryIsHandel") return;
       this.addCalendarHandler();
     },
     //去关注
@@ -506,7 +509,7 @@ export default {
           });
         },
         fail(res) {
-          console.log(res);
+          console.log(res, "--");
           // 日程添加失败的回调函数
           wx.showToast({
             title: "添加日程失败",

+ 0 - 1
components/report/timeLine.vue

@@ -57,7 +57,6 @@ export default {
   mounted() {},
   methods: {
     async goDetailFromTimeLine(item, index) {
-      // console.log(item);
       item.TimeLineId &&
         (await Reports.postTacticsHistory({
           TimeLineId: item.TimeLineId,

+ 0 - 2
pageMy/reportPage/reportPage.vue

@@ -268,7 +268,6 @@ export default {
           this.haveAuth = res.Data.HasPermission;
           this.isShowWriter = res.Data.IsShow;
           this.reportInfo = res.Data.Detail;
-          console.log(this.reportInfo);
           if (!this.isUserBindingPhoneNumber) {
             this.lableListForm = {
               CategoryName: this.reportInfo.CategoryName,
@@ -450,7 +449,6 @@ export default {
         events: {
           // 为指定事件添加一个监听器,获取被打开页面传送到当前页面的数据
           acceptDataFromOpenedPage: function (data) {
-            console.log(data);
           },
         },
         success: function (res) {

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

@@ -52,7 +52,6 @@ export default {
     },
   },
   onLoad(options) {
-    console.log(options);
     this.applyId = Number(options.id) || 0;
     this.applyId && this.getDetail();
   },

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

@@ -131,7 +131,6 @@ export default {
     upDateCollectHandler(item) {
       this.specialList.forEach((key) => {
         if (key.Id === item.Id) {
-          console.log(key);
           key.CollectNum = item.IsCollect == 1 ? item.CollectNum - 1 : item.CollectNum + 1;
           key.IsCollect = item.IsCollect == 1 ? 0 : 1;
         }

+ 0 - 10
pages-purchaser/components/imageUpload.vue

@@ -154,7 +154,6 @@ export default {
       } else {
         height = (Math.ceil(this.imageList.length / this.colsValue) * this.viewWidth).toFixed() + "px";
       }
-      console.log("areaHeight", height);
       return height;
     },
     childWidth() {
@@ -165,7 +164,6 @@ export default {
     value: {
       handler(n) {
         if (!this.first && this.changeStatus) {
-          console.log("watch", n);
           let flag = false;
           for (let i = 0; i < n.length; i++) {
             if (flag) {
@@ -185,7 +183,6 @@ export default {
     modelValue: {
       handler(n) {
         if (!this.first && this.changeStatus) {
-          console.log("watch", n);
           let flag = false;
           for (let i = 0; i < n.length; i++) {
             if (flag) {
@@ -275,7 +272,6 @@ export default {
               });
             }, 0);
           }
-          // console.log('bbb', JSON.parse(JSON.stringify(item)));
           this.sortList();
         }
       }
@@ -323,9 +319,7 @@ export default {
           this.tempItem = null;
           this.changeStatus = true;
         });
-        // console.log('ccc', JSON.parse(JSON.stringify(item)));
       }, 0);
-      // console.log('ddd', JSON.parse(JSON.stringify(item)));
     },
     previewImage(item) {
       if (this.timer && this.preStatus && this.changeStatus && item.offset < 28.28) {
@@ -333,7 +327,6 @@ export default {
         this.timer = null;
         const list = this.value || this.modelValue;
         let srcList = list.map((v) => this.getSrc(v));
-        console.log(list, srcList);
         uni.previewImage({
           urls: srcList,
           current: item.src,
@@ -344,7 +337,6 @@ export default {
             }, 600);
           },
           fail: (e) => {
-            console.log(e);
           },
         });
       } else if (this.timer) {
@@ -439,7 +431,6 @@ export default {
       //#endif
     },
     sortList() {
-      console.log("sortList");
       const result = [];
       let source = this.value;
       // #ifdef VUE3
@@ -469,7 +460,6 @@ export default {
       this.$emit("update:modelValue", result);
     },
     addProperties(item) {
-      console.log(item);
       let absX = this.imageList.length % this.colsValue;
       let absY = Math.floor(this.imageList.length / this.colsValue);
       let x = absX * this.viewWidth;

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

@@ -93,7 +93,6 @@ export default {
       if (res.Ret === 200) {
         this.activityTypeList = res.Data.List || [];
       }
-      console.log(res);
     },
   },
   /** 用户点击分享 */

+ 0 - 1
pages-purchaser/survey/surveyDetail.vue

@@ -22,7 +22,6 @@
 			}
 		},
 		onLoad(option) {
-			// console.log(option,'option');
 			this.getDetail(option.surveyId || 0)
 		}
 	}

+ 0 - 2
pages-purchaser/survey/surveySubmit.vue

@@ -32,7 +32,6 @@ export default {
       this.surveyText = e.detail;
     },
     submit() {
-      // console.log(this.surveyText);
       if (!this.surveyText) {
         uni.showToast({
           title: "调研需求不能为空",
@@ -57,7 +56,6 @@ export default {
   onLoad(option) {
     let id = option.Id || 0;
     this.url = `${leafletUrl}?Id=${id}#wechat_redirect`;
-    console.log(this.url);
   },
 };
 </script>

+ 0 - 2
pages-signIn/isSignIn/components/uploadContact.vue

@@ -93,7 +93,6 @@ export default {
     "itemDetail.Mobile": {
       handler(newVal) {
         this.phoneNumber = newVal;
-        console.log(this.phoneNumber);
       },
       deep: true,
       immediate: true,
@@ -101,7 +100,6 @@ export default {
   },
   methods: {
     radioChange(e) {
-      console.log(e);
       this.radioValue = e.detail.value;
     },
     // 选择区号的取消

+ 0 - 6
pages/material/material.vue

@@ -487,13 +487,7 @@ export default {
       });
       if (res.Ret === 200) {
         let index = this.roadshowPageList.findIndex((key) => key.SourceId == item.SourceId && key.Type == item.Type);
-        console.log(index);
-        // this.$nextTick(() => {
-
-        // });
         res.Data.Status == 1 ? this.$set(this.roadshowPageList[index], "IsCollect", true) : this.$set(this.roadshowPageList[index], "IsCollect", false);
-        console.log(this.roadshowPageList[index]);
-
         uni.showToast({
           title: res.Msg,
           duration: 2000,

+ 0 - 2
pages/reportForm/reportForm.vue

@@ -590,9 +590,7 @@ export default {
     async getBannerList() {
       const res = await Reports.collectionBannerList();
       if (res.Ret === 200) {
-        console.log(res);
         this.bannerDataList = res.Data.ListA || [];
-        console.log(this.bannerDataList);
         this.bulletinData = res.Data.ListB || {};
       }
     },