###
whycq
2022-02-15 d5a6b28258858c9359ee81a235030100f25e6a4c
pages/basics/stockCheck.vue
@@ -96,9 +96,9 @@
      onLoad(){
         let that = this
         uni.request({
            url:this.baseUrl+"/available/take/check/site",
            url: that.baseUrl + "/available/take/check/site",
            header: {
               'token': localStorage.getItem('token')
               'token':uni.getStorageSync('token')
            },
            method: 'POST',
            async: false,
@@ -135,10 +135,10 @@
               return;
            }
            uni.request({
               url:that.baseUrl + "/matCode/auth",
               url: that.baseUrl + "/matCode/auth",
               header: {
                  'content-type':'application/x-www-form-urlencoded',
                  'token': localStorage.getItem('token')
                  'token':uni.getStorageSync('token')
                  },
               data: {
                  id:thatId