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