hwq пре 4 година
родитељ
комит
9199e0ef83
6 измењених фајлова са 12 додато и 9 уклоњено
  1. 1 1
      manifest.json
  2. 11 8
      pages/public/forget.vue
  3. BIN
      static/img/log.png
  4. BIN
      static/img/password.png
  5. BIN
      static/img/phone.png
  6. BIN
      static/img/yan.png

+ 1 - 1
manifest.json

@@ -73,7 +73,7 @@
         "devServer" : {
             "proxy" : {
                 "/api" : {
-                    "target" : "http://kp.liuniu946.com",
+                    "target" : "http://rpg.frp.liuniu946.com/api",
                     // "changeOrigin": true,
                     "pathRewrite" : {
                         "/api" : "" // rewrite path

+ 11 - 8
pages/public/forget.vue

@@ -1,22 +1,22 @@
 <template>
 	<view class="container">
-		<view class="logo-img"></view>
+		<view class="logo-img"><image src="../../static/img/log.png" mode=""></image></view>
 		<view class="logo">LOGO</view>
 		<view class="login_text">
 			<view class="login_input flex_item">
-				<view class="login_img"><image class="phone" src="/static/img/img25.png"></image></view>
+				<view class="login_img"><image class="phone" src="/static/img/phone.png"></image></view>
 				<view class="login_name"><input class="uni-input" type="number" v-model="phone" focus placeholder="请输入手机号码" /></view>
 			</view>
 			<view class="login_input flex_item">
-				<view class="login_img"><image src="/static/img/img26.png"></image></view>
+				<view class="login_img"><image src="/static/img/password.png"></image></view>
 				<view class="login_name"><input class="uni-input" type="password" v-model="password" focus placeholder=" 请输入新的不少于6位的密码" /></view>
 			</view>
 			<view class="login_input flex_item">
-				<view class="login_img"><image src="/static/img/img26.png"></image></view>
+				<view class="login_img"><image src="/static/img/password.png"></image></view>
 				<view class="login_name"><input class="uni-input" type="password" v-model="password2" focus placeholder="请重复输入新密码" /></view>
 			</view>
 			<view class="login_input flex">
-				<view class="login_img"><image class="codeimg" src="/static/img/img27.png"></image></view>
+				<view class="login_img"><image class="codeimg" src="/static/img/yan.png"></image></view>
 				<view class="login_name flex">
 					<input class="uni-input width" v-model="code" type="number" focus placeholder="请输入验证码" />
 					<view class="code" @click="verification">{{ countDown == 0 ? '发送验证码' : countDown }}</view>
@@ -139,8 +139,7 @@ page {
 		height: 161rpx;
 		margin: auto;
 		margin-bottom: 15rpx !important;
-		background: #44969D;
-		box-shadow: 0px 12px 13px 0px rgba(68, 150, 157, 0.47);
+		box-shadow: 0px 12rpx 13rpx 0px rgba(68, 150, 157, 0.47);
 		border-radius: 50%;
 		image{
 			width: 161rpx;
@@ -169,10 +168,14 @@ page {
 		// border-bottom: 1px solid #C5CEE0;
 		margin-bottom:35rpx;
 		padding-bottom: 60rpx;
-		.login_img image {
+		.login_img  {
 			height: 35rpx;
 			width: 31rpx;
 			margin-right: 20rpx;
+			image {
+				width: 100%;
+				height: 100%;
+			}
 		}
 		.uni-input {
 			text-align: left;

BIN
static/img/log.png


BIN
static/img/password.png


BIN
static/img/phone.png


BIN
static/img/yan.png