Browse Source

center图片

master
Enzo 4 years ago
parent
commit
f8e0b09bef
  1. 2
      pages/index/index.vue
  2. 6
      pages/order/confirm-order.vue
  3. 2
      pages/order/index.vue
  4. BIN
      static/center/collect.png
  5. BIN
      static/center/loginout.png
  6. BIN
      static/center/problem.png
  7. BIN
      static/center/scan.png
  8. BIN
      static/center/service.png
  9. BIN
      static/center/suggestion.png

2
pages/index/index.vue

@ -184,7 +184,7 @@
overflow: hidden;
margin: 20rpx 32rpx;
background-color: #FFFFFF;
box-shadow:0 0 10px 5px #e5e5e5;
box-shadow: 0 10rpx 20rpx 0 rgba(0, 0, 0, 0.1);
align-items: flex-start;
.left{
overflow: hidden;

6
pages/order/confirm-order.vue

@ -117,9 +117,9 @@
this.orderDetails = res.data
this.skeletonLoading = false
if( Object.keys(res.metal_data).length != 0 ) {
this.ifCheck = true
}else {
this.ifCheck = false
}else {
this.ifCheck = true
}
}else {
this.$msg(res.msg)
@ -150,7 +150,7 @@
},
submit(){
if(this.ifchoose == true) {
if(this.ifCheck == true) {
if(this.ifCheck == false) {
this.$routerGo('/pages/login/index?type=phone')
}else {
this.$http(this.API.API_PRPAID, {

2
pages/order/index.vue

@ -225,7 +225,7 @@
margin: 20rpx 32rpx;
background-color: #FFFFFF;
// box-shadow: 0 0 10px 5px #e5e5e5;
box-shadow: 0 10px 10px -1px #e5e5e5;
box-shadow: 0 10rpx 20rpx 0 rgba(0, 0, 0, 0.1);
align-items: flex-start;
.left {

BIN
static/center/collect.png

After

Width: 75  |  Height: 75  |  Size: 2.4 KiB

BIN
static/center/loginout.png

After

Width: 75  |  Height: 75  |  Size: 2.3 KiB

BIN
static/center/problem.png

After

Width: 75  |  Height: 75  |  Size: 2.7 KiB

BIN
static/center/scan.png

After

Width: 60  |  Height: 60  |  Size: 904 B

BIN
static/center/service.png

After

Width: 75  |  Height: 75  |  Size: 2.3 KiB

BIN
static/center/suggestion.png

After

Width: 75  |  Height: 75  |  Size: 1.8 KiB

Loading…
Cancel
Save