From 777bcb6c5660c0ed14d85207377b62b779d81dde Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 20 五月 2026 23:08:55 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/gtzxinglijicun
---
small-program/shop/pages/store-info/store-info.vue | 31 +++++++++++++++++++------------
1 files changed, 19 insertions(+), 12 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..9fcd218 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>
@@ -48,7 +48,7 @@
<textarea v-model="form.depositTypes" maxlength="200" placeholder="璇疯緭鍏ュ彲瀵勫瓨绫诲瀷" class="text-area charge-area" placeholder-style="color: #B2B2B2;" auto-height></textarea>
</view>
<view class="divider"></view>
- <view class="form-group">
+ <!-- <view class="form-group">
<view class="label-row">
<text class="label">閰嶉�佽寖鍥�</text>
<text class="required">*</text>
@@ -59,7 +59,7 @@
</view>
</view>
- <view class="divider"></view>
+ <view class="divider"></view> -->
<view class="form-group textarea-group last-group">
<view class="label-row">
@@ -90,7 +90,7 @@
businessType: 0,
content: "",
coverImg: "",
- deliveryArea: 0,
+ // deliveryArea: 0,
depositTypes:"" ,
feeStandard:"" ,
shopHours: ""
@@ -124,7 +124,7 @@
businessType: res.data.businessType || 0,
content: res.data.content || '',
coverImg: res.data.coverImg || '',
- deliveryArea: res.data.deliveryArea || 0,
+ // deliveryArea: res.data.deliveryArea || 0,
depositTypes: res.data.depositTypes || '',
feeStandard:res.data.feeStandard || '',
shopHours: res.data.shopHours || '',
@@ -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:"璇峰~鍐欒惀涓氭椂闂�",
@@ -143,13 +150,13 @@
})
return
}
- if(!this.form.deliveryArea){
- uni.showToast({
- title:"璇峰~鍐欓厤閫佽寖鍥�",
- icon:'none'
- })
- return
- }
+ // if(!this.form.deliveryArea){
+ // uni.showToast({
+ // title:"璇峰~鍐欓厤閫佽寖鍥�",
+ // icon:'none'
+ // })
+ // return
+ // }
if(!this.form.feeStandard){
uni.showToast({
title:"璇峰~鍐欐敹璐规爣鍑�",
--
Gitblit v1.9.3