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