Commit 39676f58 authored by qipeng's avatar qipeng

代码修改

parent 25f19ac1
<template>
<view class="productBigBox">
<view class=".product-SearchBox">
<view class="product-title">
<u-icon name="arrow-left" color="#191919" size="32" @click=""></u-icon>
我的订单
</view>
<view class="product-SearchBox">
<!--头部切换-->
<view class="product-orderState">
<view class="orderState-click" :class="orderStatus===''?'orderState-clickAct':''" @click="screenChange('')">
......@@ -399,6 +395,7 @@ export default {
onLoad(option) {
this.openId = uni.getStorageSync('openid')
//this.openId = 'oh2UV1lyYABHMZ1rMlgjhVHyyYDQ'
this.orderStatus = option.orderStatus||''
this.ifyukuaiCode = option.ifyukuaiCode||''
this.getData(1)
},
......@@ -782,7 +779,7 @@ page{
}
.product-goods{
padding: 30rpx;
padding-top: 270rpx;
padding-top: 200rpx;
overflow: auto;
position: relative;
.product-block{
......
<template>
<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="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