If there is no primary key in uptade(), it should be like this:
$abc=Db::table('wei_user')->where('username','Deng Yunchuan')->update([ 'rmb'=>'1231234' ]);