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