Commit 39676f58 authored by qipeng's avatar qipeng

代码修改

parent 25f19ac1
<template> <template>
<view class="productBigBox"> <view class="productBigBox">
<view class=".product-SearchBox"> <view class="product-SearchBox">
<view class="product-title">
<u-icon name="arrow-left" color="#191919" size="32" @click=""></u-icon>
我的订单
</view>
<!--头部切换--> <!--头部切换-->
<view class="product-orderState"> <view class="product-orderState">
<view class="orderState-click" :class="orderStatus===''?'orderState-clickAct':''" @click="screenChange('')"> <view class="orderState-click" :class="orderStatus===''?'orderState-clickAct':''" @click="screenChange('')">
...@@ -399,6 +395,7 @@ export default { ...@@ -399,6 +395,7 @@ export default {
onLoad(option) { onLoad(option) {
this.openId = uni.getStorageSync('openid') this.openId = uni.getStorageSync('openid')
//this.openId = 'oh2UV1lyYABHMZ1rMlgjhVHyyYDQ' //this.openId = 'oh2UV1lyYABHMZ1rMlgjhVHyyYDQ'
this.orderStatus = option.orderStatus||''
this.ifyukuaiCode = option.ifyukuaiCode||'' this.ifyukuaiCode = option.ifyukuaiCode||''
this.getData(1) this.getData(1)
}, },
...@@ -782,7 +779,7 @@ page{ ...@@ -782,7 +779,7 @@ page{
} }
.product-goods{ .product-goods{
padding: 30rpx; padding: 30rpx;
padding-top: 270rpx; padding-top: 200rpx;
overflow: auto; overflow: auto;
position: relative; position: relative;
.product-block{ .product-block{
......
<template> <template>
<view class="productBigBox"> <view class="productBigBox">
<view class=".product-SearchBox"> <view class="product-SearchBox">
<view class="product-title">
<u-icon name="arrow-left" color="#191919" size="32" @click=""></u-icon>
我的订单
</view>
<!--头部切换--> <!--头部切换-->
<view class="product-orderState"> <view class="product-orderState">
<view class="orderState-click" :class="orderStatus===''?'orderState-clickAct':''" @click="screenChange('')"> <view class="orderState-click" :class="orderStatus===''?'orderState-clickAct':''" @click="screenChange('')">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment