flat: 暂存

This commit is contained in:
史典卓
2025-03-29 11:51:48 +08:00
parent b8ee5e7c17
commit 09d9603f04
101 changed files with 93 additions and 57 deletions

View File

@@ -3,7 +3,7 @@
<view class="careerfair-AI">AI+就业服务程序</view>
<view class="careerfair-tab">
<view class="careerfair-tab-options actived">现场招聘</view>
<view class="careerfair-tab-options">VR虚拟招聘会</view>
<view class="careerfair-tab-options" @click="textXcx">VR虚拟招聘会</view>
</view>
<scroll-view :scroll-x="true" :show-scrollbar="false" class="careerfair-scroll">
<view class="careerfair-date">
@@ -48,6 +48,16 @@ const state = reactive({
onLoad(() => {
state.dateList = getNextMonthDates();
});
document.addEventListener('UniAppJSBridgeReady', function () {
console.log(123);
});
function textXcx() {
jWeixin.miniProgram.postMessage({
data: {
pathUrl: '你好,小程序', //传递的参数
},
});
}
// 获取往后三十天日期
function getNextMonthDates() {