Skip to content

Commit 132aeee

Browse files
author
lan-air
committed
更新输入取件后,弹出取件码,和寄件文件箱改为取件码
1 parent 896992a commit 132aeee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<div class="el-upload__text" style="font-size: 10px">天数<7或限制次数(24h后删除)</div>
101101
<div class="el-upload__tip" slot="tip">
102102
<el-button @click="tool=0">去取件</el-button>
103-
<el-button @click="cunDrawer=true">文件箱</el-button>
103+
<el-button @click="cunDrawer=true">取件码</el-button>
104104
</div>
105105
</el-upload>
106106
</el-card>
@@ -262,6 +262,7 @@
262262
message: response.data.msg,
263263
type: 'success'
264264
});
265+
that.quDrawer = true;
265266
}
266267
that.code = '';
267268
that.inout_disable = false

0 commit comments

Comments
 (0)