1 Star 0 Fork 5.3K

apaqi/Mall4j电商商城系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
binding-phone.wxml 914 Bytes
一键复制 编辑 原始数据 按行查看 历史
<!--pages/binding-phone/binding-phone.wxml-->
<view class='container'>
<view class='binding-phone'>
<!-- <block wx:for='{{couponList}}' wx:key=''> -->
<view class='item'>
<text class='item-tip'>手机号码:</text>
<input placeholder='输入手机号码' type='number' maxlength='11' value="{{phonenum}}" bindinput="onPhoneInput" ></input>
</view>
<view class='item '>
<text class='item-tip'>验证码:</text>
<input placeholder='输入验证码' type='number' value="{{code}}" bindinput="onCodeInput" ></input>
<text class='get-code gray' bindtap='getCodeNumber'>获取验证码</text>
</view>
<!-- </block> -->
</view>
<view class='btn-box'>
<text wx:if="{{phonenum && code}}" class='sure-btn' bindtap="bindMobile">确定</text>
<text wx:if="{{!phonenum || !code}}" class='sure-btn gray'>确定</text>
</view>
</view>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/apaqi_w/mall4j.git
git@gitee.com:apaqi_w/mall4j.git
apaqi_w
mall4j
Mall4j电商商城系统
master

搜索帮助