Commit aa72f2a8 authored by zhengke's avatar zhengke

修改

parent 9b636fa9
<template> <template>
<view class="vipMain" :style="{ height: contentHeight }"> <view class="vipMain" :style="{ height: contentHeight }">
<view class="vipContent" v-if="isShow" :style="{ backgroundImage: 'url(' + dataList.fxGradeCustom.BackImage + ')', backgroundSize: 'cover' }"> <view class="vipContent" v-if="isShow" :style="{ backgroundImage: 'url(' + dataList.fxGradeCustom.BackImage + ')', backgroundSize: 'cover' }">
<view class="vipInner"> <view class="vipInner" :style="{backgroundColor:dataList.fxGradeCustom.BackColor}">
<view class="vip_yue"> <view class="vip_yue">
<view class="vipIcon"><img :src="dataList.fxGradeCustom.VipICO" alt="" /></view> <view class="vipIcon"><img :src="dataList.fxGradeCustom.VipICO" alt="" /></view>
<view> <view>
...@@ -95,7 +95,6 @@ export default { ...@@ -95,7 +95,6 @@ export default {
}, },
//跳转 //跳转
goUrl(url) { goUrl(url) {
console.log(url);
uni.navigateTo({ uni.navigateTo({
url: url url: url
}); });
...@@ -125,7 +124,6 @@ export default { ...@@ -125,7 +124,6 @@ export default {
left: 50%; left: 50%;
margin-left: -45%; margin-left: -45%;
border-radius: 4px; border-radius: 4px;
background-color: #cf65cd;
} }
.vipMain .vip_yue { .vipMain .vip_yue {
width: 78%; width: 78%;
......
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