Fix: 【商城小程序】购物车点击"管理"功能以后,下次进入购物车页面应该自动变为未点击状态

This commit is contained in:
linxi
2024-09-18 14:05:20 +08:00
parent 4b8ba61ee5
commit 1feb90c602
+1
View File
@@ -334,6 +334,7 @@ export default {
this.getAddress()
},
onShow() {
this.isEdit = false
uni.$on('chooseAddress', (res) => {
this.addressInfo = res;
this.$forceUpdate()