|
@@ -184,7 +184,7 @@ export default {
|
|
|
{ header: { 'Content-Type': 'application/json' } }
|
|
{ header: { 'Content-Type': 'application/json' } }
|
|
|
)
|
|
)
|
|
|
.then(res => {
|
|
.then(res => {
|
|
|
- if (res.code === 200) {
|
|
|
|
|
|
|
+ if (res.data.result === '0') {
|
|
|
return this.$http.post('/applets/appletsPay', {
|
|
return this.$http.post('/applets/appletsPay', {
|
|
|
orderCode: res.data.orderCode,
|
|
orderCode: res.data.orderCode,
|
|
|
orderType: 2
|
|
orderType: 2
|