Commit aa72f2a8 authored by zhengke's avatar zhengke

修改

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