更新代码工程

This commit is contained in:
2026-08-07 09:36:05 +08:00
parent 493591c286
commit ccda415cd7
24 changed files with 1371 additions and 5442 deletions
+4 -4
View File
@@ -68,7 +68,7 @@ const goBack = () => {
});
} else {
uni.redirectTo({
url: "/pages/index",
url: "/pages/index/index",
});
}
};
@@ -126,7 +126,7 @@ onLoad(async (options) => {
>
<text>Stability</text>
<image
src="../static/s-question-mark.png"
src="/static/s-question-mark.png"
mode="widthFix"
class="question-mark"
/>
@@ -154,7 +154,7 @@ onLoad(async (options) => {
@click="() => openTip(3)"
v-if="user.id === record.user.id"
>
<image src="../static/edit.png" mode="widthFix" />
<image src="/static/edit.png" mode="widthFix" />
<text>Notes</text>
</button>
</view>
@@ -163,7 +163,7 @@ onLoad(async (options) => {
<text>Distribution</text>
<!-- <button hover-class="none" @click="() => openTip(2)">
<image
src="../static/s-question-mark.png"
src="/static/s-question-mark.png"
mode="widthFix"
class="question-mark"
/>