@@ -1,4 +1,4 @@
{
- "usingComponents": {},
- "component": true
+ "component": true,
+ "usingComponents": {}
}
- "component": true,
- "usingComponents": {}
+ "usingComponents": {},
+ "component": true
@@ -1,4 +1,6 @@
"component": true,
+ "usingComponents": {
+ "verify": "/pages/users/components/verify/verify"
+ }
@@ -0,0 +1,7 @@
+{
+ "verify-slide": "/pages/users/components/verify/verifySlider/verifySlider",
+ "verify-point": "/pages/users/components/verify/verifyPoint/verifyPoint"
+}
@@ -0,0 +1,4 @@
"navigationBarTitleText": "登录",
@@ -1,6 +1,7 @@
"navigationBarTitleText": "绑定手机",
"usingComponents": {
- "authorize": "/components/Authorize"
+ "authorize": "/components/Authorize",