2018-08-02 14:40:54 +08:00

9 lines
128 B
JavaScript

Page({
onChange(event) {
wx.showToast({
icon: 'none',
title: `切换至第${event.detail}`
});
}
});