|
|
@@ -204,7 +204,7 @@ const ProfilePage: React.FC = () => {
|
|
|
</View>
|
|
|
|
|
|
{/* 会员信息卡片 */}
|
|
|
- <View className="m-[24rpx_32rpx]">
|
|
|
+ <View className="m-[24rpx_32rpx] hidden">
|
|
|
<View
|
|
|
className="bg-gradient-to-br from-[#667eea] to-[#764ba2] rounded-[20rpx] p-[24rpx] text-white shadow-[0_6rpx_24rpx_rgba(102,126,234,0.3)]"
|
|
|
onClick={() => Taro.showToast({ title: '会员功能开发中...', icon: 'none' })}
|