Commit e434cb6e authored by 王炽's avatar 王炽

6666666

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