zhashaonan 6 年之前
父節點
當前提交
134abeb5cc
共有 4 個文件被更改,包括 0 次插入5 次删除
  1. 0 2
      pages/components/blocks/horizon/horizon.js
  2. 0 1
      pages/index/index.js
  3. 0 1
      pages/index/index.wxml
  4. 0 1
      pages/shareBonus/shareBonus.js

+ 0 - 2
pages/components/blocks/horizon/horizon.js

@@ -13,8 +13,6 @@ Component({
   },
 
   attached() {
-    console.log('specialData.item_type :', this.properties.specialData);
-    console.log('items :', this.properties.items);
     let has_margin = this.properties.specialData.has_margin;
     let sub_items_length = this.properties.specialData.items.length;
     let firstSubWidth = this.properties.specialData.items[0].width;

+ 0 - 1
pages/index/index.js

@@ -40,7 +40,6 @@ Page({
       from: fromSource
     }, function (res) {
       if (res.code == 200) {
-        console.log('indexres:', res);
         let prop_special = res.datas.special_list;
         let sent_down_special = prop_special.splice(0, 8);
         self.setData({

+ 0 - 1
pages/index/index.wxml

@@ -4,7 +4,6 @@
       <searchBox></searchBox>
       <tabs tabs="{{tabs}}" bind:myevent="onMyEvent"></tabs>
   </view>
-  
   <!-- <view class='clear_fixed'></view>  -->
   <blockList prop_special="{{prop_special}}" summery="{{summery}}" special_datas="{{special_datas}}"> </blockList>
   <image bindtap='backTop' style="display:{{isScroll?'block':'none'}}" mode='widthFix' class='back_top_btn' src='../../image/back_top.png'></image> 

+ 0 - 1
pages/shareBonus/shareBonus.js

@@ -33,7 +33,6 @@ Page({
     this.setData({
       options
     })
-
     if (app.globalData.userInfo) {
       self.init(options)
       self.setData({