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

会员icon修改

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