mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 02:12:25 +08:00
13 lines
172 B
JavaScript
Executable File
13 lines
172 B
JavaScript
Executable File
const app = getApp();
|
|
Component({
|
|
data: {},
|
|
properties: {
|
|
propData: Array
|
|
},
|
|
methods: {
|
|
navigation_event(e) {
|
|
app.operation_event(e);
|
|
},
|
|
},
|
|
});
|