getShopsFreight($shopId); $this->assign('shFreight',$shFreight);//默认运费 return $this->fetch('shops/freights/list'); } /** * 运费列表 */ public function listProvince(){ $m = new M(); return $m->listProvince(); } /** * 编辑 */ public function edit(){ $m = new M(); $rs = $m->edit(); return $rs; } }