zhs 3 роки тому
батько
коміт
a3b164faf4

+ 1 - 1
src/main/resources/static/js/demandForSingle/offer/index.js

@@ -82,7 +82,7 @@ layui.use(["layer", "form", "laydate", "upload"], function(){
         ,choose: function(obj){
             obj.preview(function(index, file, result){
                 $(".contract_uplod_file_name").html(file.name)
-            })
+            });
         }
         ,error: function(){
             //请求异常回调

+ 2 - 2
src/main/resources/static/js/permissions/index.js

@@ -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);//翻译
 })

+ 1 - 1
src/main/resources/templates/permissions/index.html

@@ -37,7 +37,7 @@
         <div class="form_table">
             <!-- 表头 -->
             <div class="head_div">
-                <div class="head_name" style="width: 5%;">序号</div>
+                <div class="head_name" data-locale="xuhao" style="width: 5%;">序号</div>
                 <div class="head_name" style="width: 37.5%;">名称</div>
                 <div class="head_name" style="width: 37.5%;">手机号</div>
                 <div class="head_name" data-locale="caozuo" style="width: 20%;">操作</div>