bug
litian
2024-09-10 99dfeb5fc86bce593a5d3f43f45c26eedc00ab0a
packageBookService/pages/bookServices/linkPage/index.js
@@ -23,6 +23,10 @@
        if (key != 'path')
          path = path + key + '=' + options[key] + '&'
      }
      if (path.lastIndexOf('&') == path.length - 1) {
        console.log(1);
        path = path.slice(0, path.length - 1)
      }
      this.setData({
        path
      })