RecommendCar.wxml 4.2 KB
<view class="container">
  <view class="top_img">
    <image src="{{SugImage.sug_image1}}" mode="widthFix"></image>
    <view class="ruleBook" bindtap="goRuleBook">规则说明</view>
  </view>
  <view class="box">
    <form action="" catchsubmit="formSubmit">
      <view class="person_data">
        <view class="per_title">请填写被推荐人信息</view>
        <view class="informaton_">
          <text class="star">*</text>
          <label for="姓名" style="width:150rpx">姓名:</label>
          <input type="text" placeholder="请输入姓名" placeholder-class="input_placeholder" name="nickename" />
        </view>
        <view class="informaton_">
          <text class="star">*</text>
          <label for="联系方式" style="width:150rpx">联系方式:</label>
          <input type="text" placeholder="请输入联系方式" type='number' placeholder-class="input_placeholder" maxlength="11" bindinput='blurPhone' name="phone" />
        </view>
        <view class="informaton_">
          <label for="验证码" style="width:168rpx">验证码:</label>
          <input type="text" placeholder="请向被推荐人索取验证码" placeholder-class="input_placeholder" class="input_" name="pass" />
          <view class="getpass" bindtap="sendmima" wx:if="{{sendNum ==0}}">获取验证码</view>
          <view class="getpass" wx:if="{{sendNum ==1}}">
            <text class="miao">剩余</text>
            {{countDownNum}}
            <text class="miao">s</text>
          </view>
        </view>
        <view class="payBudget">
          <text class="star" style="color: #E8370F">*</text>
          <label for="购买预算" style="width:168rpx">购买预算:</label>
          <input type="text" name="yv_pay" class="budgetMoney" placeholder="请输入意向金额" placeholder-class="input_placeholder" />
          <text class="wan">万元</text>
        </view>
      </view>
      <view class="brand">意向品牌</view>
      <view class="change_brand">
        <view class="change_4S" bindtap="goCarBrand">
          <view class="le">
            <input type="text" value="{{CarBrandName1}}" placeholder="请选择意向品牌1" placeholder-class="input_placeholder" name="pin1" />
          </view>
          <view class="rowimg">
            <image src="http://chemai.t.brotop.cn/assets/static/img/right_arrow.png" />
          </view>
        </view>
        <view class="brandBox" wx:if="{{brand}}">
          <view class="change_4S" bindtap="goCarBrand2">
            <view class="le">
              <input type="text" value="{{CarBrandName2}}" placeholder="请选择意向品牌2" placeholder-class="input_placeholder" name="pin2" />
            </view>
            <view class="rowimg">
              <image src="http://chemai.t.brotop.cn/assets/static/img/right_arrow.png" />
            </view>
          </view>
          <view class="change_4S" bindtap="goCarBrand3">
            <view class="le">
              <input type="text" value="{{CarBrandName3}}" placeholder="请选择意向品牌3" placeholder-class="input_placeholder" name="pin3" />
            </view>
            <view class="rowimg">
              <image src="http://chemai.t.brotop.cn/assets/static/img/right_arrow.png" />
            </view>
          </view>
        </view>
      </view>
      <view class="look_btn" wx:if="{{downBrand}}" bindtap="downBrand">添加意向品牌</view>
      <view class="recommend  brand">
        <text style="color:#E8370F">*</text>
        <text class="4Stitle" name="s4_id">推荐4S店</text>
      </view>
      <view class="recommend_change">
        <view class="change_4S" catchtap="go4Ssearch">
          <input type="text" value="{{S4SName}}" placeholder="请选择绑定4S店" placeholder-class="input_placeholder" name="id" />
        </view>
        <view class="rowimg">
          <image src="http://chemai.t.brotop.cn/assets/static/img/right_arrow.png" />
        </view>
      </view>
      <view class="remark">备注</view>
      <view class="remark_cont">
        <textarea placeholder="请输入备注信息" placeholder-class="placeholderStyle" name="bei"></textarea>
      </view>
      <view>
        <button class="btn" formType="submit">确认</button>
      </view>
    </form>
  </view>
</view>