大理市民卡小程序1.0提交
diff --git a/pages/register/register.wxml b/pages/register/register.wxml
new file mode 100644
index 0000000..f52b4f0
--- /dev/null
+++ b/pages/register/register.wxml
@@ -0,0 +1,33 @@
+<view class="container">
+
+ <view class="global-background">
+ <view class="inline-item center" style="margin-top: 50rpx;">
+ <view class="input-desc">
+ 手机号
+ </view>
+ <input value="{{phone}}" maxlength="11" placeholder="请输入市民卡预留的手机号" style="width: 70%;" bindinput="setPhone"></input>
+ </view>
+ <view class="inline-item center" style="">
+ <view class="input-desc">
+ 验证码
+ </view>
+ <input placeholder="请输入验证码 " type="number" style="width:45%" bindinput="setCode"></input>
+ <view class="authcode center" style="color:{{sendColor}}" bindtap="getCode">
+ {{sendTime}}
+ </view>
+
+ </view>
+ <view class="inline-item" style="margin-top:30rpx;background-color:rgb(240, 240, 240)">
+ <checkbox-group bindchange="checkboxChange">
+ <label>
+ <checkbox value="1" class="checkbox" />我已阅读并同意
+ </label>
+ </checkbox-group>
+
+ <view class="policy" bindtap="showPolicy">《用户协议与隐私条款》</view>
+ </view>
+
+ <button bindtap="doRegister" class="long-btn" style="width: 90%;">注册</button>
+
+ </view>
+</view>
\ No newline at end of file