mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-12-05 13:29:27 +08:00
18 lines
318 B
JavaScript
Executable File
18 lines
318 B
JavaScript
Executable File
const app = getApp();
|
|
Component({
|
|
data: {
|
|
indicator_dots: false,
|
|
indicator_color: 'rgba(0, 0, 0, .3)',
|
|
indicator_active_color: '#e31c55',
|
|
autoplay: true,
|
|
circular: true,
|
|
},
|
|
properties: {
|
|
propData: Array
|
|
},
|
|
methods: {
|
|
banner_event(e) {
|
|
app.operation_event(e);
|
|
},
|
|
},
|
|
}); |