| | |
| | | <template> |
| | | <view class="container"> |
| | | <view class="navbar"> |
| | | <!-- <image src="../../static/images/index/home21.png" alt="" @click="navTo()"></image> --> |
| | | <image src="../../static/images/other/home.svg" alt="" @click="navTo()"></image> |
| | | <text>柜台充值</text> |
| | | </view> |
| | | <view class="content"> |
| | |
| | | title: '支付成功', |
| | | duration: 2000, |
| | | }); |
| | | uni.navigateTo({ |
| | | uni.redirectTo({ |
| | | url:'/pages/success/index' |
| | | }) |
| | | }else{ |
| | |
| | | }) |
| | | } |
| | | function navTo(){ |
| | | uni.navigateTo({ |
| | | uni.redirectTo({ |
| | | url:'/pages/index/index' |
| | | }) |
| | | } |
| | |
| | | padding-bottom:24rpx; |
| | | box-sizing: border-box; |
| | | image{ |
| | | width:20rpx; |
| | | width:40rpx; |
| | | height:40rpx; |
| | | margin-left:32rpx; |
| | | } |