shish 4 лет назад
Родитель
Сommit
64d3250367
2 измененных файлов с 6 добавлено и 0 удалено
  1. 3 0
      hdApp/src/admin/home/login.vue
  2. 3 0
      hdApp/src/pagesClient/official/apply.vue

+ 3 - 0
hdApp/src/admin/home/login.vue

@@ -90,6 +90,9 @@ export default {
 		goToPrivacy(){
 			plus.runtime.openURL('http://www.wixhb.com/main/xhb-privacy')
 		},
+		agreeItem(e){
+			this.agree = e.target.value
+		},
 		dealLogin(res){
 			let that = this
 			console.log(res)

+ 3 - 0
hdApp/src/pagesClient/official/apply.vue

@@ -192,6 +192,9 @@ export default {
 		goToPrivacy(){
 			plus.runtime.openURL('http://www.wixhb.com/main/xhb-privacy')
 		},
+		agreeItem(e){
+			this.agree = e.target.value
+		},
     requestAuthCode(){
       let that = this
       let mobile = this.form.mobile