Commit 57cd498c authored by 潘永坪's avatar 潘永坪

页面新增

parent d5cbea07
...@@ -176,6 +176,15 @@ ...@@ -176,6 +176,15 @@
"enablePullDownRefresh" : false "enablePullDownRefresh" : false
} }
} }
,{
"path" : "pages/payment/distributionPayment/distributionPayment",
"style" :
{
"navigationBarTitleText": "订单支付",
"enablePullDownRefresh": false
}
}
], ],
//分包加载配置,此配置为小程序的分包加载机制。 //分包加载配置,此配置为小程序的分包加载机制。
"subPackages": [{ "subPackages": [{
......
<template>
<view>
<!-- 分销客户端扫码支付页面 -->
<view class="list">
<view>
<text>长江索道</text>
<text>单程票</text>
</view>
<view>
<text>日期</text>
<text>2023-06-14</text>
</view>
<view>
<text>数量</text>
<text>3</text>
</view>
</view>
<view class="bottom">
<text>
</text>
<text>
¥245
</text>
<text class="btn">
去支付
</text>
</view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style scoped>
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment