更新代码工程

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
+3 -3
View File
@@ -101,11 +101,11 @@ const confirmRemove = async () => {
<view>
<view>
<text>Take a photo</text>
<image src="../static/back-grey.png" mode="widthFix" />
<image src="/static/back-grey.png" mode="widthFix" />
</view>
<view>
<text>Choose photo</text>
<image src="../static/back-grey.png" mode="widthFix" />
<image src="/static/back-grey.png" mode="widthFix" />
</view>
</view>
</view>
@@ -117,7 +117,7 @@ const confirmRemove = async () => {
>
<view class="selector">
<view @click="() => (showModal = false)">
<image src="../static/close-grey.png" mode="widthFix" />
<image src="/static/close-grey.png" mode="widthFix" />
</view>
<EditOption
v-show="selectorIndex === 0"