1 line
1.4 KiB
Plaintext
1 line
1.4 KiB
Plaintext
<block wx:if="{{isFirst}}"><view class="wrapper data-v-fca8ea4c"><view data-event-opts="{{[['tap',[['onTap',['$event']]]]]}}" class="bg data-v-fca8ea4c" bindtap="__e"><view data-event-opts="{{[['tap',[['',['$event']]]]]}}" class="edit data-v-fca8ea4c" catchtap="__e"><view class="title data-v-fca8ea4c">初始体重</view><view data-event-opts="{{[['tap',[['hideKeyboard',['$event']]]]]}}" class="editem data-v-fca8ea4c" bindtap="__e"><view class="name data-v-fca8ea4c">日期</view><view class="right data-v-fca8ea4c"><picker mode="date" value="{{user.firstresulttime}}" end="{{endDate}}" data-event-opts="{{[['change',[['bindDateChange',['$event']]]]]}}" bindchange="__e" class="data-v-fca8ea4c"><view class="text data-v-fca8ea4c">{{(regTime?regTime:user.firstresulttime?user.firstresulttime:"请选择")+''}}</view></picker></view></view><view class="editem data-v-fca8ea4c"><view class="name data-v-fca8ea4c">体重</view><view class="right data-v-fca8ea4c"><input type="digit" placeholder="请输入体重" data-event-opts="{{[['input',[['__set_model',['','weight','$event',[]]]]]]}}" value="{{weight}}" bindinput="__e" class="data-v-fca8ea4c"/>kg</view></view><view data-event-opts="{{[['tap',[['onTap']]]]}}" class="btn close data-v-fca8ea4c" bindtap="__e">取消</view><view data-event-opts="{{[['tap',[['handleTarget',['$event']]]]]}}" class="btn data-v-fca8ea4c" bindtap="__e">确定</view></view></view></view></block> |