From b6f401dd0a9d9bfb6c11c07cdcaab967eabb8af1 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期三, 29 四月 2026 17:50:28 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
small-program/shop/pages/store-info/store-info.vue | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/small-program/shop/pages/store-info/store-info.vue b/small-program/shop/pages/store-info/store-info.vue
index 508a31a..3bfc66a 100644
--- a/small-program/shop/pages/store-info/store-info.vue
+++ b/small-program/shop/pages/store-info/store-info.vue
@@ -8,7 +8,7 @@
<text class="text-input align-left" style="font-weight: 600;margin-left: 30rpx;">{{info.name}}</text>
</view>
<view class="form-group">
- <text class="label">闂ㄥ簵澶村儚</text>
+ <text class="label">闂ㄥ簵澶村儚<text class="required">*</text></text>
<view class="upload-row" style="margin-top: 20rpx;">
<view class="upload-box" @click="chooseAndUploadImage(1)">
<view class="upload-plus">+</view>
@@ -136,6 +136,13 @@
if(this.loading){
return;
}
+ if(!this.form.coverImg){
+ uni.showToast({
+ title:"璇蜂笂浼犻棬搴楀ご鍍�",
+ icon:'none'
+ })
+ return
+ }
if(!this.form.shopHours){
uni.showToast({
title:"璇峰~鍐欒惀涓氭椂闂�",
--
Gitblit v1.9.3