选择省 / 市 / 区 小部件(依赖于layui)
yoyocmf 2019-09-09 09:52:36

2021-12-12更新

 

1.png

 

使用方法:

PHP Code复制内容到剪贴板
  1. <?= backend\widgets\choose\ChooseAreaWidget::widget(  
  2.     [  
  3.         'province' => [  
  4.             "name" => Html::getInputName($moduleModel"province"),  
  5.             "value" => $moduleModel->province  
  6.         ],  
  7.         'city' => [  
  8.             "name" => Html::getInputName($moduleModel"city"),  
  9.             "value" => $moduleModel->city  
  10.         ],  
  11.         'district' => [  
  12.             "name" => Html::getInputName($moduleModel"district"),  
  13.             "value" => $moduleModel->district  
  14.         ],  
  15.     ]  
  16. ) ?>  

 

数据表中需要建立有:province / city / district

 

 


 

WX20190909-095341@2x.png

choose.zip
文件类型: .zip 15ac8693b966e118372abce3b2089676.zip (24.43 KB)

 

使用方法:

PHP Code复制内容到剪贴板
  1. <?= ChooseCityWidget::widget(  
  2.             [  
  3.                 'province' => [  
  4.                     "name" => Html::getInputName($model"province"),  
  5.                     "value" => $model->province  
  6.                 ],  
  7.                 'city' => [  
  8.                     "name" => Html::getInputName($model"city"),  
  9.                     "value" => $model->city  
  10.                 ],  
  11.                 'district' => [  
  12.                     "name" => Html::getInputName($model"district"),  
  13.                     "value" => $model->district  
  14.                 ],  
  15.             ]  
  16.         ) ?>  

 

 

 

 

本文来自于:http://www.yoyo88.cn/note/yoyocmf/454.html

下一篇 V2.0版本
Powered by yoyo苏ICP备15045725号