소스 검색

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>

Loading…
취소
저장