瑶都万能墙
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
219 B

3 months ago
3 months ago
3 months ago
  1. export default {
  2. data() {
  3. return {
  4. }
  5. },
  6. methods : {
  7. isProductPoint(detail){
  8. return [2].includes(detail.className)
  9. },
  10. isProductPrice(detail){
  11. return [0, 1, 3].includes(detail.className)
  12. },
  13. }
  14. }