This commit is contained in:
2024-03-16 16:47:38 +08:00
parent 4354b6d8fd
commit 616113d83f
2 changed files with 6 additions and 6 deletions

View File

@ -13,7 +13,7 @@ export function prizelist(data) {
//兑换奖品
export function prizeExchangesave(data) {
return request({
url: `/applet/score/prizeExchange/save`,
url: ` /fd/point/exchange/approval/submit`,
method: 'post',
data: data,
header: {

View File

@ -11,7 +11,7 @@
{{item.score?item.score:''}}积分
</view>
<view class="button" @tap="goexchange(item)">
兑换
提交兑换申请
</view>
</view>
<view style="width: 48%;" v-if="list.length%2!=0">
@ -63,7 +63,7 @@
prizeExchangesave(obj).then(res => {
if (res.code == 200) {
this.$refs.uToast.show({
title: '兑换成功',
title: '已提交兑换申请',
type: 'success',
})
} else {
@ -143,9 +143,9 @@
border: 1px solid #fff;
.button {
width: 100rpx;
height: 44rpx;
line-height: 44rpx;
width: 150rpx;
height: 50rpx;
line-height: 50rpx;
position: absolute;
text-align: center;
font-size: 22rpx;