|
@@ -5,7 +5,7 @@
|
|
|
<h3 class="title">{{getTitle}}</h3>
|
|
|
<span class="desc" v-if="orderBundle.orderFlag == 'CAEL' || orderBundle.orderFlag == 'SYCA' ">取消原因: {{getPayStatusFun}}</span>
|
|
|
</div>
|
|
|
- <div class="content">
|
|
|
+ <div class="content" @click="toDetail">
|
|
|
<div class="product-img" >
|
|
|
<img v-if="bundle.icon2" class="img" :src="bundle.icon2" alt="">
|
|
|
<div v-else class="center-con">
|
|
@@ -147,13 +147,13 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
// 套餐查看详情
|
|
|
- // toDetail(){
|
|
|
- // if(this.bundleType==0){
|
|
|
- // wx.navigateTo({
|
|
|
- // url: `/pages/bundleDetail/main?id=${this.$mp.query.id}`
|
|
|
- // })
|
|
|
- // }
|
|
|
- // },
|
|
|
+ toDetail(){
|
|
|
+ if(this.bundleType==0){
|
|
|
+ wx.navigateTo({
|
|
|
+ url: `/pages/bundleDetail/main?id=${this.$mp.query.id}`
|
|
|
+ })
|
|
|
+ }
|
|
|
+ },
|
|
|
// 核销订阅消息
|
|
|
subscribeMessage(e){
|
|
|
console.log(e)
|