shish 5 月之前
父節點
當前提交
a977ddd5c4
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      mallApp/src/pages/user/birthday.vue
  2. 1 1
      mallApp/src/pages/user/edit.vue

+ 1 - 1
mallApp/src/pages/user/birthday.vue

@@ -109,7 +109,7 @@ export default {
         birthdayMonth: this.birthdayMonth,
         birthdayDate: this.birthdayDate
       };
-		this.$util.confirmModal({content:'确认修改?提交后将不能再修改'},() => {
+		this.$util.confirmModal({content:'确认提交?提交后将不能再修改'},() => {
 			modifyBirthday(params).then(res=>{
 				if(res.code == 1){
 					this.$msg('已修改')

+ 1 - 1
mallApp/src/pages/user/edit.vue

@@ -82,7 +82,7 @@ export default {
 			})
 		},
 		goToBirthday() {
-			this.pageTo({ url: '/pages/user/birthday',type:2 })
+			this.pageTo({ url: '/pages/user/birthday'})
 		},
 		formSubmit(e) {
 			// 表单规则