Explorar o código

h5订单页样式调整

@dongkboy hai 3 semanas
pai
achega
cbeb5ba6b0
Modificáronse 3 ficheiros con 12 adicións e 5 borrados
  1. 1 1
      pages/orders/orders1.vue
  2. 5 3
      pages/quote/premiumCalc1.vue
  3. 6 1
      pages/reward/benefitPackage.vue

+ 1 - 1
pages/orders/orders1.vue

@@ -288,7 +288,7 @@
 			</template>
 		</uni-PopupMessage>
 		<!-- 自定义加载动画 -->
-		<u-overlay :show="loadingShow" style="background-color: rgba(255, 255, 255, 0.9);">
+		<u-overlay :show="loadingShow" style="background-color: rgba(255, 255, 255, 0.8);z-index: 999999;">
 			<view class="dis f-c a-c j-c " style="height: 100%;">
 				<u-loading-icon></u-loading-icon>
 				<text style="color: #909399;" class="mt-1">{{loadingText}}</text>

+ 5 - 3
pages/quote/premiumCalc1.vue

@@ -556,9 +556,11 @@
 			// 跳转报价详情
 			dorderDetails(orderno) {
 				console.log(orderno);
-				uni.navigateTo({
-					url: '/pages/quote/quoteRecordDetail?ordersNo=' + orderno
-				})
+				if (orderno) {
+					uni.navigateTo({
+						url: '/pages/quote/quoteRecordDetail?ordersNo=' + orderno
+					})
+				}
 			},
 			// 修改信息
 			toCarInfo() {

+ 6 - 1
pages/reward/benefitPackage.vue

@@ -248,7 +248,7 @@
 			this.loadingShow = true;
 			try {
 				if (options) {
-					// this.availableAmount = options.availableAmount;
+					this.availableAmount = options.availableAmount;
 				}
 				// 获取定位城市信息
 				const locationData = await LocationService.initLocation();
@@ -756,7 +756,12 @@
 			font-size: 36rpx;
 			color: #1F1F1F;
 			font-weight: bold;
+			// #ifdef H5
+			margin-right: 0;
+			// #endif
+			// #ifdef APP-PLUS
 			margin-left: auto;
+			// #endif
 		}
 	}