Commit f59cfe93 authored by 王炽's avatar 王炽

66666

parent 66447f83
<template> <template>
<view class="suyuanyou-component" :style="{ <view class="suyuanyou-component" :style="{
background: `url(${$baseUrl}integral/1015/suyuanliBg${props.index}.png) no-repeat center/contain`, background: `url(${$baseUrl}integral/1018/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/1015/tipsLock3${Number(props.index)}.png`" mode="aspectFit" /> <image class="tipLock" :src="$baseUrl + `integral/1018/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="isStart" v-if="isStart"
:style="{ :style="{
background: `url(${$baseUrl}integral/1015/shengriliBtnBg${props.index}.png) no-repeat center/contain` background: `url(${$baseUrl}integral/1018/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/1015/daikaiqiDisBtn${props.index}.png`" :src="`${$baseUrl}integral/1018/daikaiqiDisBtn${props.index}.png`"
mode="aspectFit" mode="aspectFit"
@click="handleUpgrade_daikaiqi" @click="handleUpgrade_daikaiqi"
/> />
...@@ -42,8 +42,9 @@ ...@@ -42,8 +42,9 @@
</template> </template>
<script setup> <script setup>
import { defineProps, defineEmits } from 'vue' import { defineProps, defineEmits, ref, onMounted } from 'vue'
import { showLoading, hideLoading } from '../../utils'; import { showLoading, hideLoading } from '../../utils';
import { fetchActivityStateJSON } from '../../api/integral';
// 定义组件名称 // 定义组件名称
defineOptions({ defineOptions({
......
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