@@ -5,6 +5,7 @@
left: 0;
right: 0;
bottom: 0;
+ z-index: 9;
.useRefound-mask {
position: absolute;
@@ -46,7 +46,7 @@
</view>
<view class="more">
<view class="price">
- <view class="desc">订单金额:</view>
+ <view class="desc">金额:</view>
<view class="currentPrice">
<text class="stuff">¥</text>
<text class="priceZ">{{ goodsInfo.integerPart }}</text>
@@ -150,13 +150,22 @@ page {
line-height: 40rpx;
}
.value {
- font-size: 28rpx;
+ font-size: 30rpx;
color: #777777;
- line-height: 40rpx;
-
+ line-height: 42rpx;
+ display: flex;
&.red {
color: #FE2451;
+
+ .copy {
+ color: #FE2451;
+ align-items: center;
+ padding-left: 16rpx;
+ }
@@ -37,7 +37,8 @@
<view class="order-time">
<view class="order-item">
<view class="title">订单号</view>
- <view class="value">{{ goodsInfo.orderNo }}</view>
+ <view class="value">{{ goodsInfo.orderNo }}
+ <view class="copy" bind:tap="onCopy" data-orderno="{{goodsInfo.orderNo}}">复制</view></view>
<view class="title">下单时间</view>
@@ -1,4 +1,4 @@
-import { api_studentOrderPage } from "../../api/login";
+import { api_executePayment, api_queryByParamName, api_studentOrderPage, api_userPaymentCancelRefund, api_userPaymentOrderUnpaid } from "../../api/login";
// 获取应用实例
const app = getApp<IAppOption>()
Page({