Browse Source

页面更新

wangxy 2 tháng trước cách đây
mục cha
commit
2dc6350d23

+ 2 - 2
components/MtaNavbar/MtaNavbar.vue

@@ -205,11 +205,11 @@
 				children: [{
 					title: '线上教育',
 					type: 'link',
-					url: '/pages/index/index'
+					url: '/mdist/pages/index/index'
 				}, {
 					title: '课程查询',
 					type: 'link',
-					url: '/pages/index/index'
+					url: '/mdist/pages/index/index'
 				}, {
 					title: '通知公告',
 					url: '/pages/zypxTongzhigonggao/zypxTongzhigonggao'

+ 7 - 0
pages/zsjyYubaoming/zsjyYubaoming.vue

@@ -111,6 +111,13 @@
 			return;
 		}
 		
+		if (!formData.dianhua) {
+			uni.showToast({
+				title: '请输入联系电话'
+			})
+			return;
+		}
+		
 		httpApi.getCommonYubaoming(formData).then(res => {
 			if (res.data) {
 				uni.showToast({