杨航让修改img组件背景色

This commit is contained in:
田岩
2025-09-12 14:33:58 +08:00
parent 606b04cb86
commit 0a790e0788
5 changed files with 7 additions and 11 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ ENV = 'development'
# VITE_APP_BASE_API_Url = 'http://25.18.122.78:9786'
# DEV
#VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7001'
VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7002'
# app入口
#VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7002'
@@ -20,7 +20,7 @@ ENV = 'development'
# VITE_APP_BASE_H5_API_Url = 'http://25.18.122.21:9786'
VITE_APP_BASE_H5_API_Url = 'https://aitstest.jlbank.com.cn:7001'
VITE_APP_BASE_H5_API_Url = 'https://aitstest.jlbank.com.cn:7002'
# dev
@@ -2,7 +2,7 @@
<view v-bind="$attrs">
<image :src="imgUrlShow" fit="cover" :mode="mode" @click="showDetail" style="width: 100%;height: 100%;"></image>
<!-- <uv-overlay :show="showModel" opacity=".6" @click="showModel = false"> -->
<uni-popup ref="PopupRef" class="popup">
<uni-popup ref="PopupRef" class="popup" mask-background-color="rgba(0,0,0,.9)">
<view class="overlay-box" @click="closePopup">
<image class="detail-img" :src="imgUrlShow" :mode="mode"></image>
</view>
-4
View File
@@ -403,11 +403,7 @@
background-color: #fff;
padding: 25rpx 30rpx 0;
position: relative;
<<<<<<< HEAD
z-index: 0;
=======
z-index: v-bind(btnZindex);
>>>>>>> f86f24557b7e788fae333d20384f03331112cbd5
.touch-btn {
height: 92rpx;
box-shadow: 0 8rpx 20rpx 0 rgba(0, 0, 0, .06);
+1 -1
View File
@@ -99,7 +99,7 @@
>
<!-- v-if="itemT.courseList.length>0 && " -->
<view class="left-color"></view>
{{item.label}}1
{{item.label}}
</view>
<CourseItem v-for="itemC in item.courseList" :itemInfo="itemC" :activeTag="activeTag" @clickItem="toCourseDetail(itemC)"/>
<view
+3 -3
View File
@@ -56,10 +56,10 @@
<view class="ysxy_tip font_pf">
已阅读并同意
<span class="ysxy_term" @click="common.navigateTo('/pages/login/ysxy?page=1')">服务条款</span>
<span class="ysxy_term" @click="common.navigateTo('/pages/login/ysxy?page=1')">用户隐私协议</span>
<span class="ysxy_term" @click="common.navigateTo('/pages/login/ysxy?page=2')">隐私权政策</span>
<!--
<span class="ysxy_term" @click="common.navigateTo('/pages/login/ysxy?page=2')">隐私权政策</span> -->
</view>
</view>
</view>