no message

This commit is contained in:
2024-01-16 22:53:42 +08:00
commit 40e5198c79
479 changed files with 52166 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
var e = require("../../common/vendor.js"),
r = require("../../hooks/onMounted.js"),
n = require("../../hooks/onShareAppMessage.js"),
i = require("../../utils/navigate.js");
require("../../hooks/useState.js"),
require("../../store/app/index.js"),
require("../../enums/index.js"),
require("../../data/index.js"),
require("../../service/index.js"),
require("../../utils/request.js"),
require("../../config/index.js"),
require("../../constant/index.js"),
require("../../utils/util.js"),
Math || (e.unref(s) + e.unref(o))();
var s = function () {
return "../../components/float-help/index.js";
},
o = function () {
return "../../components/float-share/index.js";
},
t = {
__name: "index",
setup: function (s) {
var o = function () {
i.redirectTo({ url: "/pages/order-list-mine/index" });
};
return (
r.onMounted(function () {}, !1),
n.onShareAppMessage(),
function (r, n) {
return e.e({ a: !r.loading }, r.loading ? {} : { b: e.o(o) });
}
);
},
},
u = e._export_sfc(t, [["__scopeId", "data-v-10d49bcd"]]);
(t.__runtimeHooks = 2), wx.createPage(u);

View File

@@ -0,0 +1,7 @@
{
"navigationBarTitleText": "查询中",
"usingComponents": {
"float-help": "../../components/float-help/index",
"float-share": "../../components/float-share/index"
}
}

View File

@@ -0,0 +1,30 @@
<view class="content data-v-10d49bcd" wx:if="{{a}}">
<image
class="pic data-v-10d49bcd"
src="/static/images/pic_upload_file.png"
></image>
<view class="pay-status data-v-10d49bcd">正在查询中,请耐心等待...</view>
<view class="tips data-v-10d49bcd">
正常情况下报告在3-15分钟内会有结果车辆维保报告最快10-30分钟左右出结果。报告处理时间为9点-22点22点后次日处理。18点以后部分订单会在第二天早上9点后收到查询结果。
</view>
<view class="button-content data-v-10d49bcd">
<button
bindtap="{{b}}"
class="button type3 data-v-10d49bcd"
hoverClass="default-hover-class"
hoverStayTime="100"
>
查看订单
</button>
</view>
<float-help
bind:__l="__l"
class="data-v-10d49bcd"
uI="10d49bcd-0"
></float-help>
<float-share
bind:__l="__l"
class="data-v-10d49bcd"
uI="10d49bcd-1"
></float-share>
</view>

View File

@@ -0,0 +1,68 @@
page {
background-color: #fff;
overflow: visible !important;
}
.content.data-v-10d49bcd {
align-items: center;
display: -webkit-flex;
display: flex;
flex-direction: column;
padding: 60rpx;
}
.content .pic.data-v-10d49bcd {
height: 313rpx;
margin-top: 120rpx;
width: 324rpx;
}
.content .pay-status.data-v-10d49bcd {
font-size: 42rpx;
font-weight: 700;
margin-top: 100rpx;
}
.content .tips.data-v-10d49bcd {
color: #5e5e6b;
font-size: 28rpx;
line-height: 44rpx;
margin-top: 40rpx;
padding: 0 20rpx;
}
.content .view-report.data-v-10d49bcd {
color: #1f68e9;
font-size: 32rpx;
font-weight: 700;
margin-top: 150rpx;
}
.content .button-content.data-v-10d49bcd {
padding: 0 20rpx;
width: 100%;
}
.content .button-content .button.data-v-10d49bcd {
background-color: #fff;
border-radius: 100rpx;
font-size: 32rpx;
height: 90rpx;
line-height: 90rpx;
padding: 0;
text-align: center;
width: 100%;
}
.content .button-content .button.type1.data-v-10d49bcd {
background-color: #1f68e9;
color: #fff;
margin-top: 60rpx;
}
.content .button-content .button.type2.data-v-10d49bcd {
background-color: #edf5ff;
color: #1f68e9;
margin-top: 40rpx;
}
.content .button-content .button.type3.data-v-10d49bcd {
border: 2rpx solid #c4c8d1;
margin-top: 40rpx;
}
.content .notice.data-v-10d49bcd {
color: rgba(94, 94, 107, 0.855);
font-size: 24rpx;
margin-top: 50rpx;
text-align: center;
}