liukangdong
2024-07-11 76754ed762584868150739dcafc01200b33410c4
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})