forked from gzzfw/frontEnd/gzDyh

liuwh
2024-09-14 e7d382efc71d1a738a6a7c52d0978d6fdb077a8a
gz-wxparty/pages/register/index.js
@@ -485,8 +485,10 @@
  //选择纠纷类型 、跳转事项概况语音描述,跳转事项申请语音描述
  caseTypeGoPage(e) {
    let url = e.currentTarget.dataset.url;
    let type = e.currentTarget.dataset.type;
    let value = e.currentTarget.dataset.value;
    wx.navigateTo({
      url: url,
      url: url + '?type=' + type + '&value=' + value,
    });
  },
@@ -526,9 +528,9 @@
              that.setData({
                submitData: {
                  ...that.data.submitData,
                  [key]: that.data.submitData.caseDes + wordsResult
                  [key]: that.data.submitData[key] + wordsResult
                },
                [keyNum]: (that.data.submitData.caseDes + wordsResult).length
                [keyNum]: (that.data.submitData[keyNum] + wordsResult).length
              });
            }
          },