Commit 2ec24bc0 authored by 李智书's avatar 李智书

1.修改接口地址;

parent ee825aea
...@@ -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://pay.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 {
...@@ -1343,7 +1338,7 @@ ...@@ -1343,7 +1338,7 @@
} }
.noeatting-total { .noeatting-total {
flex:1; flex: 1;
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;
......
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