提交修改
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
<view data-theme="{{themeMode}}">
|
||||
<button class="create-post-btn" bindtap="openCreate">+ 分享动态</button>
|
||||
|
||||
<view wx:for="{{posts}}" wx:key="id" class="post-card" wx:for-item="p">
|
||||
@@ -24,6 +25,7 @@
|
||||
<view class="modal-actions">
|
||||
<button class="cancel-btn" bindtap="closeCreate">取消</button>
|
||||
<button class="submit-btn" disabled="{{!content.trim()}}" bindtap="submitPost">发布</button>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user