UNPKG

weui-wxss

Version:
14 lines (13 loc) 223 B
Page({ mixins: [require('../../mixin/common')], openDefault() { wx.navigateTo({ url: 'button_default', }); }, openBottomfixed() { wx.navigateTo({ url: 'button_bottom_fixed', }); }, });