Commit d7325781 authored by leiqingsong's avatar leiqingsong

修改

parent 68d4bc01
...@@ -28,7 +28,7 @@ export default { ...@@ -28,7 +28,7 @@ export default {
// } // }
// localStorage.setItem('user', JSON.stringify(user)); // localStorage.setItem('user', JSON.stringify(user));
console.log("和App开始交互"); console.log("和App开始交互");
showBottomBar(false); // showBottomBar(false);
getAuthToken() getAuthToken()
.then(res => { .then(res => {
console.log("获取token成功", res); console.log("获取token成功", res);
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
</template> </template>
<script> <script>
import { navigateBack } from "@/utils/bridgeToAppFun"; import { navigateBack, showBottomBar } from "@/utils/bridgeToAppFun";
import BaseRefreshScroll from "../../components/BaseRefreshScroll.vue"; import BaseRefreshScroll from "../../components/BaseRefreshScroll.vue";
import RankItem from "./compoments/rankItem.vue"; import RankItem from "./compoments/rankItem.vue";
import { getProgressPrizes } from "@/api/progressPrizes"; import { getProgressPrizes } from "@/api/progressPrizes";
...@@ -52,6 +52,7 @@ export default { ...@@ -52,6 +52,7 @@ export default {
methods: { methods: {
handlerBack() { handlerBack() {
navigateBack(); navigateBack();
showBottomBar(true);
}, },
getProgressPrizes() { getProgressPrizes() {
const _this = this; const _this = this;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment