Commit 2a642d0b authored by 王炽's avatar 王炽

会员icon修改

parent 20162161
......@@ -277,7 +277,7 @@
>
<!-- <image
class="goods-img-bg"productIdUrl
:src="$baseUrl + `integral/1003/listItemImgBg.png`"
:src="$baseUrl + `integral/1004/listItemImgBg.png`"
mode="aspectFit"
/> -->
<view class="goods-item-container" @click="handleGoodsItemClick('xingpin',i)">
......@@ -400,7 +400,7 @@
import RegisterLayer from "../components/RegisterLayer.vue";
const integralData = ref({
"tupianBanben": "1003",
"tupianBanben": "1004",
"swiper": [
{
"bannerImg": "integralBannerBg0.png",
......@@ -594,7 +594,7 @@
],
"goodsListData": {
"listCommon": {
"listItemImgBg": "integral/1003/listItemImgBg.png"
"listItemImgBg": "integral/1004/listItemImgBg.png"
},
"tabInfo": {
"tabBg": "tapSelectBg.png",
......@@ -1190,7 +1190,7 @@
const activeIndex = ref(0);//tabbar选中项
const showRegisterLayer = ref(false);
const tupianBanben = ref("1003");//图片版本号
const tupianBanben = ref(integralData.value.tupianBanben);//图片版本号
......@@ -1669,7 +1669,7 @@
height: 154rpx;
// margin-left: 32rpx;
// margin-right: 32rpx;
// background: url('@{baseUrl}integral/1003/vipDetailBg.png') no-repeat center/cover;
// background: url('@{baseUrl}integral/1004/vipDetailBg.png') no-repeat center/cover;
flex-direction: row;
position: relative;
display: flex;
......@@ -1723,7 +1723,7 @@
height: 37rpx;
margin-left: 10rpx;
margin-top: 5rpx;
// background: url('@{baseUrl}integral/1003/tabNowBg.png') no-repeat center/contain;
// background: url('@{baseUrl}integral/1004/tabNowBg.png') no-repeat center/contain;
display: flex;
align-items: center;
justify-content: center;
......@@ -1759,7 +1759,7 @@
// flex: 1;
height: 144rpx;
width: 492rpx;
// background: url('@{baseUrl}integral/1003/inteBarAreaBg.png') no-repeat center/cover;
// background: url('@{baseUrl}integral/1004/inteBarAreaBg.png') no-repeat center/cover;
margin-left: 16rpx;
// padding: 16rpx 24rpx;
.integralClick {
......@@ -2003,8 +2003,8 @@
justify-content: center;
&.active {
//https://duiba.oss-cn-hangzhou.aliyuncs.com/fh/integral/1003/tapSelectBg.png
// background-image: url('@{baseUrl}integral/1003/tapSelectBg.png');
//https://duiba.oss-cn-hangzhou.aliyuncs.com/fh/integral/1004/tapSelectBg.png
// background-image: url('@{baseUrl}integral/1004/tapSelectBg.png');
background-size: 100% 100%;
.tab-line1 { color: #1d1e25; }
.tab-line2 { color: #b27c1e; }
......
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