Browse Source

'去掉百度点击'

Rorschach 4 years ago
parent
commit
278ed74749
1 changed files with 2 additions and 2 deletions
  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>