adultDeviceApp/unpackage/dist/dev/mp-weixin/components/signup/signup.wxml

1 line
2.0 KiB
Plaintext

<block wx:if="{{isedit}}"><view class="wrapper data-v-99df3578"><view data-event-opts="{{[['tap',[['onTap',['$event']]]]]}}" class="bg data-v-99df3578" bindtap="__e"><view data-event-opts="{{[['tap',[['',['$event']]]]]}}" class="edit data-v-99df3578" catchtap="__e"><view class="title data-v-99df3578">健康资料</view><view class="editem data-v-99df3578"><view class="name data-v-99df3578">性别</view><view data-event-opts="{{[['tap',[['selectsex',[1]]]]]}}" class="radio mr-10 data-v-99df3578" bindtap="__e"><image class="iconfont radioimg data-v-99df3578" src="{{info.sex==1?'../../static/radio.png':'../../static/icon-kongradio.png'}}"></image><view class="ml-10 data-v-99df3578">男</view></view><view data-event-opts="{{[['tap',[['selectsex',[2]]]]]}}" class="radio data-v-99df3578" bindtap="__e"><image class="iconfont radioimg data-v-99df3578" src="{{info.sex==2?'../../static/radio.png':'../../static/icon-kongradio.png'}}"></image><view class="ml-10 data-v-99df3578">女</view></view></view><view class="editem data-v-99df3578"><view class="name data-v-99df3578">身高</view><view class="right data-v-99df3578"><input type="digit" placeholder="请输入身高" data-event-opts="{{[['input',[['__set_model',['$0','height','$event',[]],['info']]]]]}}" value="{{info.height}}" bindinput="__e" class="data-v-99df3578"/>cm</view></view><view class="editem data-v-99df3578"><view class="name data-v-99df3578">出生日期</view><view class="right data-v-99df3578"><picker class="f-r data-v-99df3578" mode="date" end="{{endDate}}" value="{{info.birthday}}" data-event-opts="{{[['change',[['onBirthdayArr',['$event']]]]]}}" bindchange="__e"><view class="uni-input data-v-99df3578">{{(info.birthday?info.birthday:"请选择")+''}}<icon class="iconfont icon-arrow-down data-v-99df3578"></icon></view></picker></view></view><view class="tips data-v-99df3578">请准确填写信息方便我们给您更精确的报告</view><view data-event-opts="{{[['tap',[['handleCloseClick',['$event']]]]]}}" class="btn mt-15 data-v-99df3578" bindtap="__e">保存信息</view></view></view></view></block>