优化页面

This commit is contained in:
pengxiaolong
2025-06-10 23:06:51 +08:00
parent 8c70c2c850
commit 3c2d7e5959
974 changed files with 353 additions and 87597 deletions

View File

@@ -1,41 +0,0 @@
"use strict";
const common_vendor = require("../../common/vendor.js");
const _sfc_main = {
data() {
return {
title: "Hello",
Select: false
};
},
onLoad() {
},
methods: {
MakeAppointmentPK() {
this.Select = false;
this.$emit("MakeAppointmentPK");
},
RealTimePk() {
this.Select = true;
this.$emit("RealTimePk");
},
screening() {
this.$emit("screening");
},
Search() {
this.$emit("Search");
}
}
};
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return {
a: common_vendor.o$1((...args) => $options.MakeAppointmentPK && $options.MakeAppointmentPK(...args)),
b: !$data.Select ? 1 : "",
c: $data.Select ? 1 : "",
d: common_vendor.o$1((...args) => $options.RealTimePk && $options.RealTimePk(...args)),
e: $data.Select ? 1 : "",
f: !$data.Select ? 1 : ""
};
}
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-ce2f6748"]]);
wx.createComponent(Component);
//# sourceMappingURL=../../../.sourcemap/mp-weixin/components/topNavigation/topNavigation.js.map

View File

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

View File

@@ -1 +0,0 @@
<view class="topNavigation data-v-ce2f6748"><view bindtap="{{a}}" class="{{[b && 'Selectcss', c && 'NoSelectcss', 'RealTime', 'data-v-ce2f6748']}}">今日PK</view><view bindtap="{{d}}" class="{{[e && 'Selectcss', f && 'NoSelectcss', 'MakeAppointment', 'data-v-ce2f6748']}}">PK大厅</view></view>

View File

@@ -1,42 +0,0 @@
.topNavigation.data-v-ce2f6748 {
width: 100%;
height: 114.5rpx;
display: flex;
align-items: center;
}
.Screening.data-v-ce2f6748 {
width: 93rpx;
height: 50rpx;
background: #ffffff;
border-radius: 4rpx;
font-size: 23rpx;
color: #3b3b3b;
text-align: center;
line-height: 50rpx;
}
.filter-icon.data-v-ce2f6748 {
width: 33rpx;
height: 33rpx;
}
.RealTime.data-v-ce2f6748 {
margin: 0 39rpx 0 41rpx;
}
.MakeAppointment.data-v-ce2f6748 {
margin-right: 233rpx;
}
.Screening.data-v-ce2f6748 {
margin-right: 20rpx;
}
.Selectcss.data-v-ce2f6748 {
width: 146rpx;
height: 39rpx;
font-size: 42rpx;
color: #0e1011;
font-weight: 600;
}
.NoSelectcss.data-v-ce2f6748 {
font-weight: 600;
height: 29rpx;
color: #727a7b;
}