Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
飞
飞鹤小程序
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
FH
飞鹤小程序
Commits
e434cb6e
Commit
e434cb6e
authored
Aug 21, 2025
by
王炽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
6666666
parent
116fa850
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
485 additions
and
626 deletions
+485
-626
aibenxinrenli.vue
components/quanyi/aibenxinrenli.vue
+4
-4
jinjili.vue
components/quanyi/jinjili.vue
+4
-4
mianfeiwenzhen.vue
components/quanyi/mianfeiwenzhen.vue
+2
-2
shengrili.vue
components/quanyi/shengrili.vue
+7
-7
suyuanyou.vue
components/quanyi/suyuanyou.vue
+4
-4
xinrenli.vue
components/quanyi/xinrenli.vue
+7
-7
zhuanduanli.vue
components/quanyi/zhuanduanli.vue
+4
-4
Integral.vue
views/Integral.vue
+453
-594
No files found.
components/quanyi/aibenxinrenli.vue
View file @
e434cb6e
<
template
>
<view
class=
"aiben-component"
:style=
"
{
background: `url(${$baseUrl}integral/10
18
/aibenxinrenliBg${getBgName()}.png) no-repeat center/contain`,
background: `url(${$baseUrl}integral/10
21
/aibenxinrenliBg${getBgName()}.png) no-repeat center/contain`,
height: `${getHeight()}`
}">
<view
class=
"tipLock-section"
v-if=
"props.index == 0"
>
<image
class=
"tipLock"
:src=
"$baseUrl + `integral/10
18
/tipsLock1.png`"
mode=
"aspectFit"
/>
<image
class=
"tipLock"
:src=
"$baseUrl + `integral/10
21
/tipsLock1.png`"
mode=
"aspectFit"
/>
</view>
<!-- 标题区域 -->
<view
class=
"title-section"
>
...
...
@@ -19,7 +19,7 @@
<!--
<image
v-if=
"props.isshowLock && props.index == 0"
class=
"bottom-button"
:src=
"$baseUrl + `integral/10
18
/aibenxinrenliQushengjiBtn$
{props.index}.png`"
:src=
"$baseUrl + `integral/10
21
/aibenxinrenliQushengjiBtn$
{props.index}.png`"
mode="aspectFit"
@click="handleUpgrade"
/> -->
...
...
@@ -28,7 +28,7 @@
class=
"bottom-button"
v-if=
"props.isshowLock"
:style=
"
{
background: `url(${$baseUrl}integral/10
18
/aibenxinrenliBtnBg${props.index}.png) no-repeat center/contain`
background: `url(${$baseUrl}integral/10
21
/aibenxinrenliBtnBg${props.index}.png) no-repeat center/contain`
}"
mode="aspectFit"
@click="handleUpgrade"
...
...
components/quanyi/jinjili.vue
View file @
e434cb6e
<
template
>
<view
class=
"jinjili-component"
:style=
"
{
background: `url(${$baseUrl}integral/10
18
/jinjiliBg${getBgName()}.png) no-repeat center/contain`,
background: `url(${$baseUrl}integral/10
21
/jinjiliBg${getBgName()}.png) no-repeat center/contain`,
height: `${getHeight()}`
}">
<view
class=
"tipLock-section"
v-if=
"props.index
<
2
"
>
<image
class=
"tipLock"
:src=
"$baseUrl + `integral/10
18
/tipsLock2$
{Number(props.index)}.png`" mode="aspectFit" />
<image
class=
"tipLock"
:src=
"$baseUrl + `integral/10
21
/tipsLock2$
{Number(props.index)}.png`" mode="aspectFit" />
</view>
<!-- 标题区域 -->
<view
class=
"title-section"
>
...
...
@@ -18,7 +18,7 @@
<!--
<image
v-if=
"props.isshowLock"
class=
"bottom-button"
:src=
"$baseUrl + `integral/10
18
/jinjiQushengjiBtn$
{props.index}.png`"
:src=
"$baseUrl + `integral/10
21
/jinjiQushengjiBtn$
{props.index}.png`"
mode="aspectFit"
@click="handleUpgrade"
/> -->
...
...
@@ -27,7 +27,7 @@
class=
"bottom-button"
v-if=
"props.isshowLock"
:style=
"
{
background: `url(${$baseUrl}integral/10
18
/shengriliBtnBg${props.index}.png) no-repeat center/contain`
background: `url(${$baseUrl}integral/10
21
/shengriliBtnBg${props.index}.png) no-repeat center/contain`
}"
mode="aspectFit"
@click="handleUpgrade"
...
...
components/quanyi/mianfeiwenzhen.vue
View file @
e434cb6e
<
template
>
<view
class=
"mianfei-component"
:style=
"
{
background: `url(${$baseUrl}integral/102
0
/mianfeiwenzhenBg${props.index}.png) no-repeat center/contain`,
background: `url(${$baseUrl}integral/102
1
/mianfeiwenzhenBg${props.index}.png) no-repeat center/contain`,
}">
<!-- 标题区域 -->
<view
class=
"title-section"
>
...
...
@@ -10,7 +10,7 @@
<!-- 底部按钮 -->
<image
class=
"bottom-button"
:src=
"$baseUrl + `integral/102
0
/mianfeiwenzhenQushiyongBtn$
{props.index}.png`"
:src=
"$baseUrl + `integral/102
1
/mianfeiwenzhenQushiyongBtn$
{props.index}.png`"
mode="aspectFit"
@click="handleUseNow"
/>
...
...
components/quanyi/shengrili.vue
View file @
e434cb6e
<
template
>
<view
class=
"shengri-component"
:style=
"
{
background: `url(${$baseUrl}integral/10
15
/shengriliBg${props.index}.png) no-repeat center/contain`,
background: `url(${$baseUrl}integral/10
21
/shengriliBg${props.index}.png) no-repeat center/contain`,
}">
<view
class=
"tipLock-section"
v-if=
"props.index
<
2
"
>
<image
class=
"tipLock"
:src=
"$baseUrl + `integral/10
15
/tipsLock2$
{Number(props.index)}.png`" mode="aspectFit" />
<image
class=
"tipLock"
:src=
"$baseUrl + `integral/10
21
/tipsLock2$
{Number(props.index)}.png`" mode="aspectFit" />
</view>
<!-- 标题区域 -->
...
...
@@ -15,10 +15,10 @@
<!-- 奖励卡片区域 -->
<view
class=
"rewards-section"
>
<!-- 积分奖励卡片 -->
<view
class=
"reward-card"
:style=
"
{ background: `url(${$baseUrl}integral/10
15
/shengriliJifenIcon${props.index}.png) no-repeat center/contain` }" @click="handlePointsClick">
<view
class=
"reward-card"
:style=
"
{ background: `url(${$baseUrl}integral/10
21
/shengriliJifenIcon${props.index}.png) no-repeat center/contain` }" @click="handlePointsClick">
<!--
<image
class=
"reward-icon"
:src=
"`$
{$baseUrl}integral/10
15
/shengriliJifenIcon${props.index}.png`"
:src=
"`$
{$baseUrl}integral/10
21
/shengriliJifenIcon${props.index}.png`"
mode="aspectFit"
/> -->
<text
class=
"reward-text"
>
888积分
</text>
...
...
@@ -28,7 +28,7 @@
<view
class=
"reward-card1"
@
click=
"handleCouponClick"
>
<image
class=
"reward-icon1"
:src=
"`$
{$baseUrl}integral/10
15
/shengriliQuanIcon${props.index}.png`"
:src=
"`$
{$baseUrl}integral/10
21
/shengriliQuanIcon${props.index}.png`"
mode="aspectFit"
/>
</view>
...
...
@@ -39,7 +39,7 @@
class=
"bottom-button"
v-if=
"!(status1 === 4000 && !props.isshowLock)"
:style=
"
{
background: `url(${$baseUrl}integral/10
15
/shengriliBtnBg${props.index}.png) no-repeat center/contain`
background: `url(${$baseUrl}integral/10
21
/shengriliBtnBg${props.index}.png) no-repeat center/contain`
}"
mode="aspectFit"
@click="handleUpgrade"
...
...
@@ -51,7 +51,7 @@
<image
class=
"bottom-button"
v-if=
"status1 === 4000 && !props.isshowLock"
:src=
"`$
{$baseUrl}integral/10
15
/daikaiqiDisBtn${props.index}.png`"
:src=
"`$
{$baseUrl}integral/10
21
/daikaiqiDisBtn${props.index}.png`"
mode="aspectFit"
@click="handleUpgrade_daikaiqi"
/>
...
...
components/quanyi/suyuanyou.vue
View file @
e434cb6e
<
template
>
<view
class=
"suyuanyou-component"
:style=
"
{
background: `url(${$baseUrl}integral/10
18
/suyuanliBg${props.index}.png) no-repeat center/contain`,
background: `url(${$baseUrl}integral/10
21
/suyuanliBg${props.index}.png) no-repeat center/contain`,
}">
<view
class=
"tipLock-section"
v-if=
"props.index
<
3
"
>
<image
class=
"tipLock"
:src=
"$baseUrl + `integral/10
18
/tipsLock3$
{Number(props.index)}.png`" mode="aspectFit" />
<image
class=
"tipLock"
:src=
"$baseUrl + `integral/10
21
/tipsLock3$
{Number(props.index)}.png`" mode="aspectFit" />
</view>
<!-- 标题区域 -->
<view
class=
"title-section"
>
...
...
@@ -18,7 +18,7 @@
class=
"bottom-button"
v-if=
"getshowShengji()"
:style=
"
{
background: `url(${$baseUrl}integral/10
18
/shengriliBtnBg${props.index}.png) no-repeat center/contain`
background: `url(${$baseUrl}integral/10
21
/shengriliBtnBg${props.index}.png) no-repeat center/contain`
}"
mode="aspectFit"
@click="handleUpgrade"
...
...
@@ -28,7 +28,7 @@
<!-- 待开启按钮 -->
<image
v-else
class=
"bottom-button"
:src=
"`$
{$baseUrl}integral/10
18
/daikaiqiDisBtn${props.index}.png`"
:src=
"`$
{$baseUrl}integral/10
21
/daikaiqiDisBtn${props.index}.png`"
mode="aspectFit"
@click="handleUpgrade_daikaiqi"
/>
...
...
components/quanyi/xinrenli.vue
View file @
e434cb6e
<
template
>
<view
class=
"xinrenli-component"
:style=
"
{
background: `url(${$baseUrl}integral/10
15
/xinrenliBg${props.index}.png) no-repeat center/contain`,
background: `url(${$baseUrl}integral/10
21
/xinrenliBg${props.index}.png) no-repeat center/contain`,
}">
<!-- 标题区域 -->
<view
class=
"title-section"
>
...
...
@@ -16,7 +16,7 @@
<view
class=
"coupon-item"
@
click=
"handleCouponClick(0)"
>
<image
class=
"coupon-img"
:src=
"$baseUrl + `integral/10
15
/xirenliQuan$
{props.index}0.png`"
:src=
"$baseUrl + `integral/10
21
/xirenliQuan$
{props.index}0.png`"
mode="aspectFit"
/>
</view>
...
...
@@ -24,7 +24,7 @@
<view
class=
"coupon-item"
@
click=
"handleCouponClick(1)"
>
<image
class=
"coupon-img"
:src=
"$baseUrl + `integral/10
15
/xirenliQuan$
{props.index}1.png`"
:src=
"$baseUrl + `integral/10
21
/xirenliQuan$
{props.index}1.png`"
mode="aspectFit"
/>
</view>
...
...
@@ -32,7 +32,7 @@
<view
class=
"coupon-item"
@
click=
"handleCouponClick(2)"
>
<image
class=
"coupon-img"
:src=
"$baseUrl + `integral/10
15
/xirenliQuan$
{props.index}2.png`"
:src=
"$baseUrl + `integral/10
21
/xirenliQuan$
{props.index}2.png`"
mode="aspectFit"
/>
</view>
...
...
@@ -43,7 +43,7 @@
<view
class=
"coupon-item"
@
click=
"handleCouponClick(3)"
>
<image
class=
"coupon-img"
:src=
"$baseUrl + `integral/10
15
/xirenliQuan$
{props.index}3.png`"
:src=
"$baseUrl + `integral/10
21
/xirenliQuan$
{props.index}3.png`"
mode="aspectFit"
/>
</view>
...
...
@@ -51,7 +51,7 @@
<view
class=
"coupon-item"
@
click=
"handleCouponClick(4)"
>
<image
class=
"coupon-img"
:src=
"$baseUrl + `integral/10
15
/xirenliQuan$
{props.index}4.png`"
:src=
"$baseUrl + `integral/10
21
/xirenliQuan$
{props.index}4.png`"
mode="aspectFit"
/>
</view>
...
...
@@ -61,7 +61,7 @@
<!-- 底部按钮 -->
<image
class=
"bottom-button"
:src=
"$baseUrl + `integral/10
15
/xinrenliQuxingmaBtn$
{props.index}.png`"
:src=
"$baseUrl + `integral/10
21
/xinrenliQuxingmaBtn$
{props.index}.png`"
mode="aspectFit"
@click="handleGoToShop"
/>
...
...
components/quanyi/zhuanduanli.vue
View file @
e434cb6e
<
template
>
<view
class=
"zhuanduanli-component"
:style=
"
{
background: `url(${$baseUrl}integral/10
18
/zhuanduanliBg${getBgName()}.png) no-repeat center/contain`,
background: `url(${$baseUrl}integral/10
21
/zhuanduanliBg${getBgName()}.png) no-repeat center/contain`,
height: `${getHeight()}`
}">
<view
class=
"tipLock-section"
v-if=
"props.index == 0"
>
<image
class=
"tipLock"
:src=
"$baseUrl + `integral/10
18
/tipsLock1.png`"
mode=
"aspectFit"
/>
<image
class=
"tipLock"
:src=
"$baseUrl + `integral/10
21
/tipsLock1.png`"
mode=
"aspectFit"
/>
</view>
<!-- 标题区域 -->
<view
class=
"title-section"
>
...
...
@@ -18,7 +18,7 @@
<!--
<image
v-if=
"props.isshowLock && props.index == 0"
class=
"bottom-button"
:src=
"$baseUrl + `integral/10
18
/zhuanduanliQushengjiBtn$
{props.index}.png`"
:src=
"$baseUrl + `integral/10
21
/zhuanduanliQushengjiBtn$
{props.index}.png`"
mode="aspectFit"
@click="handleUpgrade"
/> -->
...
...
@@ -27,7 +27,7 @@
class=
"bottom-button"
v-if=
"props.isshowLock"
:style=
"
{
background: `url(${$baseUrl}integral/10
18
/zhuanduanliBtnBg${props.index}.png) no-repeat center/contain`
background: `url(${$baseUrl}integral/10
21
/zhuanduanliBtnBg${props.index}.png) no-repeat center/contain`
}"
mode="aspectFit"
@click="handleUpgrade"
...
...
views/Integral.vue
View file @
e434cb6e
...
...
@@ -467,7 +467,7 @@
:key="
i
"
:style="
{
background
:
`url(${$baseUrl
}
integral/10
17
/listItemImgBg${itemIndex
}
.png) no-repeat center/contain`
background
:
`url(${$baseUrl
}
integral/10
21
/listItemImgBg${itemIndex
}
.png) no-repeat center/contain`
}
"
>
<!-- <image
...
...
@@ -500,7 +500,7 @@
v-for="
i
in
goodsData
[
1
]?.
titles
?.
length
"
:key="
i
"
:style="
{
background
:
`url(${$baseUrl
}
integral/10
17
/listItemImgBg${itemIndex
}
.png) no-repeat center/contain`
background
:
`url(${$baseUrl
}
integral/10
21
/listItemImgBg${itemIndex
}
.png) no-repeat center/contain`
}
"
>
<view class="
goods
-
item
-
container
" @click="
handleGoodsItemClick
(
'lingyuan'
,
i
)
">
...
...
@@ -528,7 +528,7 @@
v-for="
i
in
goodsData
[
2
]?.
titles
?.
length
"
:key="
i
"
:style="
{
background
:
`url(${$baseUrl
}
integral/10
17
/listItemImgBg${itemIndex
}
.png) no-repeat center/contain`
background
:
`url(${$baseUrl
}
integral/10
21
/listItemImgBg${itemIndex
}
.png) no-repeat center/contain`
}
"
>
<view class="
goods
-
item
-
container
" @click="
handleGoodsItemClick
(
'beiwei'
,
i
)
">
...
...
@@ -627,103 +627,125 @@ import YearGift from '../components/pointRightsCom/yearGift.vue';
const orderUpgrade = ref(false);
// const maxVal = ref([]);
const integralData = ref({
"
tupianBanben
": "
1021
",
"
swiper
": [
],
"
quanyitiaozhuanInfo
":{
"
suyuanyou
":{
"
tupianBanben
": "
1021
",
"
swiper
": [],
"
quanyitiaozhuanInfo
": {
"
suyuanyou
": {
"
qubaoming
": {
"
url
": "
https
:
//member.feihe.com/memberH5/#/SyySignupInfo?activityCode=syy20250806&sceneCode=WXG01",
"type"
:
3
}
}
,
"shengrili"
:
{
}
,
"shengrili"
:
{
"qushiyong"
:
{
"url"
:
"subPackages/shopMainProcess/coupons/couponList"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
}
}
}
,
"vipLvInfo"
:[
{
"currentLvTip"
:
"currentLvTip0.png"
,
"barVip"
:
"barVip0.png"
,
"barBgVip"
:
"barBgVip0.png"
,
"vipLvBg"
:
"vipLvBg0.png"
,
"vipLvIcon"
:
"vipLvIcon0.png"
,
}
,
{
"currentLvTip"
:
"currentLvTip1.png"
,
"barVip"
:
"barVip1.png"
,
"barBgVip"
:
"barBgVip1.png"
,
"vipLvBg"
:
"vipLvBg1.png"
,
"vipLvIcon"
:
"vipLvIcon1.png"
,
}
,
{
"currentLvTip"
:
"currentLvTip2.png"
,
"barVip"
:
"barVip2.png"
,
"barBgVip"
:
"barBgVip2.png"
,
"vipLvBg"
:
"vipLvBg2.png"
,
"vipLvIcon"
:
"vipLvIcon2.png"
,
}
,
{
"currentLvTip"
:
"currentLvTip3.png"
,
"barVip"
:
"barVip3.png"
,
"barBgVip"
:
"barBgVip3.png"
,
"vipLvBg"
:
"vipLvBg3.png"
,
"vipLvIcon"
:
"vipLvIcon3.png"
,
}
}
,
{
"currentLvTip"
:
"currentLvTip4.png"
,
"barVip"
:
"barVip4.png"
,
"barBgVip"
:
"barBgVip4.png"
,
"vipLvBg"
:
"vipLvBg4.png"
,
"vipLvIcon"
:
"vipLvIcon4.png"
,
}
],
"viplv"
:
{
"imgs"
:
[
"vipLvInfo"
:
[
{
"currentLvTip"
:
"currentLvTip0.png"
,
"barVip"
:
"barVip0.png"
,
"barBgVip"
:
"barBgVip0.png"
,
"vipLvBg"
:
"vipLvBg0.png"
,
"vipLvIcon"
:
"vipLvIcon0.png"
}
,
{
"currentLvTip"
:
"currentLvTip1.png"
,
"barVip"
:
"barVip1.png"
,
"barBgVip"
:
"barBgVip1.png"
,
"vipLvBg"
:
"vipLvBg1.png"
,
"vipLvIcon"
:
"vipLvIcon1.png"
}
,
{
"currentLvTip"
:
"currentLvTip2.png"
,
"barVip"
:
"barVip2.png"
,
"barBgVip"
:
"barBgVip2.png"
,
"vipLvBg"
:
"vipLvBg2.png"
,
"vipLvIcon"
:
"vipLvIcon2.png"
}
,
{
"currentLvTip"
:
"currentLvTip3.png"
,
"barVip"
:
"barVip3.png"
,
"barBgVip"
:
"barBgVip3.png"
,
"vipLvBg"
:
"vipLvBg3.png"
,
"vipLvIcon"
:
"vipLvIcon3.png"
}
,
{
"currentLvTip"
:
"currentLvTip4.png"
,
"barVip"
:
"barVip4.png"
,
"barBgVip"
:
"barBgVip4.png"
,
"vipLvBg"
:
"vipLvBg4.png"
,
"vipLvIcon"
:
"vipLvIcon4.png"
}
],
"viplv"
:
{
"imgs"
:
[
"imgPlatinum0.png"
,
"imgPlatinum1.png"
,
"imgPlatinum2.png"
,
"imgPlatinum3.png"
,
"imgPlatinum4.png"
],
"imgBgs"
:
[
],
"imgBgs"
:
[
"imgPlatinumBg0.png"
,
"imgPlatinumBg1.png"
,
"imgPlatinumBg2.png"
,
"imgPlatinumBg3.png"
,
"imgPlatinumBg4.png"
],
"nickNameColors"
:[
"#1d1e25"
,
"#1d1e25"
,
"#1d1e25"
,
"#1d1e25"
,
"#ffffff"
],
"dangqianColors"
:[
"#b27c1e"
,
"#447ab0"
,
"#332288"
,
"#674513"
,
"#674513"
],
"vipLvIcon"
:[
"imgPlatinumIcon0.png"
,
"imgPlatinumIcon1.png"
,
"imgPlatinumIcon2.png"
,
"imgPlatinumIcon3.png"
,
"imgPlatinumIcon4.png"
],
"vipNameImgs"
:[
"imgPlatinumName0.png"
,
"imgPlatinumName1.png"
,
"imgPlatinumName2.png"
,
"imgPlatinumName3.png"
,
"imgPlatinumName4.png"
],
"upLvTxts"
:
[
],
"nickNameColors"
:
[
"#1d1e25"
,
"#1d1e25"
,
"#1d1e25"
,
"#1d1e25"
,
"#ffffff"
],
"dangqianColors"
:
[
"#b27c1e"
,
"#447ab0"
,
"#332288"
,
"#674513"
,
"#674513"
],
"vipLvIcon"
:
[
"imgPlatinumIcon0.png"
,
"imgPlatinumIcon1.png"
,
"imgPlatinumIcon2.png"
,
"imgPlatinumIcon3.png"
,
"imgPlatinumIcon4.png"
],
"vipNameImgs"
:
[
"imgPlatinumName0.png"
,
"imgPlatinumName1.png"
,
"imgPlatinumName2.png"
,
"imgPlatinumName3.png"
,
"imgPlatinumName4.png"
],
"upLvTxts"
:
[
"扫罐内码或下单有机会提升至/V2铂金会员"
,
"扫罐内码或下单有机会提升至/V3钻石会员"
,
"扫罐内码或下单有机会提升至/V4星光会员"
,
"扫罐内码或下单有机会提升至/V5星耀会员"
,
"已提升至最高等级/V5星耀会员"
]
}
,
"vipIntegral"
:
{
"gonglue"
:
{
]
}
,
"vipIntegral"
:
{
"gonglue"
:
{
"url"
:
"https://mom.feihe.com/member/mine/pointStrategy"
,
"type"
:
3
,
"img"
:
"strategyBtn.png"
}
,
"progressBar"
:
{
}
,
"progressBar"
:
{
"barImg"
:
"progressBarIntegral.png"
,
"barBgImg"
:
"progressBarBgIntegral.png"
}
,
"excharge"
:
{
}
,
"excharge"
:
{
"url"
:
"subPackages/shopMainList/topicNew/index?id=1000187"
,
"type"
:
2
,
"img"
:
"integralExchargeBtn.png"
,
...
...
@@ -731,34 +753,34 @@ import YearGift from '../components/pointRightsCom/yearGift.vue';
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
}
,
"vipCardInfo"
:
{
}
,
"vipCardInfo"
:
{
"url"
:
"subPackages/xmhMainProcess/member/index?entrySource=xmh_wechatmp_points_recgoodsbot"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
}
,
"jifenmingxi"
:
{
}
,
"jifenmingxi"
:
{
"url"
:
"https://mom.feihe.com/member/mine/newPointDetail?crmId={crmid
}
&appCode=XMH"
,
"type"
:
3
}
}
,
"clickMore"
:
{
"url"
:
"subPackages/xmhMainProcess/member/index?entrySource=xmh_wechatmp_points_recgoodsbot"
,
"type"
:
2
,
"extra"
:
{
}
}
,
"clickMore"
:
{
"url"
:
"subPackages/xmhMainProcess/member/index?entrySource=xmh_wechatmp_points_recgoodsbot"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
}
,
"qunyiInfo"
:
{
"vipRule"
:
{
}
}
,
"qunyiInfo"
:
{
"vipRule"
:
{
"url"
:
"https://mom.feihe.com/member/mine/pointStrategy"
,
"type"
:
3
}
,
"quanyiBgs"
:
[
}
,
"quanyiBgs"
:
[
{
"lockImg"
:
"quanyiLockBg0.png"
,
"unlockImg"
:
"quanyiunLockBg0.png"
,
...
...
@@ -788,10 +810,9 @@ import YearGift from '../components/pointRightsCom/yearGift.vue';
"unlockImg"
:
"quanyiunLockBg4.png"
,
"selectImg"
:
"quanyiSelectBg4.png"
,
"quanyiNum"
:
9
}
,
],
"imgInfos"
:
[
}
],
"imgInfos"
:
[
{
"img"
:
"yueyueliIcon0.png"
,
"width"
:
"99rpx"
,
...
...
@@ -846,20 +867,20 @@ import YearGift from '../components/pointRightsCom/yearGift.vue';
"height"
:
"99rpx"
,
"name"
:
"溯源游"
}
],
"rule"
:
{
],
"rule"
:
{
"url"
:
"https://mom.feihe.com/member/mine/pointStrategy"
,
"type"
:
3
}
,
"vipQuanyiUrl"
:
{
}
,
"vipQuanyiUrl"
:
{
"url"
:
"subPackages/xmhMainProcess/member/index?entrySource=xmh_wechatmp_points_recgoodsbot"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
}
,
"vipLvsQuanyi"
:
[
}
,
"vipLvsQuanyi"
:
[
{
"qunyiList"
:
[
0
,
2
,
5
],
"isNewArr"
:
[]
...
...
@@ -880,10 +901,10 @@ import YearGift from '../components/pointRightsCom/yearGift.vue';
"qunyiList"
:
[
9
,
8
,
1
,
6
,
7
,
0
,
2
,
5
],
"isNewArr"
:
[
9
]
}
]
}
,
"vipActive"
:
[
{
]
}
,
"vipActive"
:
[
{
"img"
:
"vipAct2.png"
,
"url"
:
"/subPackages/shopMainProcess/lottery/index?utm_campaign=%E6%BA%AF%E6%BA%90%E6%8A%BD%E5%A5%96&_channel_track_key=ngSppZAj"
,
"type"
:
2
,
...
...
@@ -891,585 +912,423 @@ import YearGift from '../components/pointRightsCom/yearGift.vue';
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
}
],
"goodsListData"
:
{
"listCommon"
:
{
"listItemImgBg"
:
"integral/10
08
/listItemImgBg.png"
}
,
"tabInfo"
:
{
}
],
"goodsListData"
:
{
"listCommon"
:
{
"listItemImgBg"
:
"integral/10
21
/listItemImgBg.png"
}
,
"tabInfo"
:
{
"tabBg"
:
"tapSelectBg.png"
,
"tabTexts"
:
[
{
"line1"
:
"星品榜单"
,
"line2"
:
""
"line1"
:
"星品榜单"
,
"line2"
:
""
}
,
{
"line1"
:
"0元爆款"
,
"line2"
:
""
"line1"
:
"0元爆款"
,
"line2"
:
""
}
,
{
"line1"
:
"北纬专场"
,
"line2"
:
""
"line1"
:
"北纬专场"
,
"line2"
:
""
}
]
}
,
"productIdUrl"
:
{
}
,
"productIdUrl"
:
{
"xingpin"
:
[
{
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"632366292935447153"
,
"skuId"
:
"632366292935447154"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
}
,
{
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"434526218612696157"
,
"skuId"
:
"434526218612696158"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
}
,
{
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"779457178234291713"
,
"skuId"
:
"779457178234291714"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
}
,
{
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"632368902459430553"
,
"skuId"
:
"632368902459430554"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
}
,
{
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"748373470406312440"
,
"skuId"
:
"748373470406312441"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
}
,
{
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"700209063828145600"
,
"skuId"
:
"700209063828145601"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
}
,
{
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"444612538255511698"
,
"skuId"
:
"444612538255511699"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
}
,
{
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"748374838109458955"
,
"skuId"
:
"748374838109458956"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
}
,
{
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"748376191670080756"
,
"skuId"
:
"748376191670080757"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
}
,
{
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"444614841574228087"
,
"skuId"
:
"444614841574228088"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
}
,
{
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"642944987112793104"
,
"skuId"
:
"642944987112793105"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
}
,
{
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"660577242594873852"
,
"skuId"
:
"660577242594873853"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
}
,
{
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"593557253255397681"
,
"skuId"
:
"675866042011105275"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
}
,
{
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"670068445908034706"
,
"skuId"
:
"670072178498381183"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
}
,
{
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"660575857729992191"
,
"skuId"
:
"660575857729992192"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
}
,
{
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"486040248826077773"
,
"skuId"
:
"486040248826077774"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"632366292935447153"
,
"skuId"
:
"632366292935447154"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
],
"lingyuan"
:
[
{
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"643301938280182989"
,
"skuId"
:
"643301938280182990"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
}
,
{
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"57077085502887690
7"
,
"skuId"
:
"57077085502887690
8"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"43452621861269615
7"
,
"skuId"
:
"43452621861269615
8"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
}
,
{
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"643302772176787321
"
,
"skuId"
:
"643302772176787322
"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"779457178234291713
"
,
"skuId"
:
"779457178234291714
"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
}
,
{
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"650261586675438161
"
,
"skuId"
:
"65026176175811160
4"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"632368902459430553
"
,
"skuId"
:
"63236890245943055
4"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
}
,
{
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"637115498514653835
"
,
"skuId"
:
"637115498514653836
"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"748373470406312440
"
,
"skuId"
:
"748373470406312441
"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
}
,
{
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"637462885116453461
"
,
"skuId"
:
"637462885116453462
"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"700209063828145600
"
,
"skuId"
:
"700209063828145601
"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
}
,
{
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"637125264624522797
"
,
"skuId"
:
"637125264624522798
"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"444612538255511698
"
,
"skuId"
:
"444612538255511699
"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
}
,
{
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"664995106239801237
"
,
"skuId"
:
"664995106239801238
"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"748374838109458955
"
,
"skuId"
:
"748374838109458956
"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
}
,
{
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"566750277742626607
"
,
"skuId"
:
"566750277742626608
"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"748376191670080756
"
,
"skuId"
:
"748376191670080757
"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
}
,
{
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"664992929630904330
"
,
"skuId"
:
"702706680618457075
"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"444614841574228087
"
,
"skuId"
:
"444614841574228088
"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
}
,
{
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"479814938702811385
"
,
"skuId"
:
"479814938702811386
"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"642944987112793104
"
,
"skuId"
:
"642944987112793105
"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
}
,
{
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"477231839213998660
"
,
"skuId"
:
"477231839213998661
"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"660577242594873852
"
,
"skuId"
:
"660577242594873853
"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
}
,
{
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"710238004623156187
"
,
"skuId"
:
"710238148411278894
"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"593557253255397681
"
,
"skuId"
:
"675866042011105275
"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
}
,
{
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"637105594356118250
"
,
"skuId"
:
"637105594356118251
"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"670068445908034706
"
,
"skuId"
:
"670072178498381183
"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
}
,
{
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"446767559140140163
"
,
"skuId"
:
"446767559140140164
"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"660575857729992191
"
,
"skuId"
:
"660575857729992192
"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
}
,
{
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"575869473685026384
"
,
"skuId"
:
"575869473689219730
"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"486040248826077773
"
,
"skuId"
:
"486040248826077774
"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
}
],
"beiwei"
:
[
{
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"694019044167238066"
,
"skuId"
:
"694019044167238067"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"694019044167238066"
,
"skuId"
:
"694019044167238067"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
}
,
{
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"548984197069284758"
,
"skuId"
:
"548984197069284759"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"548984197069284758"
,
"skuId"
:
"548984197069284759"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
}
,
{
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"548991402553569325"
,
"skuId"
:
"548991402553569326"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"548991402553569325"
,
"skuId"
:
"548991402553569326"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
}
,
{
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"757045038059549612"
,
"skuId"
:
"757045038059549613"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"757045038059549612"
,
"skuId"
:
"757045038059549613"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
}
,
{
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"555507401709887582"
,
"skuId"
:
"555507401709887583"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"555507401709887582"
,
"skuId"
:
"555507401709887583"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
}
,
{
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"555151404052796950"
,
"skuId"
:
"555151404052796951"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"555151404052796950"
,
"skuId"
:
"555151404052796951"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
}
,
{
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"704050114989893289"
,
"skuId"
:
"704050114989893290"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"704050114989893289"
,
"skuId"
:
"704050114989893290"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
}
,
{
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"710290587034550507"
,
"skuId"
:
"710290587034550508"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
"url"
:
"subPackages/shopMainProcess/product/index?productId={productId
}
&skuId={skuId
}
&entrySource=xmh_wechatmp_points_star"
,
"productId"
:
"710290587034550507"
,
"skuId"
:
"710290587034550508"
,
"type"
:
2
,
"extra"
:
{
"appId"
:
"wx4205ec55b793245e"
,
"envVersion"
:
"release"
}
}
]
}
,
"goodsData"
:
[
}
,
"goodsData"
:
[
{
"titles"
:
[
"星飞帆4段儿童成长配..."
,
"星飞帆卓睿4段儿童配..."
,
"飞鹤臻贵儿童成长配方..."
,
"茁然 茁护儿童配方奶..."
,
"经典爱本乳铁蛋白配方..."
,
"飞鹤茁然高钙奶酪泡芙..."
,
"金装1962-中老年高钙..."
,
"经典爱本膳骨配方奶粉..."
,
"经典爱本清澄配方奶粉..."
,
"金装1962-高钙高蛋白..."
,
"德佑纯水湿巾80抽/包"
,
"婴儿专护除菌除螨洗衣..."
,
"多肉鳕鱼空气脆饼干宝..."
,
"DHA深海鳕鱼肠80g*4袋"
,
"云朵软软绵柔巾洗脸巾..."
,
"凡士林100ml倍护精华..."
"星飞帆4段儿童成长配..."
,
"星飞帆卓睿4段儿童配..."
,
"飞鹤臻贵儿童成长配方..."
,
"茁然 茁护儿童配方奶..."
,
"经典爱本乳铁蛋白配方..."
,
"飞鹤茁然高钙奶酪泡芙..."
,
"金装1962-中老年高钙..."
,
"经典爱本膳骨配方奶粉..."
,
"经典爱本清澄配方奶粉..."
,
"金装1962-高钙高蛋白..."
,
"德佑纯水湿巾80抽/包"
,
"婴儿专护除菌除螨洗衣..."
,
"多肉鳕鱼空气脆饼干宝..."
,
"DHA深海鳕鱼肠80g*4袋"
,
"云朵软软绵柔巾洗脸巾..."
,
"凡士林100ml倍护精华..."
],
"prices"
:
[
"低至730积分+¥115"
,
"低至865积分+¥195"
,
"低至1000积分+¥228"
,
"低至715积分+¥125"
,
"低至560积分+¥102"
,
"低至323积分+¥37.5"
,
"低至210积分+¥68"
,
"低至560积分+¥102"
,
"低至3960积分+¥158.4"
,
"低至210积分+¥68"
,
"低至65积分+¥36.5"
,
"低至90积分+¥12.9"
,
"低至2300积分+¥2"
,
"低至65积分+¥19.5"
,
"低至80积分+¥14.9"
,
"低至86积分+¥21.3"
"低至730积分+¥115"
,
"低至865积分+¥195"
,
"低至1000积分+¥228"
,
"低至715积分+¥125"
,
"低至560积分+¥102"
,
"低至323积分+¥37.5"
,
"低至210积分+¥68"
,
"低至560积分+¥102"
,
"低至3960积分+¥158.4"
,
"低至210积分+¥68"
,
"低至65积分+¥36.5"
,
"低至90积分+¥12.9"
,
"低至2300积分+¥2"
,
"低至65积分+¥19.5"
,
"低至80积分+¥14.9"
,
"低至86积分+¥21.3"
],
"goodsImgs"
:
[
"listItemImgJx0.png"
,
"listItemImgJx1.png"
,
"listItemImgJx2.png"
,
"listItemImgJx3.png"
,
"listItemImgJx4.png"
,
"listItemImgJx5.png"
,
"listItemImgJx6.png"
,
"listItemImgJx7.png"
,
"listItemImgJx8.png"
,
"listItemImgJx9.png"
,
"listItemImgJx10.png"
,
"listItemImgJx11.png"
,
"listItemImgJx12.png"
,
"listItemImgJx13.png"
,
"listItemImgJx14.png"
,
"listItemImgJx15.png"
"listItemImgJx0.png"
,
"listItemImgJx1.png"
,
"listItemImgJx2.png"
,
"listItemImgJx3.png"
,
"listItemImgJx4.png"
,
"listItemImgJx5.png"
,
"listItemImgJx6.png"
,
"listItemImgJx7.png"
,
"listItemImgJx8.png"
,
"listItemImgJx9.png"
,
"listItemImgJx10.png"
,
"listItemImgJx11.png"
,
"listItemImgJx12.png"
,
"listItemImgJx13.png"
,
"listItemImgJx14.png"
,
"listItemImgJx15.png"
]
}
,
{
"titles"
:
[
"星飞帆4段儿童成长配..."
,
"飞鹤茁然儿童配方奶升..."
,
"茁然 茁护儿童配方奶..."
,
"宝宝钙维生素D软胶囊..."
,
"婴儿专护除菌除螨洗衣..."
,
"公牛 新国标插座/插线..."
,
"宝宝植萃深度洁净洗衣..."
,
"九阳煮蛋器多功能智能..."
,
"云朵软软绵柔巾洗脸巾..."
,
"荣事达电煮锅家用多功..."
,
"德佑小白羊绵柔巾珍珠..."
,
"babygo进口户外防水..."
,
"苏泊尔(SUPOR)真..."
,
"超级飞侠儿童绘画笔套..."
,
"可爱多湿巾纸无染清洁..."
,
"亲肤纯水湿巾加厚加大..."
"星飞帆4段儿童成长配..."
,
"飞鹤茁然儿童配方奶升..."
,
"茁然 茁护儿童配方奶..."
,
"宝宝钙维生素D软胶囊..."
,
"婴儿专护除菌除螨洗衣..."
,
"公牛 新国标插座/插线..."
,
"宝宝植萃深度洁净洗衣..."
,
"九阳煮蛋器多功能智能..."
,
"云朵软软绵柔巾洗脸巾..."
,
"荣事达电煮锅家用多功..."
,
"德佑小白羊绵柔巾珍珠..."
,
"babygo进口户外防水..."
,
"苏泊尔(SUPOR)真..."
,
"超级飞侠儿童绘画笔套..."
,
"可爱多湿巾纸无染清洁..."
,
"亲肤纯水湿巾加厚加大..."
],
"prices"
:
[
11500
,
8900
,
12000
,
5450
,
2190
,
5980
,
2490
,
4900
,
2290
,
4900
,
2490
,
3800
,
9900
,
7900
,
990
,
1990
11500
,
8900
,
12000
,
5450
,
2190
,
5980
,
2490
,
4900
,
2290
,
4900
,
2490
,
3800
,
9900
,
7900
,
990
,
1990
],
"goodsImgs"
:
[
"listItemImgXL0.png"
,
"listItemImgXL1.png"
,
"listItemImgXL2.png"
,
"listItemImgXL3.png"
,
"listItemImgXL4.png"
,
"listItemImgXL5.png"
,
"listItemImgXL6.png"
,
"listItemImgXL7.png"
,
"listItemImgXL8.png"
,
"listItemImgXL9.png"
,
"listItemImgXL10.png"
,
"listItemImgXL11.png"
,
"listItemImgXL12.png"
,
"listItemImgXL13.png"
,
"listItemImgXL14.png"
,
"listItemImgXL15.png"
"listItemImgXL0.png"
,
"listItemImgXL1.png"
,
"listItemImgXL2.png"
,
"listItemImgXL3.png"
,
"listItemImgXL4.png"
,
"listItemImgXL5.png"
,
"listItemImgXL6.png"
,
"listItemImgXL7.png"
,
"listItemImgXL8.png"
,
"listItemImgXL9.png"
,
"listItemImgXL10.png"
,
"listItemImgXL11.png"
,
"listItemImgXL12.png"
,
"listItemImgXL13.png"
,
"listItemImgXL14.png"
,
"listItemImgXL15.png"
]
}
,
{
"titles"
:
[
"北纬47度水果玉米"
,
"北纬47度黄糯鲜玉米"
,
"北纬47度白甜糯玉米"
,
"北纬47度东北烧烤..."
,
"北纬47度花甜糯玉米"
,
"北纬47度黑珍珠玉米"
,
"N47°植物酵素乳245..."
,
"N47°水果玉米汁245..."
"北纬47度水果玉米"
,
"北纬47度黄糯鲜玉米"
,
"北纬47度白甜糯玉米"
,
"北纬47度东北烧烤..."
,
"北纬47度花甜糯玉米"
,
"北纬47度黑珍珠玉米"
,
"N47°植物酵素乳245..."
,
"N47°水果玉米汁245..."
],
"prices"
:
[
4740
,
3900
,
4600
,
5990
,
4600
,
5200
,
9990
,
7990
4740
,
3900
,
4600
,
5990
,
4600
,
5200
,
9990
,
7990
],
"goodsImgs"
:
[
"listItemImgPzh0.png"
,
"listItemImgPzh1.png"
,
"listItemImgPzh2.png"
,
"listItemImgPzh3.png"
,
"listItemImgPzh4.png"
,
"listItemImgPzh5.png"
,
"listItemImgPzh6.png"
,
"listItemImgPzh7.png"
"listItemImgPzh0.png"
,
"listItemImgPzh1.png"
,
"listItemImgPzh2.png"
,
"listItemImgPzh3.png"
,
"listItemImgPzh4.png"
,
"listItemImgPzh5.png"
,
"listItemImgPzh6.png"
,
"listItemImgPzh7.png"
]
}
]
}
}
);
]
}
}
);
// const integralData = ref(
{
}
);
const
quanyitiaozhuanInfo
=
ref
({
}
);
...
...
@@ -1776,8 +1635,8 @@ import YearGift from '../components/pointRightsCom/yearGift.vue';
//
const
{
data
}
=
await
fetchIntegralJSON
();
//
integralData.value =
{...
data
}
;
const
{
data
}
=
await
fetchIntegralJSON
();
integralData
.
value
=
{...
data
}
;
swiperData
.
value
=
integralData
.
value
.
swiper
;
vipLvIcons
.
value
=
integralData
.
value
.
viplv
.
imgs
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment