确认收货

This commit is contained in:
kele
2023-10-16 14:14:40 +08:00
parent fd7ccde73a
commit 53507d995d
3 changed files with 78 additions and 8 deletions
+8 -1
View File
@@ -14,7 +14,7 @@
console.log('AppOnError:', err);
});
onShow(() => {
onShow((options) => {
// #ifdef APP-PLUS
// 获取urlSchemes参数
const args = plus.runtime.arguments;
@@ -26,6 +26,13 @@
success: (res) => { },
});
// #endif
// #ifdef MP-WEIXIN
// 确认收货回调结果
console.log(options,'options');
// #endif
});
</script>