|
@@ -99,7 +99,7 @@
|
|
|
descError: false,
|
|
|
tags: [
|
|
|
"情怀","复古", "有趣", "学霸", "实用",
|
|
|
- "同年", "吃货", "佛系", "土味", "活力",
|
|
|
+ "童年", "吃货", "佛系", "土味", "活力",
|
|
|
"洋气", "精致", "轻奢", "其它",
|
|
|
],
|
|
|
tag: 0,
|
|
@@ -168,7 +168,7 @@
|
|
|
console.log("------ Data Rcvd in PresentReg --------");
|
|
|
console.log(response);
|
|
|
if (response.ret === "10000") {
|
|
|
- that.$router.push('index');
|
|
|
+ that.$router.push('share');
|
|
|
} else {
|
|
|
Toast.fail("上传失败,请检查网络");
|
|
|
that.loading = false;
|