13 changed files with 121 additions and 50 deletions
@ -1,26 +1,33 @@ |
|||
<!--pages/topics/activity/activitySign/index.wxml--> |
|||
<view class="container"> |
|||
<view class="select-view"> |
|||
<view class="select-view required-star"> |
|||
<view class="select-con"> |
|||
<text>姓名</text> |
|||
<input style="margin-right:20px;text-align: right;" type="text" bindinput='changeUsername' placeholder="请输入姓名" |
|||
<input style="text-align: right;" type="text" bindinput='changeUsername' placeholder="请输入您的真实姓名" |
|||
placeholder-style='text-align:right;color:#ACACAE;' value="{{username}}"/> |
|||
</view> |
|||
</view> |
|||
<view class="select-view"> |
|||
<view class="select-view required-star"> |
|||
<view class="select-con"> |
|||
<text>工作单位</text> |
|||
<input style="margin-right:20px;text-align: right;" type="text" bindinput='changeCompany' placeholder="请输入工作单位" |
|||
<input style="text-align: right;" type="text" bindinput='changeCompany' placeholder="请输入工作单位" |
|||
placeholder-style='text-align:right;color:#ACACAE;' value="{{company}}"/> |
|||
</view> |
|||
</view> |
|||
<view class="select-view"> |
|||
<view class="select-view required-star"> |
|||
<view class="select-con"> |
|||
<text>联系电话</text> |
|||
<input style="margin-right:20px;text-align: right;" type="text" bindinput='changePhone' placeholder="请输入联系电话" |
|||
<input style="text-align: right;" type="text" bindinput='changePhone' placeholder="请输入联系电话" |
|||
placeholder-style='text-align:right;color:#ACACAE;' value="{{phone}}"/> |
|||
</view> |
|||
</view> |
|||
<view class="select-view required-star"> |
|||
<view class="select-con" > |
|||
<text>备注</text> |
|||
<textarea style="text-align: right;width: 50%;" placeholder="请输入备注" |
|||
placeholder-style='text-align:right;color:#ACACAE' bindinput='changeRemark' value="{{remark}}"></textarea> |
|||
</view> |
|||
</view> |
|||
</view> |
|||
<view class="btnView"> |
|||
<e-ibutton title="提交" bind:onTap="submit" /> |
|||
|
Loading…
Reference in new issue