20260720
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
</view>
|
||||
<map id="map" class="map" :scale="scale" :show-location="true" :latitude="latitude"
|
||||
:longitude="longitude"></map>
|
||||
<view class="bottom-bar" @click="scan()">扫码设备二维码下单租赁</view>
|
||||
<view class="bottom-bar" @click="scan()">扫码</view>
|
||||
<u-modal @confirm="showNotice = false" @cancel="hideNotice" v-model="showNotice" title="注意事项" :content='content'
|
||||
showCancelButton cancel-text="不再提醒">
|
||||
<view class="slot-content">
|
||||
|
||||
@@ -292,13 +292,14 @@
|
||||
fileType: 'image',
|
||||
name: 'file'
|
||||
}).then(res => {
|
||||
console.log('res', res)
|
||||
// app.orderSourceData.push(res.data.url)
|
||||
if(app.orderSourceData[id-1]){
|
||||
app.orderSourceData.splice(id-1, 1, res.data.url)
|
||||
} else {
|
||||
app.orderSourceData.push(res.data.url)
|
||||
}
|
||||
|
||||
console.log('app.orderSourceData', app.orderSourceData)
|
||||
})
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user