bugfix
This commit is contained in:
@ -3,6 +3,9 @@
|
||||
<wxs module="times" src="../../utils/time.wxs" />
|
||||
<wxs module="dict" src="../../utils/dict.wxs" />
|
||||
<wxs module="utils" src="../../utils/utils.wxs" />
|
||||
<view class="block">
|
||||
<t-navbar left-arrow title="添加事项" t-class="nav" t-class-title="nav-title" />
|
||||
</view>
|
||||
<view class="add-affairs">
|
||||
<view class="add-affairs-form">
|
||||
<t-input label="事项" bind:change="onChange" data-field="event" value="{{form.event}}" align="right" placeholder="请输入事项"></t-input>
|
||||
|
||||
Reference in New Issue
Block a user