From-wh 2 лет назад
Родитель
Сommit
054d882026
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      template/uni-app/pages/goods/order_confirm/index.vue

+ 2 - 1
template/uni-app/pages/goods/order_confirm/index.vue

@@ -515,6 +515,7 @@
 						} else if (res.data.type == 2) {
 							that.is_shipping = false;
 							that.shippingType = 1;
+							this.addressType(1)
 							this.getConfirm();
 							this.getList();
 						}
@@ -1822,4 +1823,4 @@
 	.fontC {
 		color: grey;
 	}
-</style>
+</style>