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,10 @@
var e = require("../../common/vendor.js")._export_sfc({}, [
[
"render",
function (e, r) {
return {};
},
],
["__scopeId", "data-v-42b6c56e"],
]);
wx.createComponent(e);

View File

@@ -0,0 +1 @@
{ "component": true, "usingComponents": {} }

View File

@@ -0,0 +1,3 @@
<view class="content data-v-42b6c56e">
查到的报告可能与本样例有所不同,请以实际报告为准。
</view>

View File

@@ -0,0 +1,6 @@
.content.data-v-42b6c56e {
background-color: #fffbe8;
color: #ed6a0c;
font-size: 26rpx;
padding: 20rpx;
}