Procházet zdrojové kódy

'去掉百度点击'

Rorschach před 4 roky
rodič
revize
278ed74749
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      component/hot/hot.wxml

+ 2 - 2
component/hot/hot.wxml

@@ -27,7 +27,7 @@
         <image class="messageIcon" src="../../static/image/message_icon.png" />
         <text class="messageText">{{hotData.unReadMessageContent}}</text>
     </view> -->
-    <view class="myCourseSection" bindtap="clickBaidu">
+    <!-- <view class="myCourseSection" bindtap="clickBaidu">
         <!-- <view class="title">
             <view class="title-regular">我的课程</view>
             <view class="right" bindtap="toMyCourse" wx:if="{{hotData.myCourse.length > 3}}">
@@ -49,7 +49,7 @@
                 </view>
             </block>
         </view> -->
-    </view>
+    <!-- </view> --> 
     <view class="searchSection">
         <input bindinput="inputHandler" value="{{hotData.inputValue}}" focus="{{hotData.inputFocus}}" bindfocus="searchIconDisappear" bindblur="searchIconCome" bindconfirm="searchHandler" placeholder="{{hotData.hotSearch}}" placeholder-style="text-indent:20rpx" confirm-type="search"></input>
         <view>{{searchIcon}}</view>