Browse Source

Merge remote-tracking branch 'origin/master' into develop/3.2.5

# Conflicts:
#	pages/index/index.wxml
332777428@qq.com 6 months ago
parent
commit
a4014658ed
3 changed files with 3 additions and 2 deletions
  1. 1 1
      pages/index/index.wxml
  2. 1 0
      pages/index/index.wxss
  3. 1 1
      pages/login/login.wxml

+ 1 - 1
pages/index/index.wxml

@@ -78,7 +78,7 @@
     <view wx:else>
 
       <!-- 频道 -->
-      <view wx:if="{{deviceListSelect!=null&&deviceList.length>deviceListSelect&&deviceList[deviceListSelect].connectType===3}}" class="mair" style="height: calc(100vh - 105rpx - {{safeBottomHeight}}rpx - 22rpx - {{navBarHeight}}px);">
+      <view wx:if="{{indexPage==1&&deviceListSelect!=null&&deviceList.length>deviceListSelect&&deviceList[deviceListSelect].connectType===3}}" class="mair" style="height: calc(100vh - 105rpx - {{safeBottomHeight}}rpx - 22rpx - {{navBarHeight}}px);">
         <view class="play-info">
           <view class="info">
             <image src="./../../img/blak.png" class="black" mode="scaleToFill"></image>

+ 1 - 0
pages/index/index.wxss

@@ -727,6 +727,7 @@
 }
 
 /************************ banner ************************/
+
 .banner_container {
   width: 100%;
   height: 264rpx;

+ 1 - 1
pages/login/login.wxml

@@ -6,7 +6,7 @@
     <image mode="widthFix" src="./../../img/k.png"></image>
     <view class="loginbut">
       <view class="mode" wx:if="{{!isAgree}}" catchtap="notlogin"></view>
-      <button open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">微信手机号快速登录</button>
+      <button open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">手机号快速登录</button>
     </view>
     <view class="ys">
       <image bindtap="egree" mode="aspectFill" src="./../../img/{{isAgree ? 'h' : 'j'}}.png"></image>