|
@@ -126,7 +126,7 @@
|
|
|
</u-popup>
|
|
|
|
|
|
<view class="btn-box">
|
|
|
- <view class="btn">
|
|
|
+ <view class="btn" @click="handlerSettleBtn">
|
|
|
结算
|
|
|
</view>
|
|
|
</view>
|
|
@@ -144,6 +144,18 @@
|
|
|
coupon_show: false
|
|
|
|
|
|
}
|
|
|
+ },
|
|
|
+ methods:{
|
|
|
+ // 结算按钮
|
|
|
+ handlerSettleBtn(){
|
|
|
+ wx.showLoading({
|
|
|
+ title: '结算中......',
|
|
|
+ })
|
|
|
+
|
|
|
+ setTimeout(function () {
|
|
|
+ wx.hideLoading()
|
|
|
+ }, 3000)
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
</script>
|
|
@@ -151,7 +163,7 @@
|
|
|
<style lang="scss" scoped>
|
|
|
.container {
|
|
|
min-height: calc(100vh - 40rpx);
|
|
|
- background: linear-gradient(to bottom, #c9d6ff, #D2DAF5, #F2F4FA, #fff);
|
|
|
+ background: linear-gradient(to bottom, #bacff5, #F2F4FA, #fff);
|
|
|
padding: 20rpx;
|
|
|
|
|
|
.content-box {
|
|
@@ -311,7 +323,6 @@
|
|
|
background-color: #fff;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
- width: 100%;
|
|
|
|
|
|
.item-left {
|
|
|
display: flex;
|