xiaozhiyong 1 year ago
parent a1b4170a27
commit 30306c1701
  1. BIN
      BagStation/orderInvoicing/img/background.png
  2. BIN
      BagStation/orderInvoicing/img/day.png
  3. BIN
      BagStation/orderInvoicing/img/night.png
  4. BIN
      BagStation/orderInvoicing/img/phone.png
  5. 123
      BagStation/orderInvoicing/orderInvoicing.vue
  6. BIN
      static/img/close.png
  7. BIN
      static/img/errIcon.png
  8. BIN
      static/img/login-bg.png
  9. BIN
      static/img/qiaopai.png
  10. BIN
      static/img/qr-bg.png
  11. BIN
      static/img/qr-icon.png
  12. BIN
      static/img/start.jpg
  13. BIN
      static/img/tabbar/home.png
  14. BIN
      static/img/tabbar/homeactive.png
  15. BIN
      static/img/tabbar/me.png
  16. BIN
      static/img/tabbar/meactive.png
  17. BIN
      static/img/tabbar/oil.png
  18. BIN
      static/img/tabbar/oilactive.png
  19. BIN
      static/img/tabbar/order.png
  20. BIN
      static/img/tabbar/orderactive.png
  21. BIN
      static/img/tabbar/qr.png
  22. BIN
      static/img/tabbar/qractive.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 560 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 577 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 542 B

@ -80,18 +80,31 @@
</view>
</uni-forms>
</view> -->
<view class="btn-box">
<view class="tip">功能暂时维护 详情请咨询客服电话</view>
<view>白天上午8点-下午18点客服电话<text style="color: #00BFFF;" @click="arouse('13296360386')">13296360386</text></view>
<view>夜间下午18点-次日8点客服电话<text style="color: #00BFFF;" @click="arouse('15653644882')">15653644882</text></view>
<!-- <view class="cu-btn width-50 text-lg height-80 padding text-center" @tap="backtodetail">
<view class="container">
<view>功能暂时维护</view>
<view>详细请咨询请拨打客服电话</view>
</view>
<view class="contact day">
<text>8:00-18:00</text>
<text>13296360386</text>
<img src="./img/phone.png" @click="arouse('13296360386')">
</view>
<view class="contact night">
<text>18:00-8:00</text>
<text>15653644882</text>
<img src="./img/phone.png" @click="arouse('15653644882')">
</view>
<!-- <view class="btn-box">
<view class="cu-btn width-50 text-lg height-80 padding text-center" @tap="backtodetail">
取消
</view>
<view @tap="saveInvoicRecord"
class="cu-btn width-50 text-lg height-80 padding text-center bg-blue text-white">
提交
</view> -->
</view>
</view>
</view> -->
<uni-popup ref="popup" :is-mask-click="false">
<view class="notice">
<view>用户协议</view>
@ -289,7 +302,7 @@
}
this.noticeInstance.confirmText = `我已知晓(${this.noticeInstance.countdown}s)`
}, 1000)
this.$refs.popup.open('center')
// this.$refs.popup.open('center')
},
back() {
uni.navigateBack()
@ -376,8 +389,75 @@
}
</script>
<style>
<style lang="scss">
page {
padding-top: 26rpx;
background: #F2F3F8;
}
.container {
margin: 0 auto;
padding-top: 234rpx;
width: 702rpx;
height: 384rpx;
border-radius: 10rpx;
background: url('./img/background.png') #fff center 70rpx/184rpx 128rpx no-repeat;
>view {
text-align: center;
&:nth-of-type(1) {
color: #333;
font-size: 30rpx;
}
&:nth-of-type(2) {
margin-top: 5rpx;
color: #999;
font-size: 26rpx;
}
}
}
.contact {
margin: 24rpx auto 0;
padding-left: 98rpx;
width: 702rpx;
height: 131rpx;
background: #fff;
border-radius: 10rpx;
&.day {
background: url('./img/day.png') #fff 32rpx center/46rpx 46rpx no-repeat;
}
&.night {
background: url('./img/night.png') #fff 32rpx center/46rpx 46rpx no-repeat;
}
>text {
line-height: 131rpx;
font-size: 28rpx;
&:nth-of-type(1) {
font-weight: 550;
color: #000;
}
&:nth-of-type(2) {
margin-left: 41rpx;
color: #999;
}
}
>img {
float: right;
margin-top: 48rpx;
margin-right: 22rpx;
width: 36rpx;
height: 36rpx;
}
}
.notice {
position: relative;
@ -407,7 +487,6 @@
bottom: 0;
width: 100%;
height: 100rpx;
/* background-color: pink; */
}
.button-group::before {
@ -444,28 +523,10 @@
align-items: center;
}
. {
font-weight: 100;
}
.btn-box {
margin-top: 50%;
/* display: flex; */
/* justify-content: flex-start; */
/* align-items: center; */
}
.tip {
margin-bottom: 10rpx;
width: 100%;
text-align: center;
color: red;
font-size: 35rpx;
}
.btn-box > view {
margin-top: 20rpx;
text-align: center;
display: flex;
justify-content: flex-start;
align-items: center;
}
.Invoicing-header {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 KiB

After

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 362 B

After

Width:  |  Height:  |  Size: 305 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 550 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 696 B

After

Width:  |  Height:  |  Size: 515 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 512 B

After

Width:  |  Height:  |  Size: 400 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 732 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 408 B

After

Width:  |  Height:  |  Size: 356 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 720 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 703 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 703 B

Loading…
Cancel
Save