Browse Source

feat(page): added input autocomplete and change timeout to 10s

master
louisyoungx 3 years ago
parent
commit
0b223ef0c7
  1. 2
      Static/index.html
  2. 2
      Static/js/index.js

2
Static/index.html

@ -34,6 +34,7 @@ @@ -34,6 +34,7 @@
id="account_input"
v-model="area"
placeholder="所属地区ID"
autocomplete
></el-input>
</el-form-item>
<el-form-item label="商品" id="goods_link_form">
@ -41,6 +42,7 @@ @@ -41,6 +42,7 @@
class="goods_input"
v-model="skurl"
placeholder="填入商品链接"
autocomplete
></el-input>
<el-input-number
class="num_select"

2
Static/js/index.js

@ -9,7 +9,7 @@ new Vue({ @@ -9,7 +9,7 @@ new Vue({
count: "1", // 购买数量
retry: "10", // 重试次数
work_count: "1", // 启动线程数
timeout: "3", // 超时时间
timeout: "10", // 超时时间
eid: "",
fp: "",
timeSelectAble: true,

Loading…
Cancel
Save