Commit cca67d1c authored by 罗超's avatar 罗超

Merge branch 'master' of http://gitlab.oytour.com/zk123/jz_travel

# Conflicts:
#	components/coupon/index.vue
parents 17f11cb9 95348a2c
...@@ -57,14 +57,13 @@ ...@@ -57,14 +57,13 @@
<text>原价:</text> <text>原价:</text>
<text class="jz_renmin">¥</text><text class="jz_B2bPrice">{{ $utils.getretailer()?currentPrice.b2BPrice:currentPrice.b2CPrice }}</text> <text class="jz_renmin">¥</text><text class="jz_B2bPrice">{{ $utils.getretailer()?currentPrice.b2BPrice:currentPrice.b2CPrice }}</text>
<text style="color: #999999; font-size: 28rpx; font-weight: 400">/人起</text> <text style="color: #999999; font-size: 28rpx; font-weight: 400">/人起</text>
<!--
<view class="" v-if="stepNumber==0&&dataList.currentPriceInfo.teamType==0"> <view class="" v-if="stepNumber==0&&dataList.currentPriceInfo.teamType==0">
<text style="font-size: 13px;color:#111"> <text style="font-size: 13px;color:#111">
直客价:<text style="font-size: 20rpx;">¥</text>{{ currentPrice.b2CPrice}} 直客价:<text style="font-size: 20rpx;">¥</text>{{ currentPrice.b2CPrice}}
</text> </text>
</view> </view>
--> <text style="font-size: 13px;color:#111;margin-left: 10px;" v-else>
<text style="font-size: 13px;color:#111;margin-left: 10px;">
直客价:<text style="font-size: 20rpx;">¥</text>{{ currentPrice.b2CPrice}} 直客价:<text style="font-size: 20rpx;">¥</text>{{ currentPrice.b2CPrice}}
</text> </text>
</view> </view>
...@@ -1183,7 +1182,7 @@ ...@@ -1183,7 +1182,7 @@
fontSize: '14px', fontSize: '14px',
margin: '0 auto', margin: '0 auto',
width: '90vw', width: '90vw',
}" @click="showSalePreviwe=false">确定</u-button> }" @click="goReserce()">确定</u-button>
</view> </view>
</u-popup> </u-popup>
</view> </view>
......
...@@ -366,7 +366,7 @@ ...@@ -366,7 +366,7 @@
<u-icon name="arrow" size="20" /> --> <u-icon name="arrow" size="20" /> -->
</view> </view>
</view> </view>
<view class="jz_ReserTitle"> <view class="jz_ReserTitle" @click="goJzDetail">
{{ orderData.model.Title }} {{ orderData.model.Title }}
</view> </view>
<view class="jz_ReserIn" style="margin: 33rpx 0 18rpx 0"> <view class="jz_ReserIn" style="margin: 33rpx 0 18rpx 0">
...@@ -597,6 +597,13 @@ ...@@ -597,6 +597,13 @@
} }
}, },
methods: { methods: {
//跳转至详情
goJzDetail() {
let model = this.orderData.model;
uni.navigateTo({
url: "/pages/jiuzhai/jz_LineDetail?tcid=" + model.TCID
});
},
goback() { goback() {
uni.navigateBack({ uni.navigateBack({
delta: 1, delta: 1,
......
...@@ -218,7 +218,7 @@ ...@@ -218,7 +218,7 @@
fontSize: '14px', fontSize: '14px',
margin: '0 auto', margin: '0 auto',
width: '90vw', width: '90vw',
}" @click="showSalePreviwe=false">确定</u-button> }" @click="goReserce()">确定</u-button>
</view> </view>
</u-popup> </u-popup>
<u-popup v-model="showDownload" mode="bottom" border-radius="50" length="60%" :safe-area-inset-bottom="true"> <u-popup v-model="showDownload" mode="bottom" border-radius="50" length="60%" :safe-area-inset-bottom="true">
......
...@@ -365,7 +365,7 @@ ...@@ -365,7 +365,7 @@
<u-icon name="arrow" size="20" /> --> <u-icon name="arrow" size="20" /> -->
</view> </view>
</view> </view>
<view class="jz_ReserTitle"> <view class="jz_ReserTitle" @click="goDetail">
{{ orderData.ProductModel.Name }} {{ orderData.ProductModel.Name }}
</view> </view>
<view class="jz_ReserIn" style="margin: 33rpx 0 18rpx 0"> <view class="jz_ReserIn" style="margin: 33rpx 0 18rpx 0">
...@@ -574,6 +574,11 @@ ...@@ -574,6 +574,11 @@
} }
}, },
methods: { methods: {
goDetail() {
uni.navigateTo({
url: "/pages/visa/visaDetail?id="+this.orderData.ProductModel.Id
})
},
goback() { goback() {
uni.navigateBack({ uni.navigateBack({
delta: 1, delta: 1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment