|
@@ -3,8 +3,8 @@
|
|
|
<view class="jpLogin">
|
|
|
|
|
|
<view class="personal-btn" v-if="bottonShow">
|
|
|
- <u-button shape="circle" :custom-style="customStyle1" @click="gotoMain(true)" ><span>加入我们</span></u-button>
|
|
|
- <u-button shape="circle" :custom-style="customStyle2" @click="gotoMain(false)"><span>我先逛逛</span></u-button>
|
|
|
+ <u-button type="error" shape="circle" :custom-style="customStyle1" @click="gotoMain(true)" ><span>加入我们</span></u-button>
|
|
|
+ <u-button hover-class="none" shape="circle" :custom-style="customStyle2" @click="gotoMain(false)"><span>我先逛逛</span></u-button>
|
|
|
<view style="text-align:center;margin-top:10px;color: white;font-size: 16px;">荆州市总工会 主办</view>
|
|
|
</view>
|
|
|
<view class="personal-btn" v-if="!bottonShow">
|