李志伟 2 years ago
parent
commit
002820a52a

+ 2
- 2
src/components/LoginModel/index.jsx View File

144
           <View className='page-index  ' style={{ position: 'absolute', zIndex: '29999' }
144
           <View className='page-index  ' style={{ position: 'absolute', zIndex: '29999' }
145
           }>
145
           }>
146
             <View className='index-navbar'>
146
             <View className='index-navbar'>
147
-              <CustomNav title='登' home />
147
+              <CustomNav title='登' home />
148
             </View>
148
             </View>
149
             <View className='loginBackImg-box' >
149
             <View className='loginBackImg-box' >
150
               <Image src={require("@/assets/lolginImages/backLogin.png")} />
150
               <Image src={require("@/assets/lolginImages/backLogin.png")} />
168
               </View>
168
               </View>
169
             </View>
169
             </View>
170
             <View className='BottomtButrelative'  >
170
             <View className='BottomtButrelative'  >
171
-              <ButtontWX onClick={getUserLogin} butText='登' butWidth={315} butHeight={49} butFontSize={16} butBorderRadius={49} />
171
+              <ButtontWX onClick={getUserLogin} butText='登' butWidth={315} butHeight={49} butFontSize={16} butBorderRadius={49} />
172
             </View>
172
             </View>
173
             <View className='bottom-agreement'>
173
             <View className='bottom-agreement'>
174
               <Image src={!checkImage ? checkedImg : unselectedImg} onClick={() => { setCheckImage(!checkImage) }} />
174
               <Image src={!checkImage ? checkedImg : unselectedImg} onClick={() => { setCheckImage(!checkImage) }} />

+ 1
- 1
src/pages/LoginPage/index.config.js View File

1
 
1
 
2
 export default {
2
 export default {
3
-  navigationBarTitleText: '登',
3
+  navigationBarTitleText: '登',
4
   navigationStyle: 'custom',
4
   navigationStyle: 'custom',
5
   disableScroll: true,
5
   disableScroll: true,
6
   usingComponents: {
6
   usingComponents: {

+ 1
- 1
src/pages/UserLogin/index.config.js View File

1
 
1
 
2
 export default {
2
 export default {
3
-  navigationBarTitleText: '登',
3
+  navigationBarTitleText: '登',
4
   navigationStyle: 'custom',
4
   navigationStyle: 'custom',
5
   disableScroll: true,
5
   disableScroll: true,
6
   usingComponents: {
6
   usingComponents: {

+ 2
- 2
src/pages/UserLogin/index.jsx View File

118
 //   return (
118
 //   return (
119
 //     <View className='page-index' hidden={isLoginVisible}>
119
 //     <View className='page-index' hidden={isLoginVisible}>
120
 //       <View className='index-navbar'>
120
 //       <View className='index-navbar'>
121
-//         <CustomNav title='登' home />
121
+//         <CustomNav title='登' home />
122
 //       </View>
122
 //       </View>
123
 //       <View className='loginBackImg-box' >
123
 //       <View className='loginBackImg-box' >
124
 //         <Image src={require("@/assets/lolginImages/backLogin.png")} />
124
 //         <Image src={require("@/assets/lolginImages/backLogin.png")} />
143
 //         </View>
143
 //         </View>
144
 //       </View>
144
 //       </View>
145
 //       <View className='BottomtButrelative'  >
145
 //       <View className='BottomtButrelative'  >
146
-//         <ButtontWX onClick={getUserLogin} butText='登' butWidth={315} butHeight={49} butFontSize={16} butBorderRadius={49} />
146
+//         <ButtontWX onClick={getUserLogin} butText='登' butWidth={315} butHeight={49} butFontSize={16} butBorderRadius={49} />
147
 //       </View>
147
 //       </View>
148
 //       <View className='bottom-agreement'>
148
 //       <View className='bottom-agreement'>
149
 //         <Image src={!checkImage ? checkedImg : unselectedImg} onClick={() => { setCheckImage(!checkImage) }} />
149
 //         <Image src={!checkImage ? checkedImg : unselectedImg} onClick={() => { setCheckImage(!checkImage) }} />

+ 2
- 2
src/pages/index/tabs/Mine.jsx View File

105
               <Image className='Userback' src={back} />
105
               <Image className='Userback' src={back} />
106
 
106
 
107
               <Image className='User-Avatar-background-falseBox-userImg userImg' src={userMoren} />
107
               <Image className='User-Avatar-background-falseBox-userImg userImg' src={userMoren} />
108
-              <View onClick={userLoginnow} className='User-Avatar-background-falseBox-userLogin' >点击登</View>
108
+              <View onClick={userLoginnow} className='User-Avatar-background-falseBox-userLogin' >点击登</View>
109
             </View>
109
             </View>
110
             :
110
             :
111
             <>
111
             <>
153
 
153
 
154
         {/* {
154
         {/* {
155
           !isLoginBox ? '' :
155
           !isLoginBox ? '' :
156
-            <View className='bottom-buttom'>退出登</View>
156
+            <View className='bottom-buttom'>退出登</View>
157
         } */}
157
         } */}
158
 
158
 
159
       </View>
159
       </View>

+ 1
- 1
src/pages/index/tabs/MineCss/style.less View File

35
   }
35
   }
36
 }
36
 }
37
 
37
 
38
-//已登样式-----------------------
38
+//已登样式-----------------------
39
 
39
 
40
 .User-Avatar-background-trueBox {
40
 .User-Avatar-background-trueBox {
41
   background-size: 100% 100%;
41
   background-size: 100% 100%;

+ 2
- 2
src/routes.js View File

25
     page: 'pages/OrderConfirmation/index',
25
     page: 'pages/OrderConfirmation/index',
26
   },
26
   },
27
   {
27
   {
28
-    title: '登页',
28
+    title: '登页',
29
     page: 'pages/UserLogin/index',
29
     page: 'pages/UserLogin/index',
30
   },
30
   },
31
   {
31
   {
92
 
92
 
93
 
93
 
94
   {
94
   {
95
-    title: '登页面~',
95
+    title: '登页面~',
96
     page: 'pages/LoginPage/index',
96
     page: 'pages/LoginPage/index',
97
   },
97
   },
98
 
98
 

+ 1
- 1
src/services/login.js View File

14
 export const getUserQcode = (params) => request('/sms-captcha', { method: 'post', params })
14
 export const getUserQcode = (params) => request('/sms-captcha', { method: 'post', params })
15
 
15
 
16
 /**
16
 /**
17
-* 验证码登修改
17
+* 验证码登修改
18
 * @param {*} 
18
 * @param {*} 
19
 * @returns 
19
 * @returns 
20
 */
20
 */