1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

购物车按钮点击添加弹窗:暂未实现~

This commit is contained in:
2023-04-16 00:01:01 +08:00
parent 67e18187c0
commit 9ae61d5b66
3 changed files with 13 additions and 3 deletions

View File

@@ -139,6 +139,16 @@ Page({
})();
},
btnAddCartTap() {
wx.showModal({
title: '暂未实现',
content: '时间有限,该功能暂未实现~',
showCancel: false,
complete: (res) => {
}
})
},
loadPageData() {
(async () => {
let goodDetail = await goodService.getGoodDetail(this.data.goodId)