|
|
@@ -409,7 +409,7 @@ export default {
|
|
|
this.isWeixinApp = navigator.userAgent.indexOf("miniProgram") > -1
|
|
|
},
|
|
|
methods: {
|
|
|
- showPaySuccess () {
|
|
|
+ async showPaySuccess () {
|
|
|
let res = await this.$axios.$post('/sapi/learn/info', { sale_id: this.sale_id || '999' })
|
|
|
let learnDetail = {}
|
|
|
if (Number(res.status) === 1) {
|