Commit ee23b2c9 authored by 潘永坪's avatar 潘永坪

样式修改

parent fb589d2d
...@@ -138,7 +138,7 @@ export default { ...@@ -138,7 +138,7 @@ export default {
margin: 20rpx 0; margin: 20rpx 0;
} }
.middle { .middle {
padding: 0 24rpx 24rpx 24rpx; padding: 0 24rpx 120rpx 24rpx;
font-size: 28rpx; font-size: 28rpx;
flex: 1; flex: 1;
overflow-y: scroll; overflow-y: scroll;
......
...@@ -59,7 +59,7 @@ export default { ...@@ -59,7 +59,7 @@ export default {
if (res.code == '00') { if (res.code == '00') {
//如果是组合票,直接跳订单列表页面 //如果是组合票,直接跳订单列表页面
let orderType=res.main.orderType let orderType=res.main.orderType
let apiCategory= wx.getEnterOptionsSync().apiCategory let apiCategory= uni.getEnterOptionsSync().apiCategory
if(orderType=='10'){ if(orderType=='10'){
if(apiCategory=='embedded'){ if(apiCategory=='embedded'){
//如果是半屏小程序直接返回上一个小程序 //如果是半屏小程序直接返回上一个小程序
......
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