Kirin 3 vuotta sitten
vanhempi
commit
e9c5af5d05
1 muutettua tiedostoa jossa 2 lisäystä ja 10 poistoa
  1. 2 10
      app/admin/view/system/system_store/check_apply.php

+ 2 - 10
app/admin/view/system/system_store/check_apply.php

@@ -211,16 +211,8 @@
 <script src="{__ADMIN_PATH}js/layuiList.js"></script>
 
 <script>
-    var storeData = {
-    :
-    json_encode($store)
-    }
-    ;
-    var userData = {
-    :
-    json_encode($users)
-    }
-    ;
+    var storeData = {:json_encode($store)};
+    var userData = {:json_encode($users)};
     mpFrame.start(function (Vue) {
         $.each(city, function (key, item) {
             city[key].value = item.label;