You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
257 B

Page({
goBack() {
wx.navigateTo({
url: '/pages/student/student',
});
},
goTorule1() {
console.log('点击了rule1按钮'); // 添加调试信息
wx.navigateTo({
url: `/pages/student/rules/rule1/rule1`,
});
},
})