Fix: 【商城小程序】购物车点击"管理"功能以后,下次进入购物车页面应该自动变为未点击状态
This commit is contained in:
@@ -334,6 +334,7 @@ export default {
|
|||||||
this.getAddress()
|
this.getAddress()
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
|
this.isEdit = false
|
||||||
uni.$on('chooseAddress', (res) => {
|
uni.$on('chooseAddress', (res) => {
|
||||||
this.addressInfo = res;
|
this.addressInfo = res;
|
||||||
this.$forceUpdate()
|
this.$forceUpdate()
|
||||||
|
|||||||
Reference in New Issue
Block a user