修改改价bug

This commit is contained in:
Teng 2026-04-24 17:29:13 +08:00
parent ae6f0edb34
commit 6e53d66d2e
1 changed files with 9 additions and 4 deletions

View File

@ -248,7 +248,7 @@
<text class="one-up-money">
{{ item.arrivalPrice }}
</text>
<image class="phone-img"
<image class="phone-img" v-if="transobject.izGysConfirmed==`N`&&transobject.cgdType==0"
src="https://www.focusnu.com/media/directive/index/buylisticon/edit.png" />
</view>
<view class="one-down">
@ -584,9 +584,14 @@
const saveid = ref("")
const djflagclick = (item:any) => {
saveid.value = item.id
stringShow.value = item.arrivalPrice.toString();
djflag.value = true
if(transobject.value.izGysConfirmed==`N`&&transobject.value.cgdType==0){
saveid.value = item.id
stringShow.value = item.arrivalPrice.toString();
djflag.value = true
}
}
const dwflagclick = () => {