xg
This commit is contained in:
parent
4354b6d8fd
commit
616113d83f
@ -13,7 +13,7 @@ export function prizelist(data) {
|
|||||||
//兑换奖品
|
//兑换奖品
|
||||||
export function prizeExchangesave(data) {
|
export function prizeExchangesave(data) {
|
||||||
return request({
|
return request({
|
||||||
url: `/applet/score/prizeExchange/save`,
|
url: ` /fd/point/exchange/approval/submit`,
|
||||||
method: 'post',
|
method: 'post',
|
||||||
data: data,
|
data: data,
|
||||||
header: {
|
header: {
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
{{item.score?item.score:''}}积分
|
{{item.score?item.score:''}}积分
|
||||||
</view>
|
</view>
|
||||||
<view class="button" @tap="goexchange(item)">
|
<view class="button" @tap="goexchange(item)">
|
||||||
兑换
|
提交兑换申请
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view style="width: 48%;" v-if="list.length%2!=0">
|
<view style="width: 48%;" v-if="list.length%2!=0">
|
||||||
@ -63,7 +63,7 @@
|
|||||||
prizeExchangesave(obj).then(res => {
|
prizeExchangesave(obj).then(res => {
|
||||||
if (res.code == 200) {
|
if (res.code == 200) {
|
||||||
this.$refs.uToast.show({
|
this.$refs.uToast.show({
|
||||||
title: '兑换成功',
|
title: '已提交兑换申请',
|
||||||
type: 'success',
|
type: 'success',
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
@ -143,9 +143,9 @@
|
|||||||
border: 1px solid #fff;
|
border: 1px solid #fff;
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
width: 100rpx;
|
width: 150rpx;
|
||||||
height: 44rpx;
|
height: 50rpx;
|
||||||
line-height: 44rpx;
|
line-height: 50rpx;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 22rpx;
|
font-size: 22rpx;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user