Browse Source

Merge branch 'master' of http://git.liuniu946.com/Kirin/zccy

zxhxx 3 years ago
parent
commit
9c7ffd50cd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/admin/view/system/system_store/add.php

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

@@ -198,6 +198,7 @@
 <script src="{__PLUG_PATH}city.js"></script>
 <script src="{__PLUG_PATH}city.js"></script>
 <script>
 <script>
     var storeData={:json_encode($store)};
     var storeData={:json_encode($store)};
+    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;