Prechádzať zdrojové kódy

fix: 调整部分功能模块

wenxingxing 1 deň pred
rodič
commit
75b722d48b

+ 2 - 2
pages_user/user/refundOrderDetail.vue

@@ -4,7 +4,7 @@
 			<!-- 背景图片 -->
 			<view class="bgViewClass"></view>
 			<view class="top-inner">			
-				<u-navbar bgColor="#FF233C" :titleStyle="{color:'#FFFFFF'}" leftIconColor="#FFFFFF" title="售后详情" :autoBack="true"> </u-navbar>
+				<u-navbar bgColor="transparent"  :titleStyle="{color:'#FFFFFF'}" leftIconColor="#FFFFFF" title="售后详情" :autoBack="true"> </u-navbar>
 				
 				<!-- 顶部固定后站位元素 -->
 				<view style="padding-bottom: 88upx;">
@@ -283,7 +283,7 @@
 			top: 0;
 			left: 0;
 			z-index: 1;
-			background: #FF233C;
+			background: linear-gradient(to bottom, #FF233C, #FFF5F5);;
 			border-radius: 0 0 40rpx 40rpx;
 		}
 		.top-inner{

+ 1 - 1
pages_user/user/storeOrderDetail.vue

@@ -7,7 +7,7 @@
 			<view class="back-box" @click="back">
 				<image src="https://zkzh-2025.oss-cn-beijing.aliyuncs.com/shop/images/back_white.png" mode=""></image>
 				<text class="title">订单详情</text>
-				<text></text>
+				<text style="width: 40upx;"></text>
 			</view>
 		</view>
 		<view v-if="isBindMsg && !loading">