xjc 3 년 전
부모
커밋
d2a9814129
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/stock/stock.wxml

+ 1 - 1
pages/stock/stock.wxml

@@ -69,7 +69,7 @@
       </view>
   </scroll-view>
 
-  <view class="post" wx:if="{{role==2}}">
+  <view class="post">
       <input value="{{comment}}" confirm-type='send' bindconfirm='sendmsg' placeholder-style="color:#999" maxlength="500" bindinput="inputchange1" focus='{{focus}}' type="text" placeholder="{{text}}"/>
       <button bindtap="sendmsg">提交</button>
   </view>