Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions miniprogram/cmpts/public/editor/editor_cmpt.wxml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<view class="editor-tab" wx:if="{{viewMode}}">
<button catchtap="url" data-type="bool" data-url="isView" class="btn round {{!isView?'bg-blue':'bg-grey light'}} margin-right-xs">编辑</button>
<button catchtap="url" data-type="bool" data-url="isView" class="btn round {{!isView?'bg-blue':'bg-grey light'}} margin-right-xs">编辑 /button>
<button catchtap="url" data-type="bool" data-url="isView" class="btn {{isView?'bg-blue':'bg-grey light'}} round">预览</button>
</view>

Expand All @@ -22,4 +22,4 @@
<view bindtap="bindAddImageTap" data-idx="{{index}}"><text class="icon-pic margin-right-xs"></text>添加图片</view>
</view>
</block>
</view>
</view>