李志伟 3 anos atrás
pai
commit
99557ea4de

+ 0
- 3
src/components/CompoentsOrder/complete/index.jsx Ver arquivo

@@ -93,7 +93,6 @@ export default (props) => {
93 93
     Taro.scanCode({
94 94
       onlyFromCamera: true,
95 95
       success: (res) => {
96
-        console.log(res,'-------------')
97 96
         if (res.path) {
98 97
           Taro.navigateTo({
99 98
             url: `/${res.path}&subOrderId=${item.subOrderId}`,
@@ -107,7 +106,6 @@ export default (props) => {
107 106
         }
108 107
       },
109 108
       fail: (err) => {
110
-        console.log(err, "err");
111 109
       },
112 110
     });
113 111
   };
@@ -349,7 +347,6 @@ export default (props) => {
349 347
                     {/* 评分 */}
350 348
                     <view className="card-box-star">
351 349
                       {scoreList.map((_, index) => {
352
-                        console.log(index);
353 350
                         const src = index + 1 <= item.score ? starOn : starOff;
354 351
                         return (
355 352
                           <image

+ 0
- 6
src/pages/MineUserAll/AllOrder/index.jsx Ver arquivo

@@ -28,8 +28,6 @@ export default withLayout((props) => {
28 28
     if (tabJump) {
29 29
       setActiveTab(tabJump - 0)
30 30
     }
31
-    console.log('---------------------', tabJump);
32
-
33 31
   }, [tabJump])
34 32
 
35 33
 
@@ -69,11 +67,7 @@ export default withLayout((props) => {
69 67
         let ratio = 750 / clientWidth;
70 68
         let Height = ratio * clientHeight;
71 69
         setSwiperHeight(`height:${Height}rpx;`)
72
-        console.log('------------->', swiperHeight);
73
-
74
-
75 70
       }
76
-
77 71
     })
78 72
   ]
79 73
 

+ 0
- 1
src/pages/MineUserAll/Collect/index.jsx Ver arquivo

@@ -9,7 +9,6 @@ import './style.less'
9 9
 export default withLayout((props) => {
10 10
   const { router, person, location } = props
11 11
   const [collectContent, setCollectContent] = useState([])
12
-  console.log("🚀 ~ file: index.jsx ~ line 12 ~ withLayout ~ collectContent", collectContent)
13 12
 
14 13
   useEffect(() => {
15 14
     getCollectList({

+ 0
- 1
src/pages/MineUserAll/RefundMoney/CheckRefund/index.jsx Ver arquivo

@@ -85,7 +85,6 @@ export default withLayout((props) => {
85 85
   };
86 86
 
87 87
   const onRefund = () => {
88
-    // console.log(explain, checkeds, "----onRefund----");
89 88
     refund(id, {
90 89
       refundDecription: checkeds?.map(x => options.filter(y => y.key == x)[0]?.title).join(';'),
91 90
       refundReason: explain,

+ 0
- 4
src/pages/PayOrder/index.jsx Ver arquivo

@@ -53,13 +53,11 @@ export default withLayout((props) => {
53 53
 
54 54
   const NumberAdd = () => {
55 55
     setBuyNumber(BuyNumber + 1);
56
-    console.log(BuyNumber);
57 56
   };
58 57
 
59 58
   const NumberCut = () => {
60 59
     if (DisabledBool) return;
61 60
     setBuyNumber(BuyNumber - 1);
62
-    console.log(BuyNumber);
63 61
   };
64 62
 
65 63
   const onInput = (e) => {
@@ -68,7 +66,6 @@ export default withLayout((props) => {
68 66
   };
69 67
 
70 68
   const requestPayment = (params) => {
71
-    console.log(params, "requestPayment");
72 69
     Taro.hideLoading()
73 70
     Taro.requestPayment({
74 71
       ...params,
@@ -85,7 +82,6 @@ export default withLayout((props) => {
85 82
         });
86 83
       },
87 84
       fail: (e) => {
88
-        console.log(e, "fail");
89 85
         Taro.showToast({
90 86
           title: "支付失败",
91 87
           icon: "none",

+ 0
- 1
src/pages/TobeShop/index.jsx Ver arquivo

@@ -22,7 +22,6 @@ import "./style.less";
22 22
 
23 23
 export default withLayout((props) => {
24 24
   const { router, person } = props;
25
-  console.log("🚀 ~ file: index.jsx ~ line 22 ~ withLayout ~ props", props)
26 25
   const { id, subOrderId } = props.router.params;
27 26
   const [showDialog, setShowDialog] = useState(false);
28 27
   //核销

+ 0
- 2
src/pages/details/foodDetails/foodDetails.jsx Ver arquivo

@@ -29,9 +29,7 @@ import "./foodDetails.less";
29 29
 export default withLayout((props) => {
30 30
   const { router, person } = props;
31 31
   const { id, subOrderId, scene } = props.router.params;
32
-  // console.log(id,subOrderId,'--333-----')
33 32
   useEffect(() => {
34
-    console.log(id, subOrderId, "-------");
35 33
     if (id && subOrderId) {
36 34
       Taro.navigateTo({
37 35
         url: `/pages/TobeShop/index?id=${id}&subOrderId=${subOrderId}`,

+ 0
- 1
src/shop/pages/spread/spreadIndex.jsx Ver arquivo

@@ -97,7 +97,6 @@ export default withLayout((props) => {
97 97
 
98 98
   //店铺选择
99 99
   const handleHotelChange = (current) => {
100
-    console.log('已选择店铺', current);
101 100
     getShopMoney(current.shopId, amountType).then((e) => {
102 101
       setShop(current)
103 102
       getVerifiedOrder({