xg
This commit is contained in:
parent
4354b6d8fd
commit
616113d83f
@ -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: {
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user