Commit c9b814d7 authored by 王炽's avatar 王炽

666666

parent f59cfe93
......@@ -57,10 +57,10 @@ const props = defineProps({
type: Number,
default: 0
},
startDate: {
type: String,
default: ''
},
// startDate: {
// type: String,
// default: ''
// },
isshowLock:{
type: Boolean,
......@@ -127,7 +127,7 @@ onMounted(async () => {
showLoading();
const res = await fetchActivityStateJSON();
if(res?.success){
isStart.value = res?.data?.isStart;
isStart.value = res?.data;
}
hideLoading();
})
......
......@@ -386,7 +386,6 @@
<suyuanyou
:index="itemIndex"
:isshowLock="memberInfo?.grade < 3"
startDate="2025-08-17"
v-if="Number(selectIdx) === 8"
@upgrade="handleGoToShop_suyuanyou"
/>
......@@ -2327,15 +2326,17 @@ import YearGift from '../components/pointRightsCom/yearGift.vue';
};
const handleGoToShop_suyuanyou = (data) => {
console.log('溯源游', data.index);
if(Number(data.index) === 0 || Number(data.index) === 1 || Number(data.index) === 2){
if(data.index < 3){
gotoGonglue();
}else{//去使用
// uni.showToast({
// title: "溯源游资格已过期",
// icon: "none",
// });
}else{
jump({
type: 2,
url: "subPackages/shopMainProcess/coupons/couponList",
extra: {
appId: "wx4205ec55b793245e",
envVersion: "release"
}
})
}
};
......
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