Commit f0d02d6b authored by 管新明's avatar 管新明

fix: 任务配置里的任务奖励删除有点问题 删除最后1位数字时需要删除2次才会删除

parent b0cb5958
......@@ -22,7 +22,7 @@
<items-config itemIds="{{itemIds}}" onUpdate="onItemIdsChange"/>
</form-item>
<form-item label="任务奖励">
<input onChange="onChange" data-name="value" defaultValue="{{value}}" name="value" addonTextAfter="{{unit}}" placeholder="1-999" maxLength="{{3}}"/>
<input data-name="value" value="{{value}}" addonTextAfter="{{unit}}" placeholder="1-999" maxLength="{{3}}" onChange="onChange" />
<!--<view class="item-txt">{{value}}{{unit}}</view> -->
</form-item>
</form>
......
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