wx api换成uni
This commit is contained in:
parent
d822877ee0
commit
4f5b98e23b
@ -60,7 +60,7 @@ export default {
|
|||||||
itemChangeCount(index, num){
|
itemChangeCount(index, num){
|
||||||
// 如果数量为1 , 并且还减少, 提示删除商品
|
// 如果数量为1 , 并且还减少, 提示删除商品
|
||||||
if(this.cartList[index].goods_count === 1 && num === -1){
|
if(this.cartList[index].goods_count === 1 && num === -1){
|
||||||
wx.showModal({
|
uni.showModal({
|
||||||
content: '是否删除该商品',
|
content: '是否删除该商品',
|
||||||
success: (res) => {
|
success: (res) => {
|
||||||
if (res.confirm) {
|
if (res.confirm) {
|
||||||
@ -85,7 +85,7 @@ export default {
|
|||||||
icon: "none"
|
icon: "none"
|
||||||
})
|
})
|
||||||
}else{
|
}else{
|
||||||
wx.navigateTo({url:"/pages/pay/pay"})
|
uni.navigateTo({url:"/pages/pay/pay"})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user