diff --git a/pages.json b/pages.json index d137194..6a0f929 100644 --- a/pages.json +++ b/pages.json @@ -5,7 +5,7 @@ "style": { "navigationBar":"custom", "navigationBarTitleText":"", - "navigationBarBackgroundImage":"/static/style/bg.png" + "navigationStyle":"custom" } }, { diff --git a/pages/index/note_list.vue b/pages/index/note_list.vue index 5af80ce..3f1d82e 100644 --- a/pages/index/note_list.vue +++ b/pages/index/note_list.vue @@ -154,9 +154,9 @@ const handle_info = ref(null) const handle_info_index = ref(0) function handle_func(item,i) { - handle_info.value = item - handle_info_index.value = i - inputDialog.value.open() + // handle_info.value = item + // handle_info_index.value = i + // inputDialog.value.open() } function finishFunc() { // api.todoFinished @@ -185,23 +185,33 @@ } } }) - } - + } + + + \ No newline at end of file diff --git a/pages/index/result.vue b/pages/index/result.vue index 9f53841..4518324 100644 --- a/pages/index/result.vue +++ b/pages/index/result.vue @@ -31,7 +31,7 @@ const show_ = ref(false) // 函数 function randomFunc() { - bg_index.value = parseInt((Math.random()*3)) + bg_index.value = parseInt((Math.random()*store.bgList.length)) uni.getImageInfo({ // src:bg_imgs.value[bg_index.value], src:bg_imgs.value[bg_index.value].url,