Browse Source

优化订单结算页面

master
wanghongjun 2 years ago
parent
commit
304d2c77d0
  1. 4
      pages.json
  2. 4
      pages/goods/payment/orderPayment.vue

4
pages.json

@ -398,7 +398,7 @@
"style" :
{
"navigationBarTitleText" : "认证订单结算",
"enablePullDownRefresh" : true
"enablePullDownRefresh" : false
}
},
{
@ -406,7 +406,7 @@
"style" :
{
"navigationBarTitleText" : "订单结算",
"enablePullDownRefresh" : true
"enablePullDownRefresh" : false
}
},
{

4
pages/goods/payment/orderPayment.vue

@ -29,7 +29,6 @@
<uni-td align="center">
<image v-if="item.order_detail[0].goods_image" class="td-image" :src="item.order_detail[0].goods_image"></image>
<image v-else-if="img" class="td-image" :src="img"></image>
<image v-else class="td-image" :src="Comment.getDefaultImage"></image>
</uni-td>
<uni-td align="center">{{ item.buy_username }}</uni-td>
<uni-td align="center">{{ item.buy_islicode }}</uni-td>
@ -76,7 +75,6 @@
import * as GoodsApi from '@/api/goods'
import * as VerifyApi from '@/api/verify'
import * as Comment from '@/api/order/comment'
import uniTable from "@/uni_modules/uni-table/components/uni-table/uni-table"
import uniTr from "@/uni_modules/uni-table/components/uni-tr/uni-tr"
import uniTh from "@/uni_modules/uni-table/components/uni-th/uni-th"
@ -504,7 +502,7 @@ export default {
}
.item-pay-con-bu {
width: 200rpx;
width: 240rpx;
margin-top: 30rpx;
margin-left: 50rpx;
border-radius: 15rpx;

Loading…
Cancel
Save