Commit 1c4bac8c authored by 罗超's avatar 罗超

1

parent 8cbe1052
...@@ -76,7 +76,7 @@ export default { ...@@ -76,7 +76,7 @@ export default {
// #endif // #endif
let x = this.pageinfo.hotspot; let x = this.pageinfo.hotspot;
let y = this.pageinfo.hotspot_cancel; let y = this.pageinfo.hotspot_cancel;
this.sureStyle = `height:${x.height}rpx;width:${x.width}rpx;left:${x.left}rpx;top:${x.top}rpx;`; this.sureStyle = `height:${x.height}rpx;width:${x.width}rpx;left:${x.left}rpx;top:${x.top}rpx;background-color: #000000`;
this.cancelStyle = `height:${y.height}rpx;width:${y.width}rpx;left:${y.left}rpx;top:${y.top}rpx;`; this.cancelStyle = `height:${y.height}rpx;width:${y.width}rpx;left:${y.left}rpx;top:${y.top}rpx;`;
}, },
methods: { methods: {
......
...@@ -145,7 +145,7 @@ ...@@ -145,7 +145,7 @@
</style> </style>
<template> <template>
<view class="allorderList"> <view class="allorderList">
<u-tabs :list="statusList" :current="current" name="Name" @change="change" :active-color="mainColor" bg-color="#FFF" bar-height='4' <u-tabs :list="statusList" :current="current" name="Name" @change="change" :active-color="mainColor" bg-color="#FFF" bar-height='4' :show-bar='showbar'
height="100"></u-tabs> height="100"></u-tabs>
<view style="height: calc(100vh - 50px); background: #fff;" v-if="g.length == 0"> <view style="height: calc(100vh - 50px); background: #fff;" v-if="g.length == 0">
<u-empty text="暂无相关订单" mode="order"></u-empty> <u-empty text="暂无相关订单" mode="order"></u-empty>
...@@ -348,6 +348,7 @@ ...@@ -348,6 +348,7 @@
item:{}, item:{},
payindex:0,//支付的索引 payindex:0,//支付的索引
barshow:0, barshow:0,
showbar:true
} }
}, },
onLoad(options){ onLoad(options){
...@@ -370,6 +371,9 @@ ...@@ -370,6 +371,9 @@
this.mainColor = this.$uiConfig.mainColor; this.mainColor = this.$uiConfig.mainColor;
}, },
created() { created() {
// #ifdef MP-ALIPAY
this.showbar=false
// #endif
this.u = uni.getStorageSync("mall_UserInfo"); this.u = uni.getStorageSync("mall_UserInfo");
if (!this.u) { if (!this.u) {
this.u = { this.u = {
......
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
</view> </view>
</view> </view>
<!-- #ifdef MP-ALIPAY --> <!-- #ifdef MP-ALIPAY -->
<subscribe-msg /> <!-- <subscribe-msg /> -->
<!-- #endif --> <!-- #endif -->
</view> </view>
</template> </template>
...@@ -488,6 +488,7 @@ export default { ...@@ -488,6 +488,7 @@ export default {
color: #999999; color: #999999;
} }
.input { .input {
box-sizing: border-box;
height: 100%; height: 100%;
// padding-left: 270rpx; // padding-left: 270rpx;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment