|
| xqd
@@ -159,6 +159,8 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</uni-popup>
|
|
|
+ <!-- 弹出层/核销码 -->
|
|
|
+ <dialogPanel ref="dialogPanel"/>
|
|
|
</view>
|
|
|
</template>
|
|
|
|
|
| xqd
@@ -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,
|