#
whycq
2022-02-26 98945badb71cd48e66fd64af2c8f3528f19a18ad
pages/basics/comb.vue
@@ -24,8 +24,8 @@
         
      </view>
      <view>
         <button class="cu-btn bg-yellow pda-btn" @click="comb()">组托</button>
         <button class="cu-btn bg-grey pda-btn" @click="reset">重置</button>
         <button class="cu-btn bg-yellow pda-btn" @click="comb()">组 托</button>
         <button class="cu-btn bg-grey pda-btn" @click="reset">重 置</button>
      </view>
      <view>
         <!-- 普通弹窗 -->
@@ -118,7 +118,7 @@
               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',
@@ -213,7 +213,7 @@
            }
            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')