|
|
@@ -35,12 +35,12 @@
|
|
|
<!-- #ifdef MP-WEIXIN -->
|
|
|
<view style="margin-top:50upx;">
|
|
|
<view style="font-size:34upx;margin-bottom:30upx;">花店买花</view>
|
|
|
- <button class="admin-button-com big blue" style="width:260upx;" @click="buyItem()">去买花</button>
|
|
|
+ <button class="admin-button-com big blue" style="width:245upx;" @click="buyItem()">去买花</button>
|
|
|
</view>
|
|
|
<!-- #endif -->
|
|
|
<view style="margin-top:100upx;">
|
|
|
- <view style="font-size:34upx;margin-bottom:30upx;">门店管理登录</view>
|
|
|
- <button class="admin-button-com big blue" style="width:260upx;" @click="pageTo({url:'/admin/home/login'})">门店登录</button>
|
|
|
+ <view style="font-size:34upx;margin-bottom:30upx;">管理登录</view>
|
|
|
+ <button class="admin-button-com big blue" style="width:245upx;" @click="pageTo({url:'/admin/home/login'})">去登录</button>
|
|
|
</view>
|
|
|
<view style="margin-top:50upx;"><text style="color:green;font-size:42upx;text-decoration: underline;" @click="pageTo({url:'/pagesClient/official/apply'})">我要注册</text></view>
|
|
|
<view style="margin-top:50upx;"><text style="color:green;font-size:42upx;text-decoration: underline;" @click.stop="toPhone()">联系官方</text></view>
|