shizhongqi 7 месяцев назад
Родитель
Сommit
accb6ab4e4
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      ghsApp/src/admin/delivery/shunfengShopDetail.vue

+ 3 - 3
ghsApp/src/admin/delivery/shunfengShopDetail.vue

@@ -201,7 +201,7 @@ export default {
             this.loading = true;
             this.loading = true;
             try {
             try {
                 const res = await storeDetail({ platform: this.platformId });
                 const res = await storeDetail({ platform: this.platformId });
-                console.log('storeDetail res:', res);
+                //console.log('storeDetail res:', res);
                 if (res.code === 1 && res.data) {
                 if (res.code === 1 && res.data) {
                     const data = res.data;
                     const data = res.data;
                     this.shopInfo = data.shop_info || {};
                     this.shopInfo = data.shop_info || {};
@@ -267,11 +267,11 @@ export default {
                 shop_contact_phone: this.formData.shop_contact_phone,
                 shop_contact_phone: this.formData.shop_contact_phone,
             };
             };
 
 
-            console.log('提交更新参数:', payload);
+            //console.log('提交更新参数:', payload);
             
             
             // 调用更新API
             // 调用更新API
             const res = await updateStore(payload);
             const res = await updateStore(payload);
-            console.log('updateStore res:', res);
+            //console.log('updateStore res:', res);
             if (res.code === 1) {
             if (res.code === 1) {
                 uni.showToast({
                 uni.showToast({
                     title: '更新成功',
                     title: '更新成功',