Kirin 2 anni fa
parent
commit
069d28c4dd
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      app/admin/view/system/system_store/add.php

+ 1 - 0
app/admin/view/system/system_store/add.php

@@ -230,6 +230,7 @@
     var storeData = {:json_encode($store)};
     var storeData = {:json_encode($store)};
     var userData = {:json_encode($users)};
     var userData = {:json_encode($users)};
     var category = {:json_encode($category)};
     var category = {:json_encode($category)};
+    console.log(storeData)
     mpFrame.start(function (Vue) {
     mpFrame.start(function (Vue) {
         $.each(city, function (key, item) {
         $.each(city, function (key, item) {
             city[key].value = item.label;
             city[key].value = item.label;