@@ -4780,6 +4780,7 @@
display: flex;
justify-content: space-between;
align-items: center;
+ flex: auto;
// margin-right: 15rpx;
transform: translateZ(0);
justify-content: flex-end;
@@ -197,7 +197,15 @@
},
onShow() {
this.openCoupon()
- this.getUserAddr()
+ if (this.type == 'win') {
+ this.computedRewardOrder()
+ } else {
+ this.computedOrder()
+ }
+ if(!this.cityId){
+ this.getUserAddr()
+ // this.getUserAddr()
uni.$on('updateAddress', (e) => {
this.address = e;
this.addressId = e.addressId;