|
|
@@ -31,17 +31,11 @@
|
|
|
|
|
|
|
|
|
<block v-if="loginStyle == 0">
|
|
|
- <!-- #ifdef MP-WEIXIN -->
|
|
|
- <view style="width:100vw;height:160upx;display:flex;align-items:center;justify-content:center;position:relative;">
|
|
|
- <button class="admin-button-com big blue" style="width:260upx;" @click="buyItem()">花店买花</button>
|
|
|
- </view>
|
|
|
- <!-- #endif -->
|
|
|
<view style="width:100vw;height:250upx;display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:170upx;">
|
|
|
<button class="admin-button-com big blue" style="width:260upx;" @click="pageTo({url:'/admin/home/login'})">门店登录</button>
|
|
|
<text style="color:green;position:absolute;top:300upx;font-size:42upx;text-decoration: underline;" @click="pageTo({url:'/pagesClient/official/apply'})">我要注册</text>
|
|
|
<text style="color:green;position:absolute;top:420upx;font-size:42upx;text-decoration: underline;" @click.stop="toPhone()">联系官方</text>
|
|
|
</view>
|
|
|
-
|
|
|
</block>
|
|
|
<block v-else>
|
|
|
|
|
|
@@ -212,14 +206,11 @@
|
|
|
|
|
|
<uni-popup ref="renewRef" background-color="#fff" type="center" :animation="false" class="class-popup-style" :mask-click="false">
|
|
|
<view style="padding:40upx 20upx 40upx 20upx;height:auto;width:95vw;font-size:36upx;">
|
|
|
- <view v-if="renewType == 0">为了加快系统的开发进度,实现大家需要的上下游连通、连麦芽田一键发跑腿、会员充值、散客到店自助下单等重要功能,特向您收取未来时间的年费,感谢您对公司的支持</view>
|
|
|
- <view v-else-if="renewType == 2">请点击下方按钮续期</view>
|
|
|
- <view v-else>因您最近系统提现不足3万/月,请付费使用软件,未续费系统将暂停提供服务</view>
|
|
|
<view style="margin-top:24upx;">当前系统到期时间:{{ currentDeadline }}</view>
|
|
|
<view style="margin-top:24upx;">续期一年到期时间:<text style="color:#3385FF;">{{ newDeadline }}</text></view>
|
|
|
<view style="margin-top:40upx;text-align:center;">
|
|
|
<button class="admin-button-com big default" @click="closeRenew()" style="width:200upx;">稍后</button>
|
|
|
- <button class="admin-button-com big blue" @click="startRenew()" style="margin-left:80upx;width:200upx;">续期</button>
|
|
|
+ <button class="admin-button-com big blue" @click="startRenew()" style="margin-left:80upx;width:200upx;">续期一年</button>
|
|
|
</view>
|
|
|
</view>
|
|
|
</uni-popup>
|