flat: 警告处理
This commit is contained in:
@@ -48,15 +48,10 @@ const state = reactive({
|
||||
onLoad(() => {
|
||||
state.dateList = getNextMonthDates();
|
||||
});
|
||||
document.addEventListener('UniAppJSBridgeReady', function () {
|
||||
console.log(123);
|
||||
});
|
||||
|
||||
function textXcx() {
|
||||
jWeixin.miniProgram.postMessage({
|
||||
data: {
|
||||
pathUrl: '你好,小程序', //传递的参数
|
||||
},
|
||||
});
|
||||
$api.msg('测试给小程序发送消息');
|
||||
$api.sendingMiniProgramMessage();
|
||||
}
|
||||
|
||||
// 获取往后三十天日期
|
||||
|
Reference in New Issue
Block a user