doum
2026-04-29 b6f401dd0a9d9bfb6c11c07cdcaab967eabb8af1
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:"请填写营业时间",