Compare commits

..

No commits in common. "559ea4023284b759e46ea873a3f745dab6ea8081" and "ae84f20dda2dc048579cd5d3dbd15d53e61b65b2" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

@ -89,10 +89,10 @@ export default {
pkParent: '',
goodList: [],
placeParent: '',
activeTab: 43, //
activeTab: 43, //
tabs: [
{
label: '北大甄选',
label: '商城专区',
value: 43,
},
{

View File

@ -6,7 +6,7 @@ export const REGIEST_AREA = {
export const UPGRADE_AREA = {
id: 42,
// name: '升级专区',
name: '复购专区',
name: '甄选专区',
}
export const REISSUE_AREA = {
@ -15,7 +15,7 @@ export const REISSUE_AREA = {
}
export const REPURCHASE_AREA = {
id: 43,
name: '北大甄选',
name: '商城专区',
}
export const HALF_PRICE_AREA = {