Ver Fonte

feat: 修改

Moss há 1 ano atrás
pai
commit
ba7938230f
1 ficheiros alterados com 13 adições e 1 exclusões
  1. 13 1
      src/pages/goods/detail.vue

+ 13 - 1
src/pages/goods/detail.vue

@@ -81,8 +81,10 @@
             <view class="reply" v-if="item.goodsMessageList && item.goodsMessageList.length > 0">
               <view class="it" v-for="(it, idx) in item.goodsMessageList" :key="idx" @tap="handelReply(it)">
                 <text class="name">{{it.userName}}</text>
+                <!-- <text class="tag">卖家</text> -->
                 <text class="text">回复</text>
-                <text class="name">{{it.replyNickName}}</text>:{{it.message}}
+                <text class="name">{{it.replyNickName}}</text>
+                :{{it.message}}
               </view>
             </view>
           </view>
@@ -745,6 +747,16 @@ import { uploadImg } from '@/common/utils/util.js'
         }
         .text {
           color: $sec-font;
+          margin: 0 4rpx;
+        }
+        .tag {
+          font-size: 20rpx;
+          color: $theme-color;
+          background: rgba($color: $theme-color, $alpha: .2);
+          height: 40rpx;
+          padding: 4rpx 8rpx;
+          margin-left: 4rpx;
+          border-radius: 4rpx;
         }
       }
     }