jiangping
2024-07-12 f1fa213afe8d5b9af4272f6c7dc82917f5baf82f
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})