diff --git a/App.vue b/App.vue index f0a45a4..3adb0c7 100644 --- a/App.vue +++ b/App.vue @@ -6,7 +6,7 @@ import appUpdate from "@/components/appUpdate/appUpdate.js"; export default { onLaunch: function () { console.log("%c%s", "color:red", "onLaunch---"); - uni.showLoading({ title: "等待参数传入" }); + // uni.showLoading({ title: "等待参数传入" }); // uni.setStorageSync("token", ""); window.initFn = this.initFn; // this.initFn(); @@ -63,7 +63,7 @@ export default { onHide: function () {}, methods: { initFn(data) { - uni.hideLoading(); // 关闭 Loading + // uni.hideLoading(); // 关闭 Loading // uni.showModal({ // title: '查看initFn', // content: data || '未传入参数 initFn', diff --git a/pages/index/cleanPlan.vue b/pages/index/cleanPlan.vue index 43ef1a7..6a08a9b 100644 --- a/pages/index/cleanPlan.vue +++ b/pages/index/cleanPlan.vue @@ -74,7 +74,9 @@ - + 刷卡成功 暂不 @@ -87,7 +89,9 @@ - + 刷卡失败 暂不 @@ -173,7 +177,7 @@ export default { }, methods: { - minutesToTime, + minutesToTime, nfcResFn(data){ if(false){ console.log('%c%s', 'color:red', 'nfc刷卡成功'); @@ -382,7 +386,6 @@ export default { transform:translateX(-50%); width:200rpx; height:200rpx; - background-color:red; } .content-title{ position:absolute; @@ -431,7 +434,7 @@ export default { .box-content{ height:450rpx; background-color: #ffffff; - background: linear-gradient(to bottom, #A7DAFC, white 60%, white); + background: linear-gradient(to bottom, #FFEDDF, white 60%, white); border-radius:30rpx; // border:1px solid red; position:relative; @@ -442,7 +445,7 @@ export default { transform:translateX(-50%); width:200rpx; height:200rpx; - background-color:red; + // background-color:red; } .content-title{ position:absolute; @@ -472,7 +475,7 @@ export default { .btn-success{ width:200rpx; height:70rpx; - background-color:#4278F4; + background-color:#F76590; border-radius:50rpx; display:flex; align-items:center; diff --git a/static/images/msg-error.png b/static/images/msg-error.png new file mode 100644 index 0000000..3cfc2fc Binary files /dev/null and b/static/images/msg-error.png differ diff --git a/static/images/msg-success.png b/static/images/msg-success.png new file mode 100644 index 0000000..eb55c90 Binary files /dev/null and b/static/images/msg-success.png differ