chenjj 3 dagen geleden
bovenliggende
commit
dde7c57c84
2 gewijzigde bestanden met toevoegingen van 7 en 4 verwijderingen
  1. 2 2
      config.js
  2. 5 2
      pages/common/orderList/listItem.vue

+ 2 - 2
config.js

@@ -2,9 +2,9 @@
 const config = {
 	// baseUrl: 'https://vue.ruoyi.vip/prod-api',
 	//cloud后台网关地址
-	baseUrl: 'http://192.168.100.95:9527',//嵘哥
+	// baseUrl: 'http://192.168.100.95:9527',//嵘哥
 	// baseUrl: 'http://192.168.100.101:9527',//龙哥
-	// baseUrl: 'https://zybooks.tech/prod-api',
+	baseUrl: 'https://zybooks.tech/prod-api',
 	mapKey:'KFEBZ-P2GKZ-A5PX4-7Q6Y7-KXOBF-XCB4C',
 	appName: '金邻助家',
 	// 应用信息

+ 5 - 2
pages/common/orderList/listItem.vue

@@ -18,7 +18,9 @@
                     </text>
                 </view>
                 <view class="item-de">
-                    <img src="/static/serverImg/list/ad2.png" alt="" style="width: 28rpx;height: 28rpx;">
+                    <view style="flex: 1;">
+                        <img src="/static/serverImg/list/ad2.png" alt="" style="width: 28rpx;height: 28rpx;">
+                    </view>
                     {{ data.address }}
                 </view>
                 <view class="item-time">
@@ -111,8 +113,9 @@ function onClick(type) {
             line-height: 39rpx;
             color: rgba(153, 153, 153, 1);
             display: flex;
-            align-items: center;
+            align-items: flex-start;
             justify-content: flex-start;
+            
         }
 
         .item-time {