liujiaxin před 3 týdny
rodič
revize
2241786d92

+ 1 - 0
pages_course/living.vue

@@ -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;

+ 9 - 1
pages_shopping/live/confirmCreateOrder.vue

@@ -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;