|
|
@@ -90,7 +90,7 @@ export default {
|
|
|
let that = this;
|
|
|
let res = await this.$axios.$post("/api/user/sign", {});
|
|
|
if (res.status === 1) {
|
|
|
- this.$alert("签约已在审核中", "", {
|
|
|
+ this.$alert("签约提交成功,等待后台审核", "", {
|
|
|
type: "success",
|
|
|
callback: function () {
|
|
|
that.$router.replace({
|