yuanrf пре 10 месеци
родитељ
комит
a405913635
1 измењених фајлова са 4 додато и 4 уклоњено
  1. 4 4
      src/components/OP/CarTouristGuideGrounContent.vue

+ 4 - 4
src/components/OP/CarTouristGuideGrounContent.vue

@@ -421,7 +421,7 @@ export default {
                 if (res.data.code == 200) {
                     that.budgeting = res.data.data.modulePromptInfos[0].data;
                     that.bizhong = res.data.data.modulePromptInfos[0].currencyCode;
-                    console.log(that.budgeting)
+                    //console.log(that.budgeting)
                 } else {
                     // that.$message.error(res.data.msg);
                 }
@@ -444,7 +444,7 @@ export default {
                 }
             }).then(function (res) {
                 if (res.data.code == 200) {
-                    console.log(res)
+                    //console.log(res)
                     that.delegationInfoList = res.data.data.delegations;
                     for (let index = 0; index < that.delegationInfoList.length; index++) {
                         if (that.delegationInfoList[index].id == that.diId) {
@@ -525,7 +525,7 @@ export default {
                     cTable: that.cTable,
                 }
             }).then(function (res) {
-                console.log(res)
+                //console.log(res)
                 if (res.data.code == 200) {
                     that.currencyList = res.data.data.teamRates;
                     if (that.currency == 0) {
@@ -697,7 +697,7 @@ export default {
 
     mounted() {
         this.pageId = localStorage.getItem('indexs').split('-')[1];
-        console.log(this.pageId)
+        //console.log(this.pageId)
         this.token = JSON.parse(localStorage.getItem('userinif')).token;
         this.userId = JSON.parse(localStorage.getItem('userinif')).userInfo.userId
         this.id = this.$route.query.id