Commit a7c09cdf authored by 王炽's avatar 王炽

积分页生日礼优惠券图片修改,生长曲线页面toast提示

parent 37a85782
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<view class="reward-card1" @click="handleCouponClick"> <view class="reward-card1" @click="handleCouponClick">
<image <image
class="reward-icon1" class="reward-icon1"
:src="`${$baseUrl}integral/1021/shengriliQuanIcon${props.index}.png`" :src="`${$baseUrl}integral/1023/shengriliQuanIcon${props.index}.png`"
mode="aspectFit" mode="aspectFit"
/> />
</view> </view>
......
...@@ -537,6 +537,7 @@ const convertFeedingType = (type) => { ...@@ -537,6 +537,7 @@ const convertFeedingType = (type) => {
} }
} }
const submitData = throttleTap(async () => { const submitData = throttleTap(async () => {
console.log('submitData')
md.sensorLogTake({ md.sensorLogTake({
xcxClick: "生长曲线首页-确认提交", xcxClick: "生长曲线首页-确认提交",
pageName: "生长曲线首页", pageName: "生长曲线首页",
...@@ -564,6 +565,11 @@ const submitData = throttleTap(async () => { ...@@ -564,6 +565,11 @@ const submitData = throttleTap(async () => {
babyId.value = shengzhangStore.shengzhangInfo.babyId; babyId.value = shengzhangStore.shengzhangInfo.babyId;
} else { } else {
showLoading.value = false; showLoading.value = false;
uni.showToast({
title: '宝宝已经超龄啦,不支持记录了哦~',
icon: "none",
});
return; return;
} }
......
...@@ -2236,6 +2236,12 @@ import ShengriliTipPanel from '../components/quanyi/shengriliTipPanel.vue'; ...@@ -2236,6 +2236,12 @@ import ShengriliTipPanel from '../components/quanyi/shengriliTipPanel.vue';
//会员权益点击跳转 //会员权益点击跳转
const handlePrivilegeClick = (item, index) => { const handlePrivilegeClick = (item, index) => {
// jump({
// type: JumpType.H5,
// url: "https://fh0926-activity.dexfu.cn/customShare/share?id=Did1NjI1MzU"
// })
// return;
selectIdx.value = index; selectIdx.value = index;
if(!isshowShouqi.value){ if(!isshowShouqi.value){
isshowShouqi.value = true; isshowShouqi.value = true;
......
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