增加支付成功跳转app页面
This commit is contained in:
14
pages.json
14
pages.json
@@ -605,7 +605,19 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}],
|
},
|
||||||
|
{
|
||||||
|
"root": "pay",
|
||||||
|
"pages": [{
|
||||||
|
"path": "success",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "支付成功"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
|
||||||
"globalStyle": {
|
"globalStyle": {
|
||||||
"navigationBarTextStyle": "black",
|
"navigationBarTextStyle": "black",
|
||||||
|
|||||||
33
pay/success.vue
Normal file
33
pay/success.vue
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
<template>
|
||||||
|
<view class="min-page u-flex u-flex-col u-row-center">
|
||||||
|
<view class="u-flex u-row-center">
|
||||||
|
<image src="/static/pay-success.svg" class="success" mode=""></image>
|
||||||
|
</view>
|
||||||
|
<view class="u-m-t-32 u-text-center">支付成功</view>
|
||||||
|
<view class="u-flex u-row-center u-m-t-32">
|
||||||
|
<view style="width: 600rpx;">
|
||||||
|
<u-button type="success">确定</u-button>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
|
||||||
|
}
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss" scoped>
|
||||||
|
.success{
|
||||||
|
width: 140rpx;
|
||||||
|
height: 140rpx;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
1
static/pay-success.svg
Normal file
1
static/pay-success.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1733732848614" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4305" xmlns:xlink="http://www.w3.org/1999/xlink" width="128" height="128"><path d="M486.912 852.992L134.656 493.568l90.112-73.216 203.776 159.744c150.528-177.152 327.168-330.24 524.288-453.12l21.504 48.64C739.84 393.728 547.328 697.344 486.912 852.992z" fill="#19BE6B" p-id="4306"></path><path d="M936.96 441.856c4.096 23.04 5.632 46.592 5.12 70.144 1.024 190.976-123.392 359.424-306.176 415.744-182.272 55.808-380.416-13.824-486.912-172.032-106.496-158.72-96.768-368.128 24.064-515.584C293.888 92.16 497.152 40.96 673.792 113.152V27.136C621.568 9.216 566.784 0 511.488 0c-68.608 0-136.704 13.824-199.68 40.448-60.416 26.112-115.2 62.976-161.792 109.568S66.048 251.392 40.448 312.32c-53.76 127.488-53.76 271.872 0 399.36 52.224 122.368 149.504 219.648 271.36 271.872 128 53.76 271.872 53.76 399.872 0 122.368-52.224 220.16-149.504 272.384-271.872 26.624-63.488 40.448-131.072 40.448-199.68 0.512-23.552-1.024-47.104-4.608-70.144H936.96z m0 0" fill="#19BE6B" p-id="4307"></path></svg>
|
||||||
|
After Width: | Height: | Size: 1.2 KiB |
Reference in New Issue
Block a user