瀏覽代碼

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

DESKTOP-O04BTUJ\muzen 2 年之前
父節點
當前提交
35917487b3
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
         }