@@ -65,6 +65,10 @@
const store = useIsCanBack();
onLoad((options) => {
+ if (options.from === 'appcx') {
+ id.value = options.id
+ fromPage.value = options.from;
+ }
getAllImg();
})