Commit 48351b68 authored by zw's avatar zw

Merge branch '1210-v3.0.2' into test

# Conflicts: # application/index/controller/Finance.php # application/index/controller/ImageDepot.php # public/app/dist/index.html # public/app/dist/static/css/app.18f66e05aeedf4028dbf86453eab6b23.css # public/app/dist/static/css/app.370df8a02c6ffd39798798a503aab7d5.css # public/app/dist/static/css/app.a73181a8689d77665f3ecd7635761082.css # public/appnew/src/components/shop/redPackMask.vue # public/appnew/src/components/shop/shopList.vue
parent f69e0d32
......@@ -37,7 +37,7 @@ class Index extends Basic
$journalAccounts = new OrderModel();
$turnover = $journalAccounts->getTurnover();
$result['averagePrice'] = $user_count;
$result['turnover'] = $turnover * 9;//不要问为什么乘以9,产品说怎么搞就怎么搞
$result['turnover'] = $turnover * 4;//不要问为什么乘以9,产品说怎么搞就怎么搞 181220改为4
return $this->response("request success", "200", $result);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment