Commit 0f9c739e by 高淑倩

无体验权限_回到首页页面

parent 78f5d4b3
<!--subPackage/page/pages/goToHome/goToHome.wxml-->
<view class="btn-wrap">
<view class="btn-home" bindtap="handelGoHome">
<button type='primary' class='btn-primary'>回到首页</button>
</view>
</view>
<view class="go-tips">敬请期待</view>
<view class="btn-wrap">
<view class="btn-home" bindtap="handelGoHome">
<button type='primary' class='btn-primary'>回到首页</button>
</view>
</view>
......@@ -11,4 +11,10 @@
.btn-primary{
font-size: 14px;
box-sizing: border-box;
}
.go-tips {
font-size: 28rpx;
color: #666;
padding-top: 200rpx;
text-align: center;
}
\ No newline at end of file
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