| | |
| | | <div flex="wrap:wrap cross:center" style="margin-bottom: 15px;"> |
| | | <div>密码</div> |
| | | <div class="input-item" style="width: 230px"> |
| | | <el-input maxlength="12" @keyup.enter.native="toSearch" size="small" placeholder="请输入兑换码" v-model="keyword" clearable @clear="toSearch"> |
| | | <el-input maxlength="12" @keyup.enter.native="toSearch" size="small" placeholder="请输入提货卡" v-model="keyword" clearable @clear="toSearch"> |
| | | <el-button slot="append" icon="el-icon-search" @click="toSearch"></el-button> |
| | | </el-input> |
| | | </div> |
| | |
| | | }else { |
| | | that.msg = e.data.msg; |
| | | that.other = ''; |
| | | if(e.data.msg == '该兑换码未到使用时间!') { |
| | | if(e.data.msg == '该提货卡未到使用时间!') { |
| | | that.other = e.data.data.valid_start_time + ' - ' + e.data.data.valid_end_time + ' 可用' |
| | | } |
| | | } |