flat: 暂存
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user