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"
......
This diff is collapsed.
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