Commit 92b5bdf5 authored by spc's avatar spc

fixed

parent 639d00f2
......@@ -465,8 +465,8 @@ export default {
// 获取按钮文本
getButtonText() {
// 优先使用API返回的按钮文本
return this.goodsData.buttonText || '立即兑换';
// 无论登录状态如何,都显示"立即兑换"
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