|
@@ -10,9 +10,11 @@
|
|
|
</view>
|
|
</view>
|
|
|
<!-- #endif -->
|
|
<!-- #endif -->
|
|
|
<view style="width:100vw;height:400upx;display:flex;align-items:center;justify-content:center;position:relative;">
|
|
<view style="width:100vw;height:400upx;display:flex;align-items:center;justify-content:center;position:relative;">
|
|
|
|
|
+ <!-- #ifdef MP-WEIXIN -->
|
|
|
<view style="position:absolute;top:60upx;font-size:35upx;">
|
|
<view style="position:absolute;top:60upx;font-size:35upx;">
|
|
|
<text style="color:#333333;margin-left:8upx;font-weight:bold;">批发店点这里</text>
|
|
<text style="color:#333333;margin-left:8upx;font-weight:bold;">批发店点这里</text>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+ <!-- #endif -->
|
|
|
<button class="admin-button-com big blue" style="width:260upx;" @click="pageTo({url:'/admin/home/login'})">去登录</button>
|
|
<button class="admin-button-com big blue" style="width:260upx;" @click="pageTo({url:'/admin/home/login'})">去登录</button>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|