Kaynağa Gözat

fix(bugs): 修改开房间图片

tangning 3 yıl önce
ebeveyn
işleme
9fc777a46c
2 değiştirilmiş dosya ile 2 ekleme ve 4 silme
  1. 2 4
      pages/roomManger/roomManger.wxml
  2. BIN
      static/images/add.png

+ 2 - 4
pages/roomManger/roomManger.wxml

@@ -22,10 +22,8 @@
 
 
   </view>
-  <view class="addRoom" wx:if="{{canShow}}" bindtap="addRoom">
-      <image class="addImg" src="../../static/images/add.png"></image>
-  </view>
-  <view class="result" wx:if="{{roomList.length > 0}}">
+      <image class="addRoom" src="../../static/images/add.png"  wx:if="{{canShow}}" bindtap="addRoom"></image>
+      <view class="result" wx:if="{{roomList.length > 0}}">
 
     <view>
       <view  class="house-list">

BIN
static/images/add.png