Commit 566b24d2 authored by 王炽's avatar 王炽

Merge branch 'dev' of http://gitlab2.dui88.com/fh/20250528_FHQ1 into dev

parents 7564f230 4c499680
......@@ -359,6 +359,7 @@
}
.good_name {
font-weight: 500;
font-size: 24rpx;
// 颜色通过内联样式动态设置
overflow: hidden;
......@@ -375,6 +376,7 @@
margin-bottom: 8rpx;
.good_price {
font-weight: 600;
font-size: 24rpx;
// 颜色通过内联样式动态设置
}
......@@ -456,6 +458,7 @@
}
.good_name {
font-weight: 500;
font-size: 28rpx;
margin-bottom: 16rpx;
display: -webkit-box;
......
......@@ -126,6 +126,10 @@ export default {
case 'partnership':
// 跳转到异业合作页面
// uni.navigateTo({ url: '/pages/partnership/index' })
jump({
type: JumpType.H5,
url: 'https://xingmahui.wjx.cn/vm/mZCydha.aspx'
});
break
case 'feedback':
// 跳转到意见反馈页面
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment