Commit 3aa1873d authored by lvtz's avatar lvtz

fix

parent 211f9708
......@@ -98,7 +98,7 @@ Page({
const that = this;
if (!regexp.mobile.test(that.data.params.mobile)) {
that.setData({
warnTip: '请输入正确格式的手机号,获取验证码'
warnTip: '请输入正确格式的手机号,获取验证码'
},()=>{
setTimeout(function(){
that.setData({
......
......@@ -232,7 +232,7 @@
color:rgba(249,187,0,1);
}
.content-box .introduction{
padding: 36rpx 12rpx 36px 12px;
padding: 36rpx 12rpx;
}
.content-box .introduction .audio-box{
width:100%;
......
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