|
@ -533,7 +533,7 @@ |
|
|
showCommitSuccessMessage(hint, pointData) { |
|
|
showCommitSuccessMessage(hint, pointData) { |
|
|
this.$refs.comMessage.showSuccessMessage(hint, res => { |
|
|
this.$refs.comMessage.showSuccessMessage(hint, res => { |
|
|
if (pointData.length > 0) { |
|
|
if (pointData.length > 0) { |
|
|
uni.navigateTo({ |
|
|
uni.redirectTo({ |
|
|
url: `/pages/point/index?points=${JSON.stringify(pointData)}` |
|
|
url: `/pages/point/index?points=${JSON.stringify(pointData)}` |
|
|
}); |
|
|
}); |
|
|
} else { |
|
|
} else { |
|
|