Browse Source

调整

undefined
xubinxcode 4 years ago
parent
commit
ed111a0eb4
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      addons/unishop/uniapp/uni-shop/pages/order/order.vue
  2. +1
    -1
      addons/unishop/uniapp/uni-shop/pages/user/user.vue

+ 2
- 2
addons/unishop/uniapp/uni-shop/pages/order/order.vue View File

@@ -97,7 +97,7 @@
},
{
state: 3,
text: 'shipped',
text: 'Shipped',
loadingType: 'more',
orderList: [],
page: 1
@@ -426,7 +426,7 @@
},
{
state: 3,
text: 'shipped',
text: 'Shipped',
loadingType: 'more',
orderList: [],
page: 1


+ 1
- 1
addons/unishop/uniapp/uni-shop/pages/user/user.vue View File

@@ -58,7 +58,7 @@
<view class="order-item" @click="$api.navTo('/pages/order/order?state=3')" hover-class="common-hover" :hover-stay-time="50">
<text class="yticon icon-daishouhuo"></text>
<text class="num" v-if="orderNum.unreceived > 0">{{orderNum.unreceived}}</text>
<text>shipped</text>
<text>Shipped</text>
</view>
<view class="order-item" @click="$api.navTo('/pages/order/order?state=4')" hover-class="common-hover" :hover-stay-time="50">
<text class="yticon icon-pingjia"></text>


Loading…
Cancel
Save