2a11a442 by lttnew

个人绑定失败

1 parent 1c937c08
......@@ -969,7 +969,7 @@ function handleDelete(row) {
box-sizing: border-box;
&.dropdown-open-page {
padding-bottom: calc(420rpx + env(safe-area-inset-bottom));
padding-bottom: calc(490rpx + env(safe-area-inset-bottom));
}
}
......@@ -1428,7 +1428,7 @@ function handleDelete(row) {
justify-content: space-around;
align-items: center;
padding-top: 60rpx;
padding-bottom: calc(20rpx + env(safe-area-inset-bottom));
padding-bottom: calc(10rpx + env(safe-area-inset-bottom));
background: #fff;
border-top: 1rpx solid #f0f0f0;
......
<template>
<template>
<view class="page-container">
<!-- 会员卡区域 -->
<view class="member-card">
......@@ -365,16 +365,18 @@ const confirmBind = async () => {
idcCode: bindForm.value.idcCode
}))
uni.hideLoading()
// if (res.data != 1) {
// // handelGo()
// closeBindPopup()
// } else {
uni.showToast({
title: '绑定成功',
icon: 'success'
})
if(res?.data == '1'){
closeBindPopup()
await getWebInfo()
}else{
uni.showToast({
title: res?.data || '绑定失败',
icon: null,
duration: 3000
})
}
// }
if (err) {
console.log(err)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!