wangxiaoping 4 years ago
parent 800360f5e3
commit 9b2a68667c

@ -61,8 +61,7 @@
} }
this.sendReq('/api/member/registered-promotion', this.info, (r) => { this.sendReq('/api/member/registered-promotion', this.info, (r) => {
console.log(r) if (r) {
if (r.data.status === 1) {
uni.navigateTo({ uni.navigateTo({
url: '../regSuccess/regSuccess' url: '../regSuccess/regSuccess'
}) })

File diff suppressed because one or more lines are too long

@ -202,8 +202,7 @@ var _default =
} }
this.sendReq('/api/member/registered-promotion', this.info, function (r) { this.sendReq('/api/member/registered-promotion', this.info, function (r) {
console.log(r); if (r) {
if (r.data.status === 1) {
uni.navigateTo({ uni.navigateTo({
url: '../regSuccess/regSuccess' }); url: '../regSuccess/regSuccess' });

Loading…
Cancel
Save