pc-master #248

Merged
xiaomeng merged 13 commits from pc-master into portal 2025-06-05 06:15:28 +00:00
4 changed files with 5 additions and 1 deletions
Showing only changes of commit eaf8228a4a - Show all commits

View File

@ -93,7 +93,7 @@
<input <input
type="number" type="number"
v-model="nowData.homepageTime" v-model="nowData.homepageTime"
placeholder="请输入轮播图间隔时间(毫秒)" placeholder="请输入轮播图间隔时间(默认3000毫秒)"
/> />
</div> </div>
<div class="manage-input"> <div class="manage-input">
@ -248,6 +248,7 @@ export default {
if (file.size > maxSize) { if (file.size > maxSize) {
this.$message.error("图片大小不能超过2MB"); this.$message.error("图片大小不能超过2MB");
this.$refs.fileInput.value = ""; this.$refs.fileInput.value = "";
this.loading = false;
return; return;
} }

View File

@ -258,6 +258,7 @@ detailedIntroductionTextEnTitle:'',
if (file.size > maxSize) { if (file.size > maxSize) {
this.$message.error("图片大小不能超过2MB"); this.$message.error("图片大小不能超过2MB");
this.$refs.fileInput.value = ""; this.$refs.fileInput.value = "";
this.loading = false;
return; return;
} }

View File

@ -427,6 +427,7 @@ export default {
if (file.size > maxSize) { if (file.size > maxSize) {
this.$message.error("图片大小不能超过2MB"); this.$message.error("图片大小不能超过2MB");
this.$refs.fileInput.value = ""; this.$refs.fileInput.value = "";
this.loading = false;
return; return;
} }

View File

@ -553,6 +553,7 @@ productId: "",
if (file.size > maxSize) { if (file.size > maxSize) {
this.$message.error("图片大小不能超过2MB"); this.$message.error("图片大小不能超过2MB");
this.$refs.fileInput1.value = ""; this.$refs.fileInput1.value = "";
this.loading = false;
return; return;
} }