罗世杰:feat:轮播图,分析统计、轮播消息接口接入

This commit is contained in:
LuoShijie
2023-11-14 23:11:39 +08:00
parent c21816d077
commit db21651d44
6 changed files with 75 additions and 34 deletions

View File

@@ -63,7 +63,14 @@
uni.navigateTo({
url: this.navItems[index].url
})
}else if (index == 7) {
uni.makePhoneCall({
phoneNumber: '123456789',
success: (result) => {},
fail: (error) => {}
})
}
}
}
};