更新
This commit is contained in:
@@ -222,11 +222,7 @@
|
|||||||
'1689183144276463616',
|
'1689183144276463616',
|
||||||
'1689183774927818752',
|
'1689183774927818752',
|
||||||
'1689184331812888576',
|
'1689184331812888576',
|
||||||
'1689185023261741056',
|
'1689185023261741056'
|
||||||
'100',
|
|
||||||
'1688798956131213312',
|
|
||||||
'1681929640815497216',
|
|
||||||
'1679333598941024256'
|
|
||||||
]
|
]
|
||||||
var exportFields = exportList.filter((item) => {
|
var exportFields = exportList.filter((item) => {
|
||||||
return item == uni.getStorageSync('oilSitePriceId');
|
return item == uni.getStorageSync('oilSitePriceId');
|
||||||
@@ -521,7 +517,7 @@
|
|||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
uni.showModal({
|
uni.showModal({
|
||||||
content: '请确认邮箱'+this.params.email,
|
content: '请确认邮箱 \n'+this.params.email,
|
||||||
success: (res)=> {
|
success: (res)=> {
|
||||||
if (res.confirm) {
|
if (res.confirm) {
|
||||||
oliFinanceApi.getOrderInfoExport(this.params).then(res => {
|
oliFinanceApi.getOrderInfoExport(this.params).then(res => {
|
||||||
|
|||||||
Reference in New Issue
Block a user