licailing 4 ani în urmă
părinte
comite
12e03f50d7
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      src/main/h5/src/views/Home.vue

+ 2 - 2
src/main/h5/src/views/Home.vue

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