Commit ce276299 authored by zhaofei's avatar zhaofei

s

parent eda8180a
<view class="url-task">
<button size="small" type="primary" text="{{true}}" onTap="onOpenDialog" >{{taskData.title || '编辑任务'}}</button>
<button size="small" type="primary" text="{{true}}" onTap="onOpenDialog" >{{'编辑 '+taskData.title || '编辑任务'}}</button>
<task-dialog
visible="{{visible}}"
a:if="{{visible}}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment