我想在页面底部显示4个产品,展示相关产品。只是同一子类别的产品。为了达到这个目的,我在related.php
上做了这个改变<Button Content="Take Cash" Command="{Binding DataContext.CommandButtRGHTSCash,
RelativeSource={RelativeSource AncestorType=Window, Mode=FindAncestor}}"
Style="{StaticResource ButtonTemplate}" HorizontalAlignment="Left"
VerticalAlignment="Center"/>
它仅显示与子类别相关的产品。问题是它有时显示2,有时3 ......甚至重新加载相同的产品,它必须总是4。
我怎样才能做到这一点?
感谢。