@@ -205,11 +205,11 @@
children: [{
title: '线上教育',
type: 'link',
- url: '/pages/index/index'
+ url: '/mdist/pages/index/index'
}, {
title: '课程查询',
title: '通知公告',
url: '/pages/zypxTongzhigonggao/zypxTongzhigonggao'
@@ -111,6 +111,13 @@
return;
}
+ if (!formData.dianhua) {
+ uni.showToast({
+ title: '请输入联系电话'
+ })
+ return;
+ }
+
httpApi.getCommonYubaoming(formData).then(res => {
if (res.data) {
uni.showToast({