From 9ea0383c303620cd019d0776ecbb47f52bcef805 Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期三, 28 六月 2023 14:17:25 +0800 Subject: [PATCH] Merge branch 'feature/1.1.3版本开发' into develop --- 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