1.修改暂无数据 图标 更换主界面图标

yj-dev
杨杰 3 years ago
parent d88bbdedc7
commit 7ad6985a1f
  1. 4
      pages/goods/coupon-details/coupon-details.vue
  2. 5
      pages/goods/externalCoupon/externalCoupon.vue
  3. 5
      pages/goods/recording/recording.vue
  4. 5
      pages/goods/refuel/refuel.vue
  5. 5
      pages/goods/store-list/store-list.vue
  6. 5
      pages/tabBar/category/category.vue
  7. 8
      pages/tabBar/home/home.vue
  8. 8
      pages/user/agentCoupons/agentCoupons.vue
  9. 10
      pages/user/coupon/coupon.vue
  10. 5
      pages/user/mineCoupons/mineCoupons.vue
  11. 5
      pages/user/mineCouponsDestails/mineCouponsDestails.vue
  12. 8
      pages/user/order_list/order_list.vue
  13. 5
      pages/user/runningWater/runningWater.vue
  14. BIN
      static/img/noorder.png
  15. BIN
      static/img/tabBar/cart-on.png
  16. BIN
      static/img/tabBar/cart.png
  17. BIN
      static/img/tabBar/category-on.png
  18. BIN
      static/img/tabBar/category.png
  19. BIN
      static/img/tabBar/home-on.png
  20. BIN
      static/img/tabBar/home.png
  21. BIN
      static/img/tabBar/user-on.png
  22. BIN
      static/img/tabBar/user.png
  23. BIN
      static/img/user/home1.png
  24. BIN
      static/img/user/home2.png
  25. BIN
      static/img/user/home3.png
  26. BIN
      static/img/user/home4.png

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -212,23 +212,23 @@
categoryList: [{
id: 1,
name: '团油',
img: '/static/img/user/momey.png',
img: '/static/img/user/home1.png',
src: '/pages/goods/refuel/refuel'
},
{
id: 2,
name: '电影票',
img: '/static/img/user/momey.png'
img: '/static/img/user/home2.png'
},
{
id: 3,
name: '肯德基',
img: '/static/img/user/momey.png'
img: '/static/img/user/home3.png'
},
{
id: 4,
name: '话费充值',
img: '/static/img/user/momey.png'
img: '/static/img/user/home4.png'
}
],
//

@ -2,9 +2,6 @@
<view>
<view class="onorder width100" v-if="agentCouponList.length==0">
<image src="../../../static/img/noorder.png"></image>
<view class="text">
暂无数据
</view>
</view>
<view class="width90 height120 backcorfff mart15" v-for="(agent,index) in agentCouponList" :key="index">
<image class="flleft agent_img margle mart10" v-if="agent.merchantLogo == null"
@ -215,9 +212,8 @@
flex-wrap: wrap;
image {
width: 20vw;
height: 20vw;
border-radius: 100%;
width: 70vw;
margin-top: 150px;
}
.text {

@ -9,7 +9,9 @@
<view class="list">
<!-- 优惠券列表 -->
<view class="sub-list valid" :class="subState">
<view class="tis" v-if="couponValidList.length==0">没有数据~</view>
<view class="tis" v-if="couponValidList.length==0">
<image mode="widthFix" style="width: 70vw;" src="../../../static/img/noorder.png"></image>
</view>
<view class="row" v-for="(row,index) in couponValidList" :key="index">
<!-- 删除按钮 -->
<view class="menu" @tap.stop="deleteCoupon(row.id,couponValidList)">
@ -47,7 +49,9 @@
</view>
</view>
<view class="sub-list invalid" :class="subState">
<view class="tis" v-if="couponinvalidList.length==0">没有数据~</view>
<view class="tis" v-if="couponinvalidList.length==0">
<image mode="widthFix" style="width: 70vw;" src="../../../static/img/noorder.png"></image>
</view>
<view class="row" v-for="(row,index) in couponinvalidList" :key="index">
<!-- 删除按钮 -->
<view class="menu" @tap.stop="deleteCoupon(row.id,couponinvalidList)">
@ -620,4 +624,4 @@
* */
}
}
</style>
</style>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -11,9 +11,6 @@
<view class="list">
<view class="onorder" v-if="orderList.length==0">
<image src="../../../static/img/noorder.png"></image>
<view class="text">
没有相关订单
</view>
</view>
<view class="row" v-for="(row,index) in orderList" :key="index">
<view class="type">{{typeText[row.orderStatus]}}</view>
@ -379,9 +376,8 @@
flex-wrap: wrap;
image {
width: 20vw;
height: 20vw;
border-radius: 100%;
width: 70vw;
margin-top: 150px;
}
.text {

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 784 B

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 910 B

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Loading…
Cancel
Save