| | |
| | | |
| | | </view> |
| | | <view> |
| | | <button class="cu-btn bg-yellow pda-btn">确认</button> |
| | | <button class="cu-btn bg-grey pda-btn">重置</button> |
| | | <button class="cu-btn bg-yellow pda-btn">确 认</button> |
| | | <button class="cu-btn bg-grey pda-btn">重 置</button> |
| | | </view> |
| | | <view> |
| | | <uni-popup ref="popup" background-color="#fff" style="width: 500rpx;"> |
| | |
| | | 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, |
| | |
| | | }, |
| | | methods: { |
| | | bindPickerChange: function(e) { |
| | | console.log('picker发送选择改变,携带值为:' + e.detail.value) |
| | | this.index = e.detail.value |
| | | }, |
| | | // 提取 |
| | |
| | | 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 |