瀏覽代碼

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

tangning 3 年之前
父節點
當前提交
9fc777a46c
共有 2 個文件被更改,包括 2 次插入4 次删除
  1. 2 4
      pages/roomManger/roomManger.wxml
  2. 二進制
      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">

二進制
static/images/add.png