Ver código fonte

Update activeAgain.wxml

main
@weixixuan 16 horas atrás
pai
commit
b41ab97932

+ 1
- 1
wxminipro/plugin/etc/pages/activeAgain/activeAgain.wxml Ver arquivo

@@ -126,7 +126,7 @@
<view slot='label' class='card-title' style="width: 160rpx;">
验证码
</view>
<input placeholder="请输入短信验证码" value="{{ sendCode }}" bindinput="changeInput" maxlength="6" type="number" placeholder-style="color:rgba(0,0,0,0.2)" class='card-title input' />
<input placeholder="请输入短信验证码" model:value="{{ sendCode }}" bindinput="changeInput" maxlength="6" type="number" placeholder-style="color:rgba(0,0,0,0.2)" class='card-title input' />
</view>
<view class="row-between">
<view style="width: 2rpx;height: 32rpx; background-color: #707070;margin-right: 40rpx;opacity: 0.2;"></view>

Carregando…
Cancelar
Salvar