Commit 4d50de30 by 陈超

T

parent 1b90983a
...@@ -61,6 +61,10 @@ ...@@ -61,6 +61,10 @@
<a><span class="text_12_400 color_666666">忘记密码?</span></a> <a><span class="text_12_400 color_666666">忘记密码?</span></a>
</div> </div>
<div @click="onConfirm" :class="isOk ? 'confirm_button' : 'confirm_button_disable'" style="margin-top: 6.625rem;">
<span>登录</span>
</div>
</div> </div>
</div> </div>
...@@ -117,8 +121,10 @@ ...@@ -117,8 +121,10 @@
} }
}, },
methods: { methods: {
onConfirm: function() {
} }
}
}) })
</script> </script>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment