更新代码工程
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user