|
@@ -16,7 +16,7 @@ class Pay extends Api
|
|
|
|
|
|
//金币充值
|
|
//金币充值
|
|
public function jewel_config(){
|
|
public function jewel_config(){
|
|
- $list = Db::name('payjewel_config')->order('weigh asc,id asc')->select();
|
|
|
|
|
|
+ $list = Db::name('payjewel_config')->order('weigh desc,id asc')->select();
|
|
$data['jewelconfig'] = $list;
|
|
$data['jewelconfig'] = $list;
|
|
|
|
|
|
$wallet = model('wallet')->getWallet($this->auth->id);
|
|
$wallet = model('wallet')->getWallet($this->auth->id);
|