测试
This commit is contained in:
parent
5f6b3f39d9
commit
b660b31e9a
@ -160,6 +160,8 @@ const apiAll = () => {
|
|||||||
|
|
||||||
// 页面未挂载
|
// 页面未挂载
|
||||||
onBeforeMount(() => {
|
onBeforeMount(() => {
|
||||||
|
goBackEvent()
|
||||||
|
|
||||||
if (!h5plugin.isWX()) {
|
if (!h5plugin.isWX()) {
|
||||||
apiAll();
|
apiAll();
|
||||||
}
|
}
|
||||||
@ -185,7 +187,6 @@ onBeforeMount(() => {
|
|||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
fontAdpat();
|
fontAdpat();
|
||||||
// stopBack()
|
// stopBack()
|
||||||
goBackEvent()
|
|
||||||
});
|
});
|
||||||
|
|
||||||
// 来自首页的事件
|
// 来自首页的事件
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user