小程序支付bug

This commit is contained in:
齐天大圣 2024-06-06 17:07:52 +08:00
parent 69dbe233cf
commit 0076028d99

View File

@ -32,10 +32,10 @@
<view>油品单价</view> <view>油品单价</view>
<view>{{oilPrice}}/L</view> <view>{{oilPrice}}/L</view>
</view> </view>
<view class="desc"> <!-- <view class="desc">
<view>加油员工</view> <view>加油员工</view>
<view>{{oilOrder.realName || "--"}}</view> <view>{{oilOrder.realName || "--"}}</view>
</view> </view> -->
</view> </view>
<view style="background-color: white;width: 94%;margin: 15px auto;" v-if="AppToken"> <view style="background-color: white;width: 94%;margin: 15px auto;" v-if="AppToken">
@ -1063,4 +1063,4 @@
position: fixed; position: fixed;
top: 0px; top: 0px;
} }
</style> </style>