|
|
|
@ -3,7 +3,7 @@ |
|
|
|
<uni-nav-bar left-icon="back" @clickLeft="back" statusBar fixed title="未授权页面"></uni-nav-bar> |
|
|
|
<view class="container"> |
|
|
|
<image style="width: 560rpx; height: 320rpx; margin-bottom: 50rpx" src="https://qncloud.oss-cn-shenzhen.aliyuncs.com/paper_shopkeeper/error.png"></image> |
|
|
|
<text style="font-size: 32px; color: #333333">请联系纸盘商获取正确地址</text> |
|
|
|
<text style="font-size: 32rpx; color: #333333">请联系纸盘商获取正确地址</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</template> |
|
|
|
@ -25,6 +25,7 @@ export default { |
|
|
|
.container { |
|
|
|
display: flex; |
|
|
|
justify-content: center; |
|
|
|
flex-direction: column; |
|
|
|
align-items: center; |
|
|
|
width: 750rpx; |
|
|
|
margin-top: 240rpx; |
|
|
|
|