Commit 4d8b7631 authored by 王炽's avatar 王炽

6666

parent 642f7353
...@@ -17,8 +17,8 @@ const { ...@@ -17,8 +17,8 @@ const {
// 通常可以吧 baseUrl 单独放在一个 js 文件了 // 通常可以吧 baseUrl 单独放在一个 js 文件了
// export const baseUrl = "http://172.16.230.108:7777/pmall"; // export const baseUrl = "http://172.16.230.108:7777/pmall";
// export const baseUrl = "https://momclub-uat.feihe.com/pmall";//测试环境 // export const baseUrl = "https://momclub-uat.feihe.com/pmall";//测试环境
export const baseUrl = "https://momclub-test.feihe.com/pmall"; // export const baseUrl = "https://momclub-test.feihe.com/pmall";
// export const baseUrl = "https://momclub.feihe.com/pmall";//生产环境 export const baseUrl = "https://momclub.feihe.com/pmall";//生产环境
// export const baseUrl = "https://docs.dui88.com/mock/1956/api";//mock // export const baseUrl = "https://docs.dui88.com/mock/1956/api";//mock
// export const baseUrl = "https://feihe.m.duibatest.com.cn/pmall" // export const baseUrl = "https://feihe.m.duibatest.com.cn/pmall"
......
...@@ -850,6 +850,14 @@ ...@@ -850,6 +850,14 @@
height: auto; height: auto;
margin-top: 22rpx; margin-top: 22rpx;
.exchange-title {
margin-top: 50rpx;
font-size: 30rpx;
color: #000000;
// margin-bottom: 20rpx;
font-weight: bold;
display: block;
}
.custom-tabs { .custom-tabs {
display: flex; display: flex;
......
...@@ -365,6 +365,9 @@ ...@@ -365,6 +365,9 @@
<!-- 商品展示容器 --> <!-- 商品展示容器 -->
<view class="goods-container" v-if="goodsDataArr?.length > 0"> <view class="goods-container" v-if="goodsDataArr?.length > 0">
<!-- 积分兑换标题 -->
<text class="exchange-title" :style="{ color: itemIndex === 4 ? '#FFF0DF' : '#000000' }">积分兑换</text>
<!-- <view class="goods-container"> --> <!-- <view class="goods-container"> -->
<!-- 页签栏 --> <!-- 页签栏 -->
<view class="custom-tabs" :class="{ <view class="custom-tabs" :class="{
...@@ -1993,7 +1996,7 @@ onMounted(async () => { ...@@ -1993,7 +1996,7 @@ onMounted(async () => {
quanyitiaozhuanInfo.value = integralData.value?.quanyitiaozhuanInfo; quanyitiaozhuanInfo.value = integralData.value?.quanyitiaozhuanInfo;
quanyiListIcon.value = []; quanyiListIcon.value = [];
imgInfos.value.forEach((element, index) => { imgInfos.value?.forEach((element, index) => {
quanyiListIcon.value.push(element.img); quanyiListIcon.value.push(element.img);
privilegeSizes.value.push({ width: element.width, height: element.height, name: element.name }); privilegeSizes.value.push({ width: element.width, height: element.height, name: element.name });
}); });
...@@ -2070,7 +2073,7 @@ onMounted(async () => { ...@@ -2070,7 +2073,7 @@ onMounted(async () => {
}); });
const initExposure = () => { const initExposure = () => {
imgInfos.value.forEach((item, index) => { imgInfos.value?.forEach((item, index) => {
md.sensorComponentLogTake({ md.sensorComponentLogTake({
xcxComponentExposure: "true", xcxComponentExposure: "true",
pageName: "积分服务页", pageName: "积分服务页",
......
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