1
jyy
2021-01-16 13bb7a1c1b2bbded055b3a7109a5b1d9443eba1e
pages/service/service2.js
@@ -178,22 +178,13 @@
    var _this = this;
    var id = e.currentTarget.dataset.id;
    var service = e.currentTarget.dataset.service;
    if (service == 1) {
      this.checkUserInfoIsBuding()
      var index = e.currentTarget.dataset.index;
      var product = this.data.productList[index];
      wx.setStorageSync('chooseService', product);
      wx.switchTab({
        url: '/pages/yuyue/khyuyue'
      });
    } else {
      wx.navigateTo({
        url: '/pages/service/details?id=' + id,
      })
    }
  },