Browse Source

[Feature]提交代码

yxb
杨毅 2 years ago
parent
commit
112117b7a4
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      applyCard/sign-up.vue

+ 1
- 0
applyCard/sign-up.vue View File

}, },
}); });
} else if (data.userState === 'NORMAL') { } else if (data.userState === 'NORMAL') {
msg('已开通车主服务')
uni.navigateTo({ uni.navigateTo({
url: `/applyCard/product-detail?orderId=${state.orderId}&&clientFee=${state.clientFee}&&id=${state.id}`, url: `/applyCard/product-detail?orderId=${state.orderId}&&clientFee=${state.clientFee}&&id=${state.id}`,
}); });

Loading…
Cancel
Save