diff --git a/App.vue b/App.vue
index 4f55c08..169150f 100644
--- a/App.vue
+++ b/App.vue
@@ -15,4 +15,10 @@
diff --git a/pages.json b/pages.json
index c550239..d408f20 100644
--- a/pages.json
+++ b/pages.json
@@ -9,6 +9,10 @@
{
"path" : "pages/login/login",
"style" : {}
+ },
+ {
+ "path" : "pages/bind/bind",
+ "style" : {}
}
],
"globalStyle": {
diff --git a/pages/bind/bind.vue b/pages/bind/bind.vue
new file mode 100644
index 0000000..a629594
--- /dev/null
+++ b/pages/bind/bind.vue
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/header.vue b/pages/header.vue
index f9ba204..dc5e8c5 100644
--- a/pages/header.vue
+++ b/pages/header.vue
@@ -1,19 +1,51 @@
-
@@ -26,9 +58,40 @@ export default {
line-height: 27.77rpx;
color: #fff;
}
+ .iconfont{
+ color: #fff;
+ }
.icon-bangzhu{
margin-top: 1.38rpx;
margin-right: 11.11rpx;
- color: #fff;
+ }
+ .help-title{
+ display: block;
+ width: 133.33rpx;
+ height: 53.47rpx;
+ margin: 0 auto;
+ }
+ .help-cont /deep/ .uni-popup__wrapper.uni-custom.center .uni-popup__wrapper-box{
+ padding: 83.33rpx 69.44rpx 62.5rpx 69.44rpx;
+ /* width: 597.22rpx; */
+ border-radius: 20.83rpx;
+ overflow: initial;
+ }
+ .step{
+ display: block;
+ font-size: 27.77rpx;
+ color: #0069f9;
+ padding: 41.66rpx 0 20.83rpx 0;
+ }
+ .step-txt{
+ font-size: 25rpx;
+ line-height: 48.61rpx;
+ }
+ .icon-guanbi{
+ position: absolute;
+ bottom: -76.38rpx;
+ left: 50%;
+ font-size: 48.61rpx;
+ transform: translateX(-50%);
}
diff --git a/pages/login/login.vue b/pages/login/login.vue
index aafb003..64a365b 100644
--- a/pages/login/login.vue
+++ b/pages/login/login.vue
@@ -1,17 +1,43 @@
-
-
-
+
+
+
+
+
+
+ 设备信息
+
+
@@ -25,28 +51,30 @@ export default {
},
data() {
return {
+ isLogin: false
};
},
methods: {
- formSubmit: function(e) {
+ loginSubmit: function(e) {
console.log('form发生了submit事件,携带数据为:' + JSON.stringify(e.detail.value));
var formdata = e.detail.value;
// uni.showModal({
// content: '表单数据内容:' + JSON.stringify(formdata),
// showCancel: false
// });
+ // uni.navigateTo({
+ // url: '../bind/bind'
+ // });
+ this.isLogin = true
+ },
+ bindSubmit: function(e){
+ console.log('bindform发生了submit事件,携带数据为:' + JSON.stringify(e.detail.value));
}
}
};
diff --git a/static/images/bind-select.png b/static/images/bind-select.png
new file mode 100644
index 0000000..6f3d5f8
Binary files /dev/null and b/static/images/bind-select.png differ