liuwei 1 week ago
parent
commit
94dcd71fde

+ 11 - 1
component/comPopup/Notice.vue

@@ -4,7 +4,9 @@
             <image :src="QINIU_URL + 'Fqb-i2uJWlZOg8EvUXHr_1qhlndf'" class="icon"/>
             <view class="title">{{ title }}</view>
             <view class="tips">
-                <rich-text :nodes="text"></rich-text>
+                <text v-if="type=='bluetoothPail'">{{text}}</text>
+                <text v-else-if="type=='register'">我们向 <span style="color: #0A59F7;">{{email}}</span> 注册邮件,请您登录邮箱点击链接完成注册。</text>
+                <text v-else-if="type=='forgetPassword'">我们向 <span style="color: #0A59F7;">{{email}}</span> 发送了一封密码重置邮件,请您登录邮箱操作处理。</text>
             </view>
             <view class="btn" @tap="close">{{ btnText }}</view>
         </view>
@@ -23,6 +25,14 @@ export default {
             type: String,
             default: ''
         },
+        type: {
+            type: String,
+            default: ''
+        },
+        email: {
+            type: String,
+            default: ''
+        },
         text: {
             type: String,
             default: ''

+ 1 - 1
component/smartCalendar/index.css

@@ -120,7 +120,7 @@
 	color: #FFFFFF;
 	font-size: 32rpx;
 	text-align: center;
-	background-color: #0074FF;
+	background-color: #060809;
 	border-radius: 40rpx;
 	height: 80rpx;
 	line-height: 80rpx;

+ 1 - 1
components/navBar/navBar.vue

@@ -11,7 +11,7 @@
 			<view  class="top-view flex-row" :style="'padding-top:'+statusBarHeight+'rpx;background-color:'+bgColor+';'">
 			<view class="flex-row" :style="'height:'+navabarHeight+'rpx;'">
 				<view :class="['flex-row',type=='carDetail'?'car-detail-style':'']" :style="{'margin-left': `${left}rpx`}"  @tap="bindReturnView">
-					<img v-if="type!='active'" class="return-view"  :src="'https://qiniu.bms16.com/'+(type=='select'?'FjhcWGFGsI56rLZRu7_OnhGtpoUs':(type=='carDetail'||type=='login'?'Fjpnr3cH9ZqTQrGlw3Ywp3qbJGIG':'FnHXbzly7aXi8zLghrTU5BZdwH5_'))" />
+					<img v-if="type!='active'" class="return-view"  :src="'https://qiniu.bms16.com/'+((type=='select'||type=='login')?'FjhcWGFGsI56rLZRu7_OnhGtpoUs':(type=='carDetail'?'Fjpnr3cH9ZqTQrGlw3Ywp3qbJGIG':'FnHXbzly7aXi8zLghrTU5BZdwH5_'))" />
 					
 					</view>
 				<text class="top-text">{{name}}</text>

+ 2 - 1
locale/zh.json

@@ -85,5 +85,6 @@
 	"电池优化":"电池优化",
 	"位置权限":"位置权限",
 	"修改成功":"修改成功",
-	"请先链接蓝牙":"请先链接蓝牙"
+	"请先链接蓝牙":"请先链接蓝牙",
+	"注册邮件发送成功":"注册邮件发送成功"
 }

+ 1 - 1
pages/bluetoothUnlock/bluetoothPair.vue

@@ -25,7 +25,7 @@
 		<view class="pair-btn" style="bottom: 140rpx;" @tap="otaUpgrade">OTA升级</view>
 		<view class="pair-btn" @tap="initiateBluetoothPairing">开始配对</view>
 		<CenterDialog confirmText="配对" ref="centerDialog" />
-		<Notice v-model="showNotice" title="感应解锁已开启" btnText="关闭" text='注意:请勿在手机蓝牙中忽略“电动车蓝牙02"设备,否则感应解锁功能将无法使用' />
+		<Notice v-model="showNotice" title="感应解锁已开启" btnText="关闭" type="bluetoothPail" text='注意:请勿在手机蓝牙中忽略“电动车蓝牙02"设备,否则感应解锁功能将无法使用' />
 	</view>
 </template>
 

+ 1 - 1
pages/loginRegister/components/ZxInput.vue

@@ -70,7 +70,7 @@ export default {
   },
   computed: {
     showIcon() {
-      return this.isFocus && this.inputValue
+      return (this.isFocus && this.inputValue)||this.isPassword
     }
   },
   watch: {

+ 2 - 0
pages/loginRegister/forgetPassword.vue

@@ -11,7 +11,9 @@
         <NoticeDialog
             :title="$t('重置密码邮件已发送')"
             :btnText="$t('我知道了')"
+            type="forgetPassword"
             :text="noticeText"
+            :email="email"
             v-model="isSendSucceed"
         />
     </view>

+ 2 - 2
pages/loginRegister/login.vue

@@ -14,7 +14,7 @@
         <ZxInput
             v-model="form.passwd"
             :placeholder="$t('请输入密码')"
-            isPassword
+            :isPassword="form.passwd"
         />
         <view 
           :class="['agreement-row', checkShakeObj.agreemen && 'shake']" 
@@ -136,7 +136,7 @@
     .title-wrap {
         .title {
             font-family: PingFangSC, PingFang SC;
-            font-weight: 600;
+            font-weight: 800;
             font-size: 56rpx;
             color: #060809;
             line-height: 56rpx;

+ 7 - 6
pages/loginRegister/register.vue

@@ -30,7 +30,9 @@
         <NoticeDialog
             :title="$t('注册邮件已发送')"
             :btnText="$t('我知道了')"
-            :text="noticeText"
+            type="register"
+            :email="form.email"
+            :text="$t(`我们向 ${this.form.email}</span> 发送了一封注册邮件,请您登录邮箱点击链接完成注册。`)"
             v-model="isSendSucceed"
         />
     </view>
@@ -59,9 +61,7 @@ export default {
         }
     },
     computed: {
-        noticeText({ form }) {
-            return `我们向 <span style="color: #0A59F7;">${form.email}</span> 发送了一封注册邮件,请您登录邮箱点击链接完成注册。`
-        },
+        
         isSubmt({ form }) {
             return form.email && form.passwd && form.second_passwd
         }
@@ -97,13 +97,14 @@ export default {
             }, res => {
                 const { msg: title } = res.body
                 if (res.succeed) {
-                    uni.showToast({ title, icon: 'none' })
+                    uni.showToast({ title:this.$t('注册邮件发送成功'), icon: 'none' })
                     this.isSendSucceed = true
                 } else {
                     uni.showToast({ title, icon: 'none' })
                 }
             })
-        }
+        },
+
     }
 }
 </script>

+ 0 - 1
pages/storeDetails/storeDetails.vue

@@ -150,7 +150,6 @@
 		MAX_LIMITS,
 		LEASE_TYPE_ARR
 	} from '@/common/constant.js';
-	import aaaa from './aaaa.vue';
 	// import UseGuidance from '@/component/useGuidance/useGuidance';
 	export default {
 		components: {