ソースを参照

Update activeAgain.wxml

main
@weixixuan 1日前
コミット
b41ab97932
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      wxminipro/plugin/etc/pages/activeAgain/activeAgain.wxml

+ 1
- 1
wxminipro/plugin/etc/pages/activeAgain/activeAgain.wxml ファイルの表示

@@ -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>

読み込み中…
キャンセル
保存