Commit a7c09cdf authored by 王炽's avatar 王炽

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

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