mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-26 17:35:57 +08:00
13 lines
172 B
JavaScript
Executable File
13 lines
172 B
JavaScript
Executable File
const app = getApp();
|
|
Component({
|
|
data: {
|
|
navigation: [],
|
|
},
|
|
properties: {
|
|
},
|
|
methods: {
|
|
navigation_event(e) {
|
|
app.operation_event(e);
|
|
}
|
|
}
|
|
}); |