浏览代码

1.商城订单详情

guo 2 年之前
父节点
当前提交
05115c2d44
共有 2 个文件被更改,包括 5 次插入4 次删除
  1. 2 1
      pages/user/bespeakDetail.vue
  2. 3 3
      pages/user/myOrder/mallOrderDetail.vue

+ 2 - 1
pages/user/bespeakDetail.vue

@@ -780,7 +780,8 @@
 		position: fixed;
 		bottom: 0rpx;
 		padding-bottom: constant(safe-area-inset-bottom);
-		padding-bottom: env(safe-area-inset-bottom);
+		padding-bottom: env(safe-area-inset-bottom);
+		
 	}
 	.cancel{
 		color: #3C3C3C;

+ 3 - 3
pages/user/myOrder/mallOrderDetail.vue

@@ -77,7 +77,7 @@
 		<view class="information" v-if="SheetType==3">
 			<view class="detailedTitle">套餐内容</view>
 			<!-- 项目 -->
-			<view class="itemBox">
+			<view class="itemBox" v-if="orderData.projectList">
 				<!-- 头 -->
 				<view class="itemTop">
 					<view class="topTitle leftItem">项目名称</view>
@@ -95,7 +95,7 @@
 			</view>
 
 			<!-- 商品 -->
-			<view class="itemBox">
+			<view class="itemBox" v-if="orderData.shopList">
 				<!-- 头 -->
 				<view class="itemTop">
 					<view class="topTitle leftItem">商品名称</view>
@@ -229,7 +229,7 @@
 				lv: 3, // 二维码容错级别 , 一般不用设置,默认就行
 				src: '', // 二维码生成后的图片地址或base64
 				isShowMa: false,
-
+				
 			}
 		},
 		onLoad(opt) {