当我单击我的cell-card
但它没有通过时,我需要将一些值传递给目标。但是,正常值正在传递,但结构值未传递。我给用户一个cell-card
“下周有什么体育新闻”的用户。所以我的运动是类别,下周是DateTimeExpression
。
所以我可以通过类别但不能通过时间。这是我的点击
on-click{
intent{
goal:NewsSearch
value-set:CategoryName{CategoryName(Sports)}
value-set:MyDateTimeExpression($expr(viv.time.DateTimeExpression(Next Week)))
}
}
我的结构MyDateTimeExpression
是
structure (MyDateTimeExpression) {
role-of(time.DateTimeExpression)
features {
transient
}
}