1
This commit is contained in:
@@ -146,6 +146,13 @@ pub fn runtime_profile_recharge_product_by_id(
|
||||
.find(|product| product.product_id == product_id)
|
||||
}
|
||||
|
||||
pub fn visible_runtime_profile_user_tags(tags: &[String]) -> Vec<String> {
|
||||
tags.iter()
|
||||
.filter(|tag| tag.as_str() == "北科")
|
||||
.cloned()
|
||||
.collect()
|
||||
}
|
||||
|
||||
fn build_points_recharge_product(
|
||||
product_id: &str,
|
||||
title: &str,
|
||||
|
||||
Reference in New Issue
Block a user