Commit 73c5c815 authored by zw's avatar zw

Merge branch 'test'

parents d34cefc2 eb8f017a
......@@ -1328,7 +1328,7 @@ class OrderLogService
$orderModel = new OrderModel();
$result = $orderModel->searchOrderAll($field, $condition, $where_, $pageNo, $pageSize);
$result = $orderModel->searchOrderAll($field, $where_, $pageNo, $pageSize);
$reportService = new ReportService();
return $reportService->returnResult($result);
......
......@@ -56,10 +56,10 @@ class UploadImg extends Basic
$type = request()->param('type');
$uploadResult = $this->uFService->upload($file, $type);
if (CURRENT_URL == 'https://images.tonglianjituan.com/') {
$path = IMAGES_URL;
} else {
if (CURRENT_URL == 'https://pre2.tonglianjituan.com/') {
$path = 'https://pre2.tonglianjituan.com/';
} else {
$path = IMAGES_URL;
}
switch ($type) {
......
<script src='/resource/lib/js/require.min.js' data-main='/resource/js/main?version=2019066688' charset='utf-8'></script>
<script src='/resource/lib/js/require.min.js' data-main='/resource/js/main?version=2019066682' charset='utf-8'></script>
......@@ -1298,6 +1298,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
$('.hangzhou').hide();
$('.shenzheng').show();
}
var persent = 0.7;
$('.zhzd').show();
$('.zjcon').hide();
var doc = $('#modal-addPic');
......
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