|
@@ -205,7 +205,7 @@ Page({
|
|
if (hitResult.formatLeastCost == "0") {
|
|
if (hitResult.formatLeastCost == "0") {
|
|
hitResult.formatLeastCostStr = "无门槛使用"
|
|
hitResult.formatLeastCostStr = "无门槛使用"
|
|
} else {
|
|
} else {
|
|
- hitResult.formatLeastCostStr = "满" + hitResult.formatLeastCostStr + "元使用"
|
|
|
|
|
|
+ hitResult.formatLeastCostStr = "满" + hitResult.formatLeastCost + "元使用"
|
|
}
|
|
}
|
|
|
|
|
|
this.setData({
|
|
this.setData({
|