Selaa lähdekoodia

产品页跳转图片修正

yfso 3 vuotta sitten
vanhempi
commit
242243fe11
1 muutettua tiedostoa jossa 7 lisäystä ja 0 poistoa
  1. 7 0
      pages/goods/goods-detail/index.vue

+ 7 - 0
pages/goods/goods-detail/index.vue

xqd xqd
@@ -159,6 +159,8 @@
 				</view>
 			</view>
 		</uni-popup>
+		<!-- 弹出层/核销码 -->
+		<dialogPanel ref="dialogPanel"/>
 	</view>
 </template>
 
@@ -543,6 +545,11 @@
 			},
 			// 跳转积分兑换
 			goIntegralOrder() {
+				if(this.hotelDetail.buy_jump_type == 3){
+					this.$refs.dialogPanel.show(this.hotelDetail.buy_jump_config);
+					return;
+				}
+				
 				this.$utils.jump({
 					jump_type: this.hotelDetail.buy_jump_type,
 					jump_config: this.hotelDetail.buy_jump_config,