generated from liutk/owl-admin-base
admin store
parent
88033317ef
commit
4ce6d2db9a
|
|
@ -112,7 +112,7 @@ class StoreController extends AdminController
|
||||||
->showSteps(false)
|
->showSteps(false)
|
||||||
->required(),
|
->required(),
|
||||||
amis()->InputCityControl()->name('region')->label(__('store.region'))->allowDistrict(false)->extractValue(false)->required(),
|
amis()->InputCityControl()->name('region')->label(__('store.region'))->allowDistrict(false)->extractValue(false)->required(),
|
||||||
amis()->LocationControl()->name('region')->label(__('store.location'))->ak(config('baidu.js_secret'))->autoSelectCurrentLoc()->required(),
|
amis()->LocationControl()->name('location')->label(__('store.location'))->ak(config('baidu.js_secret'))->autoSelectCurrentLoc()->required(),
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue