Commit a6fc6b0b authored by youjie's avatar youjie

订单 详情 跳产品详情

parent 9562d7e8
......@@ -366,7 +366,7 @@
<u-icon name="arrow" size="20" /> -->
</view>
</view>
<view class="jz_ReserTitle">
<view class="jz_ReserTitle" @click="goJzDetail">
{{ orderData.model.Title }}
</view>
<view class="jz_ReserIn" style="margin: 33rpx 0 18rpx 0">
......@@ -597,6 +597,13 @@
}
},
methods: {
//跳转至详情
goJzDetail() {
let model = this.orderData.model;
uni.navigateTo({
url: "/pages/jiuzhai/jz_LineDetail?tcid=" + model.TCID
});
},
goback() {
uni.navigateBack({
delta: 1,
......
......@@ -365,7 +365,7 @@
<u-icon name="arrow" size="20" /> -->
</view>
</view>
<view class="jz_ReserTitle">
<view class="jz_ReserTitle" @click="goDetail">
{{ orderData.ProductModel.Name }}
</view>
<view class="jz_ReserIn" style="margin: 33rpx 0 18rpx 0">
......@@ -574,6 +574,11 @@
}
},
methods: {
goDetail() {
uni.navigateTo({
url: "/pages/visa/visaDetail?id="+this.orderData.ProductModel.Id
})
},
goback() {
uni.navigateBack({
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