diff --git a/app.json b/app.json
index 446b82a..90b8f25 100644
--- a/app.json
+++ b/app.json
@@ -1,6 +1,7 @@
{
"pages": [
"pages/index/index",
+ "pages/integralmall/payIntegcouponStatus/index",
"pages/integralmall/payIntegcoupondetail/index",
"pages/joinFrDpell/index",
"pages/spellDetail/index",
diff --git a/config/config.js b/config/config.js
index f6a6646..cc749f3 100755
--- a/config/config.js
+++ b/config/config.js
@@ -262,7 +262,15 @@ var config = {
/**
* 专题详情
*/
- topicFindById:"/topic/findById"
+ topicFindById:"/topic/findById",
+ /**
+ * 积分兑换
+ */
+ addIntegral: "/credit/add",
+ /**
+ * 积分券详情
+ */
+ integralDetail:'/wxCoupon/findById',
},
weapp: {
AppId: weappId
diff --git a/pages/integralmall/index.js b/pages/integralmall/index.js
index 5ba6dde..336727e 100644
--- a/pages/integralmall/index.js
+++ b/pages/integralmall/index.js
@@ -82,7 +82,7 @@ Page({
var param = {
pageNum: pageNum,
pageSize: 10,
- targetAd: 5
+ targetAd: 50
};
var url = config.api.couponChannelList;
// 请求接口
diff --git a/pages/integralmall/index.wxml b/pages/integralmall/index.wxml
index e1b4490..eb9636f 100644
--- a/pages/integralmall/index.wxml
+++ b/pages/integralmall/index.wxml
@@ -18,7 +18,7 @@
- {{item.salePriceStr}}
+ {{item.creditPrice}}
积分
diff --git a/pages/integralmall/integcoupondetail/index.wxml b/pages/integralmall/integcoupondetail/index.wxml
index efbaa24..ee8c967 100644
--- a/pages/integralmall/integcoupondetail/index.wxml
+++ b/pages/integralmall/integcoupondetail/index.wxml
@@ -8,7 +8,7 @@
售价
- {{data.salePriceStr}}积分
+ {{data.creditPrice}}积分
有效期:
{{data.validStartDate}}至{{data.validEndDate}}(请在有效期内使用)
@@ -52,7 +52,7 @@
- {{data.salePriceStr}}积分
+ {{data.creditPrice}}积分
积分售价
@@ -29,7 +29,7 @@
兑换使用积分
- {{data.salePriceStr}}
+ {{data.creditPrice}}
剩余积分
@@ -37,7 +37,7 @@
-
+