Browse Source

10月28日

yq1 1 year ago
parent
commit
f1b40e4a58

+ 4 - 4
src/pages/main/dialog/DialysisConsumables.vue View File

1
-<!-- <template>
1
+<template>
2
   <div class="page_dialysisConsumables">
2
   <div class="page_dialysisConsumables">
3
     <van-sticky>
3
     <van-sticky>
4
       <div class="dialysisConsumablesTitle">
4
       <div class="dialysisConsumablesTitle">
146
                 // console.log('~~~~~44444444')
146
                 // console.log('~~~~~44444444')
147
 
147
 
148
                 // console.log('res.data.dialysis_goods[i].project')
148
                 // console.log('res.data.dialysis_goods[i].project')
149
-                // console.log(res.data.dialysis_goods[i].project)
149
+                console.log(res.data.dialysis_goods[i].project)
150
                 if (res.data.dialysis_goods[i].project.length > 0) {
150
                 if (res.data.dialysis_goods[i].project.length > 0) {
151
                   for (let b = 0; b < res.data.dialysis_goods[i].project.length; b++) {
151
                   for (let b = 0; b < res.data.dialysis_goods[i].project.length; b++) {
152
                     let obj = {
152
                     let obj = {
242
 
242
 
243
           var newArr = this.newUnique(this.list)
243
           var newArr = this.newUnique(this.list)
244
           this.list = newArr
244
           this.list = newArr
245
-          // console.log('数据2323232322323232323232323', this.list)
245
+          console.log('数据2323232322323232323232323', this.list)
246
         }
246
         }
247
       }
247
       }
248
       )
248
       )
404
   }
404
   }
405
 
405
 
406
   }
406
   }
407
-</style> -->
407
+</style>

+ 3 - 3
src/pages/main/dialog/TwoMenu.vue View File

1
-<!-- <template>
1
+<template>
2
   <div class="Dialog" v-show="show">
2
   <div class="Dialog" v-show="show">
3
     <div class="DialogTit">
3
     <div class="DialogTit">
4
       <div class="back" @click="hide()">
4
       <div class="back" @click="hide()">
96
       handle_select,
96
       handle_select,
97
       handle_hide
97
       handle_hide
98
     ) {
98
     ) {
99
-      // console.log(this.single.cur_id);
99
+      console.log(this.single.cur_id);
100
 
100
 
101
       this.show = true;
101
       this.show = true;
102
       this.type = 1;
102
       this.type = 1;
182
     }
182
     }
183
   }
183
   }
184
 }
184
 }
185
-</style> -->
185
+</style>