bug修复

This commit is contained in:
BAKEYi 2026-06-04 13:54:54 +08:00
parent f7755041ad
commit 5c42041cbd
2 changed files with 10 additions and 8 deletions

View File

@ -171,12 +171,11 @@ export default {
});
},
//
//
goToBrandDetail() {
if (this.authorInfo.brandId) {
//
uni.navigateTo({
url: `/pages/brand/detail?id=${this.authorInfo.brandId}`
url: `/pages/jingxuan/brand-detail?id=${this.authorInfo.brandId}`
});
} else {
uni.showToast({ title: '缺少品牌信息', icon: 'none' });
@ -385,13 +384,16 @@ export default {
display: flex;
align-items: center;
font-size: 24rpx;
color: #666666;
color: #FF4767 ;
border: 2rpx solid #FF4767 ;
padding: 8rpx 20rpx;
border-radius: 45rpx;
.arrow-right {
width: 10rpx;
height: 10rpx;
border-top: 2rpx solid #666666;
border-right: 2rpx solid #666666;
border-top: 2rpx solid #FF4767 ;
border-right: 2rpx solid #FF4767 ;
transform: rotate(45deg);
margin-left: 6rpx;
}

View File

@ -289,8 +289,8 @@ export default {
// 使
linkType: data.link_type || 1, // 1= 2=
linkId: data.link_id || 0,
authorName: data.author_name || '美融融平台',
authorAvatar: data.author_avatar || 'https://mrrplus.oss-cn-beijing.aliyuncs.com/photo/system/bbe832bf-aae6-4579-b3cc-246d252488c3',
authorName: data.link_name || '美融融平台',
authorAvatar: data.link_logo || 'https://mrrplus.oss-cn-beijing.aliyuncs.com/photo/system/bbe832bf-aae6-4579-b3cc-246d252488c3',
authorVideoCount: data.link_publish_num || 0, //
date: data.create_time ? data.create_time.substring(0, 10).replace(/-/g, '.') : '',