@@ -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>