diff --git a/src/assets/common/Picture frame .png b/src/assets/common/Picture frame .png new file mode 100644 index 0000000..0d96411 Binary files /dev/null and b/src/assets/common/Picture frame .png differ diff --git a/src/utils/webapi.js b/src/utils/webapi.js index aa83004..09ae8b6 100644 --- a/src/utils/webapi.js +++ b/src/utils/webapi.js @@ -210,9 +210,9 @@ export const apiBoxList = async () => { return httpPost(url, { }) } // 宝箱助力 -export const apiEnhanceBox = async (coder) => { +export const apiEnhanceBox = async (code) => { const url = `${API_BASE}/api/chest/enhance`; - return httpPost(url, {coder}) + return httpPost(url, {code}) } // 开启宝箱 export const apiBoxOpen = async (chestId) => { diff --git a/src/views/home/boxBtm.vue b/src/views/home/boxBtm.vue index f0cb245..0cf4c2c 100644 --- a/src/views/home/boxBtm.vue +++ b/src/views/home/boxBtm.vue @@ -206,6 +206,7 @@ slot-scope="scope" >