|
@@ -8,20 +8,20 @@
|
|
|
</view>
|
|
</view>
|
|
|
</u-navbar> -->
|
|
</u-navbar> -->
|
|
|
|
|
|
|
|
- <view class="content">
|
|
|
|
|
|
|
+ <view class="content" v-if=orderInfo>
|
|
|
<view class="contentBox">
|
|
<view class="contentBox">
|
|
|
<view class="successClass">
|
|
<view class="successClass">
|
|
|
<view style="margin-top: 36rpx;">
|
|
<view style="margin-top: 36rpx;">
|
|
|
<image style="width: 320rpx;height: 172rpx;" @click="selectProductShowFun"
|
|
<image style="width: 320rpx;height: 172rpx;" @click="selectProductShowFun"
|
|
|
src="@/static/points/successIcon.png" mode=""></image>
|
|
src="@/static/points/successIcon.png" mode=""></image>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="payStatus"> 商品兑换成功</view>
|
|
|
|
|
- <view class="promiseSeedTime">我们将在{{orderInfo.deliveryTime}}个小时内寄出 </view>
|
|
|
|
|
|
|
+ <view class="payStatus"> 商品支付成功</view>
|
|
|
|
|
+ <view class="promiseSeedTime">我们将在{{productInfo.deliveryTime}}个小时内寄出 </view>
|
|
|
</view>
|
|
</view>
|
|
|
<view style="height: 2rpx;background-color: #f0f0f0;margin-top: 40rpx;"> </view>
|
|
<view style="height: 2rpx;background-color: #f0f0f0;margin-top: 40rpx;"> </view>
|
|
|
|
|
|
|
|
<view class="address">
|
|
<view class="address">
|
|
|
- <view class="shxx">收获信息</view>
|
|
|
|
|
|
|
+ <view class="shxx">收货信息</view>
|
|
|
<view class="addressBox">
|
|
<view class="addressBox">
|
|
|
<image style="width: 45rpx;height: 40rpx;" @click="addressSelectFun"
|
|
<image style="width: 45rpx;height: 40rpx;" @click="addressSelectFun"
|
|
|
src="@/static/points/addressIcon.png" mode=""></image>
|
|
src="@/static/points/addressIcon.png" mode=""></image>
|
|
@@ -93,7 +93,7 @@ export default {
|
|
|
async getOrderInfo() {
|
|
async getOrderInfo() {
|
|
|
const res = await getPointOrderInfo({
|
|
const res = await getPointOrderInfo({
|
|
|
orderNo: this.orderNo,
|
|
orderNo: this.orderNo,
|
|
|
- openId: uni.getStorageSync('wx_copenid')
|
|
|
|
|
|
|
+ // openId: uni.getStorageSync('wx_copenid')
|
|
|
})
|
|
})
|
|
|
this.orderInfo = res.data.data.orderInfo
|
|
this.orderInfo = res.data.data.orderInfo
|
|
|
this.productInfo = res.data.data.productInfo
|
|
this.productInfo = res.data.data.productInfo
|