jiangping
2024-07-12 5776f4f5be2d5aa37a1e928ba95567dfc2e97d5c
wechat_jiaxuan/components/disProduct/index.js
@@ -16,6 +16,11 @@
    activeStatus: '0'
  },
  methods: {
    handleDetail(e) {
      wx.navigateTo({
        url: '/pages/detailDis/product',
      })
    },
    changeOne(){
      const showOne = !this.data.showOne
      this.setData({showOne})