diff --git a/src/main.js b/src/main.js index 3ccf79e..6e7f757 100644 --- a/src/main.js +++ b/src/main.js @@ -19,8 +19,8 @@ import 'mint-ui/lib/style.css' import { MessageBox } from 'mint-ui' // Vue.use(MessageBox) Vue.prototype.$msgbox = MessageBox - - +import { Indicator } from 'mint-ui'; +Vue.prototype.$Indicator = Indicator import { Field } from 'mint-ui'; diff --git a/src/utils/utils.js b/src/utils/utils.js index b84c44d..9be4eee 100644 --- a/src/utils/utils.js +++ b/src/utils/utils.js @@ -149,12 +149,12 @@ export default { myDeviceInfo: 'BC0703A4-AFB0-4B51-9089-9B7487C0CC6E', // 公共请求设备信息 - myVxAppId: 'wx2af2bab90d433c86', + myVxAppId: 'wx1e9001e5940605b1', // 测试环境 微信赤峰 appid wxff4cebaedbf4f886 // 微信赤峰 appid wx2af2bab90d433c86 // 黄石 appid wxa1a66cc7d263afe6 - myOrgId: '10003', // 归属地 赤峰id 10003 黄石 10079 + myOrgId: '10005', // 归属地 赤峰id 10003 黄石 10079 无锡10005 myGetSign: function (objb) { // 获取签名 var compare = function (obj1, obj2) { diff --git a/src/views/parkPay/parkRecord.vue b/src/views/parkPay/parkRecord.vue index 92c3dde..54b02d4 100644 --- a/src/views/parkPay/parkRecord.vue +++ b/src/views/parkPay/parkRecord.vue @@ -14,7 +14,7 @@
-

停车15分钟内无需缴费,请申请离场。

+

停车1小时内无需缴费,请申请离场。

    @@ -33,7 +33,7 @@

    停车时长:{{ $utils.dateFormat(i.parkDuration)}}

    ¥{{(i.unPayFee/100).toFixed(2)}}

    -

    申请离场

    +

    申请离场

    出场缴费

@@ -129,7 +129,7 @@ export default { { text: '在停缴费', id: 1 }, { text: '欠费待缴', id: 2 }, ], - carColor: 1,// 车牌颜色 + carColor: 0,// 车牌颜色 currentTabActive: 0, // 显示当前哪个 carNumber: '', // 车牌号码 parkingData:[], // 在停数据 @@ -145,7 +145,10 @@ export default { } }, mounted(){ - + this.$Indicator.open({ + text:'加载中...', + spinnerType: 'fading-circle', + }) }, created() { @@ -207,6 +210,7 @@ export default { this.currentTabActive = 1 this.checkedAll() } + this.$Indicator.close() console.log(this.historyList) }) }, diff --git a/src/views/parkPay/plateNumber.vue b/src/views/parkPay/plateNumber.vue index 5ea65d7..7fd0a79 100644 --- a/src/views/parkPay/plateNumber.vue +++ b/src/views/parkPay/plateNumber.vue @@ -97,7 +97,7 @@
- +
@@ -157,7 +157,7 @@
- +
@@ -327,8 +327,8 @@ export default { activeBG:'#0054C0', formData: { commonCard: '1', - num0: '蒙', - num1: 'D', + num0: '苏', + num1: 'B', num2: '', num3: '', num4: '', @@ -352,7 +352,7 @@ export default { submitConfirm: false, submitConfirmFalse: false, submitConfirmText: '', - swiperData: [], // 轮播数据 + // swiperData: [], // 轮播数据 boundList:[] // 历史记录 } },