|
|
@@ -147,6 +147,8 @@
|
|
|
kechengCount: 0, //剩余课程数量
|
|
|
kechengUsed: 0, //售出课程数量
|
|
|
tixingFlag:false,
|
|
|
+ jzHtId:null,
|
|
|
+
|
|
|
});
|
|
|
const swiperInfo = ref([]);
|
|
|
const dotStyle = reactive({
|
|
|
@@ -202,6 +204,7 @@
|
|
|
indexInfoData.kechengCount = res.data.kechengCount;
|
|
|
indexInfoData.kechengUsed = res.data.kechengUsed;
|
|
|
indexInfoData.tixingFlag =res.data.tixingFlag;
|
|
|
+ indexInfoData.jzHtId =res.data.jzHtId;
|
|
|
})
|
|
|
}
|
|
|
|
|
|
@@ -280,6 +283,9 @@
|
|
|
uni.navigateTo({
|
|
|
url: '/pages/admin/Hetong/Hetong'
|
|
|
})
|
|
|
+ uni.navigateTo({
|
|
|
+ url: `/pages/admin/Hetong/Hetong?id=${indexInfoData.jzHtId}`
|
|
|
+ })
|
|
|
}else{
|
|
|
uni.redirectTo({
|
|
|
url: '/pages/admin/Hetong/HetongList'
|