| | |
| | | <view class="container"> |
| | | <navBar title="0元免费设计"></navBar> |
| | | <!-- <image class="banner" src="../../static/images/design_banner.png"></image> --> |
| | | <image class="banner" src="{{ DESIGN_BANNER }}" mode="widthFix"></image> |
| | | <view class="main_content"> |
| | | <view class="title">0元定制 | 您的户型装修方案</view> |
| | | <view class="line"> |
| | |
| | | <image class="icon" src="../../static/icon/design_ic_phone.png" mode="widthFix"></image> |
| | | <van-field type="number" class="input" custom-style="background-color: #F6F6F6;" model:value="{{ phone }}" placeholder="请输入联系电话" clearable maxlength="{{ 11 }}" /> |
| | | </view> |
| | | <view class="line" bindtap="selAddress"> |
| | | <view class="line" bindtap="chooseCity"> |
| | | <image class="icon" src="../../static/icon/design_ic_city.png" mode="widthFix"></image> |
| | | <view class="city">{{ city }}</view> |
| | | <image class="arrow_right" src="../../static/icon/arrow_right.png" mode="widthFix"></image> |
| | | </view> |
| | | <view class="btn" bindtap="onSubmit">立即报名</view> |
| | | </view> |
| | | <image class="banner" src="{{ WechatIMG558 }}" mode="widthFix"></image> |
| | | <!-- --> |
| | | <van-popup show="{{ showAreaList }}" position="bottom" round> |
| | | <van-area class="area-list" area-list="{{ areaList }}" bind:confirm="confirmChange" bind:cancel="chooseCity" /> |
| | | </van-popup> |
| | | </view> |