Browse Source

update free join class

zhuf 1 year ago
parent
commit
995f624296
3 changed files with 269 additions and 216 deletions
  1. 267 213
      pnpm-lock.yaml
  2. 0 3
      src/components.d.ts
  3. 2 0
      src/pages/stxk/jz/kcxq.vue

File diff suppressed because it is too large
+ 267 - 213
pnpm-lock.yaml


+ 0 - 3
src/components.d.ts

@@ -41,14 +41,11 @@ declare module '@vue/runtime-core' {
     VanRadio: typeof import('vant/es')['Radio']
     VanRadioGroup: typeof import('vant/es')['RadioGroup']
     VanRate: typeof import('vant/es')['Rate']
-<<<<<<< HEAD
-=======
     VanSkeleton: typeof import('vant/es')['Skeleton']
     VanStep: typeof import('vant/es')['Step']
     VanSteps: typeof import('vant/es')['Steps']
     VanSticky: typeof import('vant/es')['Sticky']
     VanSubmitBar: typeof import('vant/es')['SubmitBar']
->>>>>>> master
     VanSwipe: typeof import('vant/es')['Swipe']
     VanSwipeItem: typeof import('vant/es')['SwipeItem']
     VanTab: typeof import('vant/es')['Tab']

+ 2 - 0
src/pages/stxk/jz/kcxq.vue

@@ -97,6 +97,8 @@ function handleSubmitbarClick() {
         location.replace(
           `http://wx.bozedu.net/get-weixin-code.html?appid=${window.GLOBAL_CONFIG.appid}&redirect_uri=${_href}&state=1`
         );
+      }else{
+        orderStatus = 2;
       }
     }
   });