|
|
@@ -164,7 +164,7 @@ export default {
|
|
|
},
|
|
|
url() {
|
|
|
return (
|
|
|
- "http://wlj.izouma.com/home?performanceId=" +
|
|
|
+ "http://wljtest.izouma.com/home?performanceId=" +
|
|
|
this.info.performanceId +
|
|
|
"&performanceApplyId=" +
|
|
|
this.$route.query.performanceApplyId
|
|
|
@@ -263,7 +263,7 @@ export default {
|
|
|
},
|
|
|
sign() {
|
|
|
this.$http
|
|
|
- .post("/performanceApply/signIn?id=" + this.info.performanceApplyId)
|
|
|
+ .post("/performanceApply/signIn?id=" + this.info.id)
|
|
|
.then(res => {
|
|
|
this.$toast.success("签到成功");
|
|
|
this.getInfo(this.info.id);
|