...
|
...
|
@@ -537,7 +537,13 @@ $(document).on("change", ".observe", function () { |
|
|
common.util.__tip("url必须以https开头!", "warning");
|
|
|
$this.val('');
|
|
|
}
|
|
|
//规定填写url数据格式,不符合则清空
|
|
|
if(urlVal.indexOf('yohobuy.com') == -1 && urlVal.indexOf('yoho.cn') == -1 && urlVal.indexOf('yhbimg.com') == -1){
|
|
|
common.util.__tip('url一级域名必须是"yohobuy.com"或者"yoho.cn"或者"yhbimg.com"的内网地址,请确认!',"warning");
|
|
|
$this.val('');
|
|
|
}
|
|
|
}
|
|
|
|
|
|
}
|
|
|
}
|
|
|
//showDivide check事件
|
...
|
...
|
|