diff --git a/pagesB/PointsMall/PointsMall.vue b/pagesB/PointsMall/PointsMall.vue
index a238728..a7f871d 100644
--- a/pagesB/PointsMall/PointsMall.vue
+++ b/pagesB/PointsMall/PointsMall.vue
@@ -11,13 +11,14 @@
{{item.score?item.score:''}}积分
- 提交兑换申请
+ 兑换
+
@@ -33,6 +34,8 @@
export default {
data() {
return {
+ updatashow: false,
+ updataitem: {},
query: {
identity: uni.getStorageSync('userinfo').cardNo,
pageNum: 1,
@@ -54,10 +57,10 @@
}
},
methods: {
- goexchange(item) {
+ updataconfirm() {
var obj = {
identity: this.query.identity,
- prizeId: item.prizeId,
+ prizeId: this.updataitem.prizeId,
source: 2
}
prizeExchangesave(obj).then(res => {
@@ -76,6 +79,10 @@
}
})
},
+ goexchange(item) {
+ this.updatashow = true
+ this.updataitem = item
+ },
info() {
prizelist(this.query).then(res => {
res.rows.forEach(e => {