guhongwei 2 anni fa
parent
commit
30f7090e9e
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      pages/match/mess.wxml
  2. 1 1
      pages/topic/info.wxml

+ 1 - 1
pages/match/mess.wxml

@@ -80,7 +80,7 @@
                 <canvas class="qrcode" canvas-id="myQrcode"></canvas>
             </view>
             <view class="remark">
-                用户可臊面二维码查看赛事详细信息
+                用户可扫描二维码查看赛事详细信息
             </view>
         </view>
     </view>

+ 1 - 1
pages/topic/info.wxml

@@ -28,7 +28,7 @@
                 </view>
             </scroll-view>
         </view>
-        <view class="foot" wx:if="{{user.type=='-1'}}">
+        <view class="foot" wx:if="{{user.type=='0'}}">
             <text class="mymatch" bindtap="toDialog">我要发帖</text>
         </view>
     </view>