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

6666

parent 642f7353
......@@ -17,8 +17,8 @@ const {
// 通常可以吧 baseUrl 单独放在一个 js 文件了
// export const baseUrl = "http://172.16.230.108:7777/pmall";
// export const baseUrl = "https://momclub-uat.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-test.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://feihe.m.duibatest.com.cn/pmall"
......
......@@ -850,6 +850,14 @@
height: auto;
margin-top: 22rpx;
.exchange-title {
margin-top: 50rpx;
font-size: 30rpx;
color: #000000;
// margin-bottom: 20rpx;
font-weight: bold;
display: block;
}
.custom-tabs {
display: flex;
......
......@@ -365,6 +365,9 @@
<!-- 商品展示容器 -->
<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="custom-tabs" :class="{
......@@ -1993,7 +1996,7 @@ onMounted(async () => {
quanyitiaozhuanInfo.value = integralData.value?.quanyitiaozhuanInfo;
quanyiListIcon.value = [];
imgInfos.value.forEach((element, index) => {
imgInfos.value?.forEach((element, index) => {
quanyiListIcon.value.push(element.img);
privilegeSizes.value.push({ width: element.width, height: element.height, name: element.name });
});
......@@ -2070,7 +2073,7 @@ onMounted(async () => {
});
const initExposure = () => {
imgInfos.value.forEach((item, index) => {
imgInfos.value?.forEach((item, index) => {
md.sensorComponentLogTake({
xcxComponentExposure: "true",
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