From 4a29244fd31cc4e64a53dd67ea0806277a1c09ec Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期日, 18 六月 2023 23:31:42 +0800 Subject: [PATCH] no message --- uniapp/pages/find/findGoods.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/uniapp/pages/find/findGoods.vue b/uniapp/pages/find/findGoods.vue index c84b413..70b6372 100644 --- a/uniapp/pages/find/findGoods.vue +++ b/uniapp/pages/find/findGoods.vue @@ -11,7 +11,7 @@ <image class="avator-img" :src="anchor.head_img" mode="aspectFill"></image> <view class="author-name-box"> - {{anchor.nickname}} + 灏忓畼绮鹃�� </view> <view class="follow-btn rowCenCen" @tap='followFnc()'> @@ -424,7 +424,7 @@ .snapUp-btn{ width: 104rpx; height: 44rpx; - background: linear-gradient(0deg, #E00604, #F85C21); + background: #f50d49; border-radius: 8rpx; font-size: 28rpx; font-weight: 500; -- Gitblit v1.9.3