bug修复
This commit is contained in:
parent
715484f773
commit
4408ac20dd
@ -11,7 +11,7 @@
|
|||||||
<view class="btn_li">收货人姓名: {{fuzzyName(item.receiver_name)}} <u-button type="primary" class="btn"
|
<view class="btn_li">收货人姓名: {{fuzzyName(item.receiver_name)}} <u-button type="primary" class="btn"
|
||||||
@click="doneFn(item.id)"><u-icon name="car-fill" color="white" size="25"
|
@click="doneFn(item.id)"><u-icon name="car-fill" color="white" size="25"
|
||||||
style="margin-right: 10rpx;;"></u-icon>
|
style="margin-right: 10rpx;;"></u-icon>
|
||||||
货物送达</u-button></view>
|
</u-button></view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view>
|
<view>
|
||||||
@ -53,7 +53,7 @@
|
|||||||
showToast() {
|
showToast() {
|
||||||
this.$refs.uToast.show({
|
this.$refs.uToast.show({
|
||||||
type: 'success',
|
type: 'success',
|
||||||
title: '成功主题(带图标)',
|
title: '成功',
|
||||||
message: "操作成功",
|
message: "操作成功",
|
||||||
iconUrl: 'https://cdn.uviewui.com/uview/demo/toast/success.png'
|
iconUrl: 'https://cdn.uviewui.com/uview/demo/toast/success.png'
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user