<view class="input-item-wrap gov-sms">
    <view class="content-wrap gov-sms-content">
        <view
            class="input-title gov-sms-title"
            style="
            width: {{labelWidth}};
            color: {{iptErrorFlag ? iptErrorColor: ''}}"
        >{{iptTitle}}</view>
        <input class="ipt-area gov-sms-ipt"
            name="{{iptName}}"
            placeholder="{{placeholderContent}}"
            placeholder-style="color:{{placeholderColor}};"
            value="{{iptValue}}"
            type="{{type}}"
            confirm-type="{{confirmType}}"
            maxlength="{{maxLength}}"
            focus="{{focus}}"
            bindinput="bindKeyInput"
            bindblur="bindBlur"
            bindfocus="bindFocus"
            bindconfirm="bindConfirm"
            bindsmssend="bindSmsSend"/>
        <view class="get-msg-code gov-msg-code" bind:tap="getMsgCode" s-if="getcodeFlag">
            获取验证码
        </view>
        <view class="msg-calm-dowm gov-msg-down" s-else>
            {{msgCdTime}}秒后重发
        </view>
    </view>
</view>