|
@@ -338,7 +338,7 @@ export default {
|
|
|
// 活动是否开始
|
|
|
if (this.lotteryInfo.id) {
|
|
|
// 请求列表
|
|
|
- this.$http.request("/api/lottery_riddle_record/get_list", { lottery_id: this.lotteryInfo.id }).then((re) => {
|
|
|
+ this.$http.request("/api/lottery_recruitment_record/get_list", { lottery_id: this.lotteryInfo.id }).then((re) => {
|
|
|
// 设置非请求中
|
|
|
this.isReqing = false;
|
|
|
// 成功结果
|
|
@@ -361,7 +361,7 @@ export default {
|
|
|
// 选择地址
|
|
|
checkedAddrItem(item) {
|
|
|
// 判断数据
|
|
|
- this.$http.request("api/lottery_riddle_record/set_addr", { id: this.recordList[this.recordIndex].id, addr_id: item.id }, "post").then((callback) => {
|
|
|
+ this.$http.request("api/lottery_recruitment_record/set_addr", { id: this.recordList[this.recordIndex].id, addr_id: item.id }, "post").then((callback) => {
|
|
|
// 获取成功
|
|
|
if (callback.code == "success") {
|
|
|
this.recordList[this.recordIndex].status = 1;
|