fix
This commit is contained in:
commit
debb9e148f
@ -3,5 +3,6 @@
|
|||||||
<component name="VcsDirectoryMappings">
|
<component name="VcsDirectoryMappings">
|
||||||
<mapping directory="$PROJECT_DIR$/.." vcs="Git" />
|
<mapping directory="$PROJECT_DIR$/.." vcs="Git" />
|
||||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||||
|
<mapping directory="$PROJECT_DIR$/unpackage/dist/dev/mp-weixin" vcs="Git" />
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
@ -356,7 +356,11 @@ export default {
|
|||||||
const data={
|
const data={
|
||||||
cycleId:this.cycleId,
|
cycleId:this.cycleId,
|
||||||
warehouseID:this.warehouseID,
|
warehouseID:this.warehouseID,
|
||||||
artworkSquareSize:Number(this.info.artworkSquareSize)
|
artworkSquareSize:Number(this.info.artworkSquareSize),
|
||||||
|
artworkName: this.info.artworkName,
|
||||||
|
artworkImage:this.fileList1?.[0]?.url,
|
||||||
|
artworkNum:this.info.artworkNum,
|
||||||
|
artistName: this.info.artistName
|
||||||
}
|
}
|
||||||
const res = await postDataByParams('/api/warehouse/fdd/contract/h5',data)
|
const res = await postDataByParams('/api/warehouse/fdd/contract/h5',data)
|
||||||
if (res.code===200){
|
if (res.code===200){
|
||||||
|
@ -149,10 +149,14 @@ export default {
|
|||||||
}
|
}
|
||||||
const res = await postDataByParams('/api/warehouse/supply/paid', data)
|
const res = await postDataByParams('/api/warehouse/supply/paid', data)
|
||||||
if (res.code===200){
|
if (res.code===200){
|
||||||
uni.showToast({
|
uni.requestPayment({...res.data,fail:(res)=>{
|
||||||
title: '补款成功',
|
},success:()=>{
|
||||||
icon: 'none'
|
this.getData()
|
||||||
})
|
uni.showToast({
|
||||||
|
title: '补款成功',
|
||||||
|
icon: 'none'
|
||||||
|
})
|
||||||
|
}})
|
||||||
}else {
|
}else {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: res.msg,
|
title: res.msg,
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 587 KiB |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
11
unpackage/dist/dev/mp-weixin/app.json
vendored
11
unpackage/dist/dev/mp-weixin/app.json
vendored
@ -47,5 +47,16 @@
|
|||||||
"desc": "你的摄像头将用于拍照或录像"
|
"desc": "你的摄像头将用于拍照或录像"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"subpackages": [
|
||||||
|
{
|
||||||
|
"root": "pagesFace",
|
||||||
|
"name": "pagesFace",
|
||||||
|
"pages": [
|
||||||
|
"pages/index/index",
|
||||||
|
"pages/webview/webview",
|
||||||
|
"pages/middle/middle"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
"usingComponents": {}
|
"usingComponents": {}
|
||||||
}
|
}
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user