|
|
@@ -12,7 +12,7 @@
|
|
12
|
12
|
</view>
|
|
13
|
13
|
|
|
14
|
14
|
<wButton class="wbutton" text="登 录" :rotate="isRotate" @click="startLogin"></wButton>
|
|
15
|
|
- <wButton class="wbutton" text="重置密码" :rotate="isRotate" :bgColor="bgColor" :fontColor="fontColor" @click="startReset"></wButton>
|
|
|
15
|
+ <wButton class="wbutton" text="重置密码" :bgColor="bgColor" :fontColor="fontColor" @click="startReset"></wButton>
|
|
16
|
16
|
<!-- <wButton class="wbutton" text="用户注册" @click="registerStart"></wButton> -->
|
|
17
|
17
|
<!-- <view class="registerStyle" @click="registerStart"></view> -->
|
|
18
|
18
|
</view>
|
|
|
@@ -185,8 +185,8 @@
|
|
185
|
185
|
}
|
|
186
|
186
|
var this_ = this
|
|
187
|
187
|
uni.showModal({
|
|
188
|
|
- title: '确定要重置密码?',
|
|
189
|
|
- content: '重置密码',
|
|
|
188
|
+ title: '重置密码',
|
|
|
189
|
+ content: '密码重置后,请通过钉钉"郑州人民医院-工作通知"消息查看新密码',
|
|
190
|
190
|
success: function(res) {
|
|
191
|
191
|
if (res.confirm) {
|
|
192
|
192
|
this_.onReset()
|
|
|
@@ -203,7 +203,7 @@
|
|
203
|
203
|
}
|
|
204
|
204
|
this.$http.get('Home/UserPasswordReset', params).then(res => {
|
|
205
|
205
|
if(res.state == 'success'){
|
|
206
|
|
- this.$mHelper.toast('发送成功')
|
|
|
206
|
+ this.$mHelper.toast('密码重置成功,请注意查看')
|
|
207
|
207
|
}else{
|
|
208
|
208
|
this.$mHelper.toast(res.message)
|
|
209
|
209
|
}
|