Browse Source

no message

linwenxin 4 months ago
parent
commit
0769178a75
2 changed files with 2 additions and 5 deletions
  1. 1 1
      src/packageMine/pages/myWebsit.vue
  2. 1 4
      src/pages/index/index.vue

+ 1 - 1
src/packageMine/pages/myWebsit.vue

@@ -57,7 +57,7 @@
                 <image class="img" src="/static/mine/workerEnter/order.png" mode="aspectFill"></image>
                 <view class="content flex1">
                   <view class="flex_asb">
-                    <view class="title">{{ item.name }}</view>
+                    <view class="title">({{ item.websitId }}){{ item.name }}</view>
                   </view>
                   <view class="flex">
                     <view class="hui">地址</view>

+ 1 - 4
src/pages/index/index.vue

@@ -1473,9 +1473,6 @@ export default {
       height: 100rpx;
       background: none;
       padding: 0;
-      &.bb {
-        border-bottom: 1px solid #eaeaea;
-      }
       &::after {
         border: none;
       }
@@ -1497,7 +1494,7 @@ export default {
       }
     }
     .wrap1 {
-      border-bottom: 1px solid #eaeaea;
+      // border-bottom: 1px solid #eaeaea;
       padding-bottom: 20rpx;
       padding-left: 60rpx;
       .it {