武田基因病B开发环境
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.

34 lines
486 B

4 months ago
const _app = getApp<IAppOption>();
Page({
data: {},
onLoad() {},
handleTap1() {
wx.navigateTo({
url: "/pages/19/index",
});
},
handleTap2() {
wx.navigateTo({
url: "/pages/20/index",
});
},
handleTap3() {
wx.navigateTo({
url: "/pages/21/index",
});
},
handleTap4() {
wx.navigateTo({
url: "/pages/25/index"
4 months ago
});
},
4 months ago
handleTabbar2() {
wx.reLaunch({
url: "/pages/23/index",
});
},
4 months ago
});
export {};