Explorar o código

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

tangning %!s(int64=3) %!d(string=hai) anos
pai
achega
9fc777a46c
Modificáronse 2 ficheiros con 2 adicións e 4 borrados
  1. 2 4
      pages/roomManger/roomManger.wxml
  2. BIN=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=BIN
static/images/add.png