Commit f813e1f48316226f89deabed9b7ef0e5b3d0fbb8

Authored by taiyuan
1 parent d21105cd

微券兑换

packageB/pages/coupons/query/index.js
@@ -231,7 +231,7 @@ Page({ @@ -231,7 +231,7 @@ Page({
231 this.data.integr = item.Integral; 231 this.data.integr = item.Integral;
232 this.data.number = item.Number; 232 this.data.number = item.Number;
233 233
234 - let content = `确定使用${th.data.integr}积分兑换面值${th.data.monye}元的代金券吗?`; 234 + let content = `确定使用${th.data.integr}积分兑换代金券面值${th.data.monye}元吗?`;
235 wx.showModal({ 235 wx.showModal({
236 title: '提示', 236 title: '提示',
237 content: content, 237 content: content,