+
油枪选择:
+
+
+ {{ item }}
-
+
+
+
+
+ 加油金额
+
+ 元
-
-
优惠:
-
- 星油优惠金额
- {{ page.oilDiscountAmount ? `-¥${Number(page.oilDiscountAmount).toFixed(2)}` : '---' }}
-
-
- 优惠券
- ---
-
+
升数约 {{ Number(page.volume).toFixed(2) }} L
+
+
+
+ {{ item }}00 ¥
-
-
-
-
+
+
+
+
优惠:
+
+ 星油优惠金额
+ {{ page.oilDiscountAmount ? `-¥${Number(page.oilDiscountAmount).toFixed(2)}` : '---' }}
+
+
+ 优惠券
+ ---
+
+
+
+
+
+
\ No newline at end of file
+
diff --git a/src/views/orderDetails/components/oilLable.vue b/src/views/orderDetails/components/oilLable.vue
index d28e462..6f2e123 100644
--- a/src/views/orderDetails/components/oilLable.vue
+++ b/src/views/orderDetails/components/oilLable.vue
@@ -1,163 +1,167 @@
-
-
-
-
-
{{oilType.channelCode|channelCodeFamt}}
-
-
-
-
- 惠
- {{ itemx.oilProductCode }}
- ¥{{ moneyIntercept(itemx.sitePrice)}}/L
- ¥{{ itemx.oilSitePrice | moneyIntercept }}/L
- 预计每100L节省{{ (100 * (itemx.oilSitePrice - itemx.sitePrice)) | moneyFormat}}元
-
-
+
+
+
+
+
{{ oilType.channelCode | channelCodeFamt }}
+
+
+
+ 惠
+ {{ itemx.oilProductCode }}
+ ¥{{ moneyIntercept(itemx.sitePrice) }}/L
+ ¥{{ itemx.oilSitePrice | moneyIntercept }}/L
+ 预计每100L节省{{ (100 * (itemx.oilSitePrice - itemx.sitePrice)) | moneyFormat }}元
+
+
+
\ No newline at end of file
+
diff --git a/src/views/orderDetails/components/oilNextFooter.vue b/src/views/orderDetails/components/oilNextFooter.vue
index 3b7f249..d3c9551 100644
--- a/src/views/orderDetails/components/oilNextFooter.vue
+++ b/src/views/orderDetails/components/oilNextFooter.vue
@@ -12,7 +12,6 @@
-
-
\ No newline at end of file
+
diff --git a/src/views/orderDetails/components/optionalOilLable.vue b/src/views/orderDetails/components/optionalOilLable.vue
index afbf8cb..b561657 100644
--- a/src/views/orderDetails/components/optionalOilLable.vue
+++ b/src/views/orderDetails/components/optionalOilLable.vue
@@ -60,9 +60,9 @@ export default {
},
moneyFormat(value) {
if (value != 'xxx.x') {
- console.log('old:', value)
+ // console.log('old:', value)
let realAmount = Math.floor(value * 100) / 100
- console.log('new:', realAmount)
+ // console.log('new:', realAmount)
// return realAmount
return Number(value).toFixed(2)
} else {
diff --git a/src/views/orderDetails/nextOrderDetails.vue b/src/views/orderDetails/nextOrderDetails.vue
index 6832535..e52dcfa 100644
--- a/src/views/orderDetails/nextOrderDetails.vue
+++ b/src/views/orderDetails/nextOrderDetails.vue
@@ -1,10 +1,10 @@
-
-
-
-
-
-
+
+
+
+
+
+
\ No newline at end of file
+
diff --git a/src/views/personalOrderList/index.vue b/src/views/personalOrderList/index.vue
index 9d4298d..f57e00c 100644
--- a/src/views/personalOrderList/index.vue
+++ b/src/views/personalOrderList/index.vue
@@ -39,7 +39,7 @@ export default {
}
},
refreshing: false,
- homeNavBarStyle: null,
+ // homeNavBarStyle: null,
show: false,
loading: false,
finished: false,
@@ -50,7 +50,7 @@ export default {
this.init()
},
mounted() {
- this.homeNavBarStyle = this.$refs.homeNavBar.$el.clientHeight
+ // this.homeNavBarStyle = this.$refs.homeNavBar.$el.clientHeight
},
methods: {
goPlay(e, type) {
diff --git a/vue.config.js b/vue.config.js
index 6ec867b..eafaa91 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -16,8 +16,9 @@ module.exports = defineConfig({
// https: true,
proxy: {
[process.env.VUE_APP_BASE_API]: {
- target: `http://192.168.110.10:38080`,
+ // target: `http://192.168.110.230:38080`,
// target: `https://www.xingoil.com/adminapi`,
+ target: `http://uat.xingoil.com/adminapi`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''