Commit bd500181 authored by 李智书's avatar 李智书

Merge branch 'develop' into v1.5.26_bohai_feature

parents 9142a179 2ec24bc0
...@@ -340,15 +340,10 @@ ...@@ -340,15 +340,10 @@
</template> </template>
<script> <script>
var gHost = "https://dev-az-order-api.xiaopay.net"; var gHost = "https://" + window.location.host;
if (window.location.host.indexOf("dev")) { if (window.location.protocol != "https:") {
gHost = "https://dev-az-order-api.xiaopay.net"; gHost = "https://fpdev.xiaopay.net";
} else if (window.location.host.indexOf("uat")) {
gHost = "https://uat.xiaopay.net";
} else {
gHost = "https://az-order-api.xiaopay.net";
} }
//获取参数 //获取参数
function getQueryParams(params) { function getQueryParams(params) {
let href = window.location.href let href = window.location.href
...@@ -819,7 +814,7 @@ ...@@ -819,7 +814,7 @@
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
position: absolute; position: absolute;
top:54rpx; top: 54rpx;
left: 0; left: 0;
.consumption-report-info { .consumption-report-info {
...@@ -1307,7 +1302,7 @@ ...@@ -1307,7 +1302,7 @@
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
.consumption-report-card-four-title { .consumption-report-card-four-title {
display: flex; display: flex;
align-items: center; align-items: center;
...@@ -1343,10 +1338,10 @@ ...@@ -1343,10 +1338,10 @@
} }
.noeatting-total { .noeatting-total {
flex:1; flex: 1;
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;
.noeatting-total-item { .noeatting-total-item {
height: 40rpx; height: 40rpx;
font-size: 28rpx; font-size: 28rpx;
......
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