\r\n
\r\n {{ currencyShow ? \"Price\" : \"单价\" }}:\r\n {{ other.price }}{{ other.currencyKind }}/{{ other.unit }}\r\n
\r\n
\r\n {{ currencyShow ? \"Unit Price\" : \"个数\" }}\r\n
\r\n {{ other.minBuy }}\r\n
\r\n {{ other.cunit }}\r\n
\r\n
\r\n {{ currencyShow ? \"total\" : \"总价\" }} :\r\n {{ other.minBuy * other.price }}\r\n {{ other.currencyKind }}\r\n
\r\n