更新图片
This commit is contained in:
parent
4a89a7451a
commit
34f4d343c1
@ -362,7 +362,7 @@
|
|||||||
getStoreCategory(259).then(res=>{
|
getStoreCategory(259).then(res=>{
|
||||||
this.store_category = [{
|
this.store_category = [{
|
||||||
cate_name: '全部',
|
cate_name: '全部',
|
||||||
pic: 'https://lihai001.oss-cn-chengdu.aliyuncs.com/def/de2be202312151001024597.png',
|
pic: 'https://lihai001.oss-cn-chengdu.aliyuncs.com/def/0bc7a202404021652194310.png',
|
||||||
store_category_id: ''
|
store_category_id: ''
|
||||||
}, ...res.data];
|
}, ...res.data];
|
||||||
this.store_category_children = this.store_category[0].children || [];
|
this.store_category_children = this.store_category[0].children || [];
|
||||||
|
@ -503,7 +503,7 @@ import { Toast } from '../../../libs/uniApi';
|
|||||||
this.store_category = [{
|
this.store_category = [{
|
||||||
category_name: '全部',
|
category_name: '全部',
|
||||||
merchant_category_id: '',
|
merchant_category_id: '',
|
||||||
background: 'https://lihai001.oss-cn-chengdu.aliyuncs.com/def/de2be202312151001024597.png'
|
background: 'https://lihai001.oss-cn-chengdu.aliyuncs.com/def/0bc7a202404021652194310.png'
|
||||||
}, ...res.data];
|
}, ...res.data];
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
@ -360,7 +360,7 @@
|
|||||||
getCategoryIndexList().then(res=>{
|
getCategoryIndexList().then(res=>{
|
||||||
this.store_category = [{
|
this.store_category = [{
|
||||||
cate_name: '全部',
|
cate_name: '全部',
|
||||||
pic: 'https://lihai001.oss-cn-chengdu.aliyuncs.com/def/de2be202312151001024597.png',
|
pic: 'https://lihai001.oss-cn-chengdu.aliyuncs.com/def/0bc7a202404021652194310.png',
|
||||||
store_category_id: ''
|
store_category_id: ''
|
||||||
}, ...res.data];
|
}, ...res.data];
|
||||||
this.store_category_children = this.store_category[0].children || [];
|
this.store_category_children = this.store_category[0].children || [];
|
||||||
|
@ -645,7 +645,7 @@
|
|||||||
this.store_category = [{
|
this.store_category = [{
|
||||||
category_name: '全部',
|
category_name: '全部',
|
||||||
merchant_category_id: '',
|
merchant_category_id: '',
|
||||||
background: 'https://lihai001.oss-cn-chengdu.aliyuncs.com/def/de2be202312151001024597.png'
|
background: 'https://lihai001.oss-cn-chengdu.aliyuncs.com/def/0bc7a202404021652194310.png'
|
||||||
}, ...res.data];
|
}, ...res.data];
|
||||||
})
|
})
|
||||||
else getCategoryIndexList().then(res => {
|
else getCategoryIndexList().then(res => {
|
||||||
@ -655,7 +655,7 @@
|
|||||||
initStoreCate(res) {
|
initStoreCate(res) {
|
||||||
this.store_category = [{
|
this.store_category = [{
|
||||||
cate_name: '全部',
|
cate_name: '全部',
|
||||||
pic: 'https://lihai001.oss-cn-chengdu.aliyuncs.com/def/de2be202312151001024597.png',
|
pic: 'https://lihai001.oss-cn-chengdu.aliyuncs.com/def/0bc7a202404021652194310.png',
|
||||||
store_category_id: ''
|
store_category_id: ''
|
||||||
}, ...res.data];
|
}, ...res.data];
|
||||||
this.store_category_children = this.store_category[0].children || [];
|
this.store_category_children = this.store_category[0].children || [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user