Browse Source

feat: 订单bug

2912631854@qq.com 1 year ago
parent
commit
6885b68dec
2 changed files with 2 additions and 2 deletions
  1. 1 1
      pagesHouse/Mine/index.vue
  2. 1 1
      pagesHouse/Mine/ordersList/index.vue

+ 1 - 1
pagesHouse/Mine/index.vue

@@ -8,7 +8,7 @@
 					<image :src="dto.shopSign"></image>
 				</view>
 				<view class="al_name_edit">
-					<text>{{dto.linkName}}</text>
+					<text>{{dto.linkName==''?'临时商户':dto.linkName}}</text>
 					<view class="ane_edit" @tap="toTurn('/pagesHouse/Mine/PersonalEditing/PersonalEditing',true)">
 						<text>编辑</text>
 						<image src="https://i.ringzle.com/file/20240129/e824a765b6c24ac6aafbb49b12c23aa9.png"></image>

+ 1 - 1
pagesHouse/Mine/ordersList/index.vue

@@ -355,7 +355,7 @@
 				}
 
 				.mainContent {
-					border-bottom: 1px #f3f3f3 solid;
+					// border-bottom: 1px #f3f3f3 solid;
 					display: flex;
 					padding: 20rpx 0;