Procházet zdrojové kódy

签到管理 兑换配置参数修改

DESKTOP-O04BTUJ\muzen před 2 roky
rodič
revize
35917487b3
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/views/registration/exchange/detail.vue

+ 1 - 1
src/views/registration/exchange/detail.vue

@@ -123,7 +123,7 @@ export default {
 
     getMealList() {
       let type = this.form.type === 0 ? 13 : 12
-      mealList(type, 2).then(res => {
+      mealList(type, 4).then(res => {
         if (res.code === 0) {
           this.mealOptions = res.data
         }