beforeUpdateOrder

dev
游梦婷 2 years ago
parent 55479046ed
commit a7838a7169
  1. 4
      pages.json
  2. 4
      pages/classify/order/paymentResult.vue
  3. 6
      pages/user/order_list/order_list.vue
  4. BIN
      static/img/bgimg.jpg
  5. BIN
      static/img/tabBar/cart-on.png
  6. BIN
      static/img/tabBar/cart.png

@ -31,7 +31,7 @@
"path": "pages/tabBar/classify/classify",
"style": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "分类",
"navigationBarTitleText": "商品",
"navigationBarBackgroundColor": "#3da7e7",
"backgroundColorTop": "#3da7e7",
"onReachBottomDistance": 50,
@ -1101,7 +1101,7 @@
"pagePath": "pages/tabBar/classify/classify",
"iconPath": "static/img/tabBar/cart.png",
"selectedIconPath": "static/img/tabBar/cart-on.png",
"text": "分类"
"text": "商品"
},
{
"pagePath": "pages/tabBar/category/category",

@ -98,6 +98,10 @@
<style lang="scss" scoped>
.pay-suc{
height: 100vh;
// background: url('@/static/img/bgimg.jpg') no-repeat ;
background-color: rgba(40, 116, 204, 0.8);
.top-con{
text-align: center;
height: 25vh;

@ -64,15 +64,18 @@
class="marglerig" style="width: 50rpx;height: 50rpx;"></image>
<image mode="widthFix" src="../../../static/img/order9.png" v-if="row.productType == 2"
class="marglerig" style="width: 50rpx;height: 50rpx;"></image>
<image mode="widthFix" :src="imageUrl+'orderLogo/goods.png'" v-if="row.productType == 12"
class="marglerig" style="width: 50rpx;height: 50rpx;"></image>
<view class="width100 text1">{{row.title}}</view>
</view>
</view>
<view class="width30 flright fotrt fcor666 font15 fotrt">
<view v-if="row.productType != 12" class="width30 flright fotrt fcor666 font15 fotrt">
<view class="font14 fcor333">
x1
</view>
</view>
</view>
<view class="width96 mart10 font12 fcor999">
订单编号:{{row.orderNo}}
</view>
@ -126,6 +129,7 @@
data() {
return {
imagewxUrl: app.globalData.imageWxImg,
imgadres: 'noorder.png',
imgadres1: 'dhf.png',
headerTop: "0px",

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Loading…
Cancel
Save