Explorar el Código

solve bugs on presentR

StephenArk30 hace 6 años
padre
commit
02a0d3c6cc
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      sourcecode/h5app/vue/src/views/PresentRegister.vue

+ 2 - 2
sourcecode/h5app/vue/src/views/PresentRegister.vue

@@ -113,7 +113,7 @@
                 tag: 0,
                 photo: null,
                 loading: false,
-                imgUrl : "",
+                imgUrl: "http://pjczv6ygf.bkt.clouddn.com/camera.png",
                 giftDo: {}
             }
         },
@@ -260,7 +260,7 @@
                     return;
                 }
                 else if (this.presentName.length === 0) {
-                    Toast.fail('请填写手机号');
+                    Toast.fail('请填写礼物名称');
                     this.pnError = true;
                     this.loading = false;
                     return;