|
@@ -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;
|