Commit 1bfa82f9 authored by 邱旭's avatar 邱旭

修改扣积分desc

parent 0868bab2
This diff is collapsed.
......@@ -86,7 +86,7 @@ export default class ExchangeBuyPanel extends Panel {
}, ticket, (res) => {
return res.data == 0;
});
}, 'join_7', 'join', this.data.price, '欢趣农场');
}, 'join_7', 'join', this.data.price, 'act_name');
})
}
......
......@@ -60,7 +60,7 @@ export default class ShopBuyPanel extends Panel {
Loading.instace.show();
Tools.creditsCost('join_7', 'join', this.data.needGold, '欢趣农场')
Tools.creditsCost('join_7', 'join', this.data.needGold, 'act_name')
.then((ticket) => {
// 兑换商品
NetManager.ins.propExchange((success, res) => {
......
......@@ -52,7 +52,7 @@ export default class UnlockPanel extends Panel {
return;
}
Tools.creditsCost('area', 'join', price).then((ticket) => {
Tools.creditsCost('area', 'join', price, 'act_name').then((ticket) => {
NetManager.ins.unlockLand((success) => {
if (!success) return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment