添加好店快捷支付订单页面
This commit is contained in:
parent
292a74351e
commit
8d072bde1e
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view class="container">
|
||||
<view class="payInfoList">
|
||||
<view class="PayInfoItem" v-for="item in payList">
|
||||
<view class="PayInfoItem" v-for="item in payList" :key="item.order_no">
|
||||
<view class="row">
|
||||
<view class="row_label">付款金额</view>
|
||||
<view class="row_con">¥{{ item.order_amount }}</view>
|
||||
@ -31,7 +31,7 @@
|
||||
<view class="con3" v-else>未知</view>
|
||||
</view>
|
||||
|
||||
<view class="line"></view>
|
||||
<!-- <view class="line"></view>
|
||||
|
||||
<view class="row3">
|
||||
<view class="label">返物业费</view>
|
||||
@ -45,7 +45,7 @@
|
||||
<view class="con3" @click="points">{{ item.refund_member_points }}
|
||||
<u-icon name="arrow-right" color="#999999" size="40" style="max-lines: 10rpx;"></u-icon>
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user