This commit is contained in:
杨鹏
2025-10-12 18:01:59 +08:00
parent 09f8815234
commit e28858a340
6 changed files with 130 additions and 22 deletions
+23 -1
View File
@@ -79,7 +79,29 @@ const UserApi = {
}
});
},
// 获取h5填写的表单信息
getInfoByUser: () => {
return request({
url: '/digital/records/get-by-user-id',
method: 'GET',
custom: {
showLoading: false,
auth: true,
},
});
},
// 获取试穿记录
getTryOnList: (params = {}) => {
return request({
url: '/digital/on-record/page',
method: 'GET',
params,
custom: {
showLoading: false,
auth: true,
},
});
},
};
export default UserApi;
+2 -2
View File
@@ -1,7 +1,7 @@
<!-- 装修用户组件用户卡片 -->
<template>
<view class="ss-user-info-wrap ss-p-t-50" :style="[bgStyle, { marginLeft: `${data.space}px` }]">
<view class="ss-flex ss-col-center ss-row-between ss-m-b-20">
<!-- <view class="ss-flex ss-col-center ss-row-between ss-m-b-20">
<view class="left-box ss-flex ss-col-center ss-m-l-36">
<view class="avatar-box ss-m-r-24">
<image
@@ -27,7 +27,7 @@
<text class="sicon-qrcode"></text>
</button>
</view>
</view>
</view> -->
<!-- 提示绑定手机号 先隐藏 yudao 需要再修改 -->
<view