| | |
| | | </uni-table> |
| | | |
| | | </view> |
| | | <view> |
| | | <button class="cu-btn bg-yellow pda-btn" @click="comb()">组 托</button> |
| | | <button class="cu-btn bg-grey pda-btn" @click="reset">重 置</button> |
| | | <view style="height: 200rpx;"> |
| | | <!-- 空白层 --> |
| | | </view> |
| | | <view class="cu-bar foot"> |
| | | <view class="flex solid-bottom padding justify-start"> |
| | | <button class="cu-btn bg-yellow lg margin-xs" style="width: 250rpx;" @click="comb()">组 托</button> |
| | | <button class="cu-btn bg-grey lg margin-xs" @click="reset">重 置</button> |
| | | </view> |
| | | </view> |
| | | |
| | | <view> |
| | | <!-- 普通弹窗 --> |
| | | <uni-popup ref="popup" background-color="#fff" style="width: 500rpx;"> |
| | |
| | | return; |
| | | } |
| | | uni.request({ |
| | | url: that.baseUrl + "/matCode/auth", |
| | | url: that.baseHttp + that.baseIP + that.baseUrl + "/matCode/auth", |
| | | |
| | | header:{ |
| | | 'content-type':'application/x-www-form-urlencoded', |
| | |
| | | } |
| | | uni.request({ |
| | | |
| | | url: that.baseUrl + "/mobile/comb/auth", |
| | | url: that.baseHttp + that.baseIP + that.baseUrl + "/mobile/comb/auth", |
| | | header:{ |
| | | // #ifdef H5 |
| | | 'token':uni.getStorageSync('token') |