提交修改
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<view class="form">
|
||||
<view data-theme="{{themeMode}}"><view class="form">
|
||||
<text class="label">名称 *</text>
|
||||
<input class="input-field" value="{{name}}" bindinput="onNameInput" placeholder="如「每天背单词」" style="margin-bottom:20px" />
|
||||
|
||||
@@ -29,4 +29,4 @@
|
||||
</view>
|
||||
|
||||
<button class="btn-primary" style="margin-top:32px" loading="{{submitting}}" disabled="{{submitting}}" bindtap="onSubmit">创建打卡项</button>
|
||||
</view>
|
||||
</view></view>
|
||||
|
||||
Reference in New Issue
Block a user