|
|
@@ -74,8 +74,7 @@ layui.use(["layer", "form", "laydate", 'laypage'], function(){
|
|
|
}
|
|
|
//发送验证码
|
|
|
$.ajax({
|
|
|
- // url: "https://www.tuyatrip.com/api/supplier/checkTele",
|
|
|
- url: "http://localhost:9600/supplier/checkTele",
|
|
|
+ url: "https://www.tuyatrip.com/api/supplier/checkTele",
|
|
|
type: "get",
|
|
|
data: {
|
|
|
"phone": phone
|
|
|
@@ -112,4 +111,5 @@ layui.use(["layer", "form", "laydate", 'laypage'], function(){
|
|
|
});
|
|
|
});
|
|
|
load(1, 7, phone);//数据渲染
|
|
|
+ translationVal(parent.type);//翻译
|
|
|
})
|