|
@@ -7,168 +7,55 @@
|
|
|
</view>
|
|
|
<view class="list animated fadeInDown">
|
|
|
<!--只有外籍商户和收购商才需要手动认证-->
|
|
|
- <view class="message _error" @click="go('/pages/authentication/index')" v-if="user.userType == 5 && user.auth == 0">
|
|
|
+ <view class="message _error" @click="go('/pages/authentication/index')"
|
|
|
+ v-if="user.userType == 5 && user.auth == 0">
|
|
|
<text class="icon"></text>
|
|
|
<text>你还未认证,请先认证</text>
|
|
|
<text class="icon" style="float: right"></text>
|
|
|
</view>
|
|
|
- <view class="message _error" @click="go('/pages/authentication/purchaser/index')" v-if="user.userType == 3 && user.auth == 0">
|
|
|
+ <view class="message _error" @click="go('/pages/authentication/purchaser/index')"
|
|
|
+ v-if="user.userType == 3 && user.auth == 0">
|
|
|
<text class="icon"></text>
|
|
|
<text>你还未认证,请先认证</text>
|
|
|
<text class="icon" style="float: right"></text>
|
|
|
</view>
|
|
|
- <view class="message _info" @click="go('/pages/face/faceRegister')" v-if="(user.userType == 1 || user.userType == 2) && user.face == 0">
|
|
|
+ <view class="message _info" @click="go('/pages/face/faceRegister')"
|
|
|
+ v-if="(user.userType == 1 || user.userType == 2) && user.face == 0">
|
|
|
<text class="icon"></text>
|
|
|
<text>你还未人脸认证,请先人脸认证</text>
|
|
|
<text class="icon" style="float: right"></text>
|
|
|
-
|
|
|
+ </view>
|
|
|
+ <view class="message _info" v-if="(user.userType == 1 || user.userType == 2) && user.face == 1">
|
|
|
+ <text class="icon"></text>
|
|
|
+ <text>人脸已认证<text style="color: blue;margin-left: 5px;"></text></text>
|
|
|
</view>
|
|
|
<!--用户信息-->
|
|
|
- <view class="user">
|
|
|
+ <view class="user" style="display: flex;">
|
|
|
<image src="../../static/icon/user.png" mode="widthFix" class="head"></image>
|
|
|
<view class="con">
|
|
|
- <view class="nickName omit">{{ user.phone }}</view>
|
|
|
- <view class="tag" v-if="user.userType == 1">普通边民</view>
|
|
|
- <view class="tag" v-if="user.userType == 2">互市组长</view>
|
|
|
- <view class="tag" v-if="user.userType == 3">采购商</view>
|
|
|
+ <view class="nickName omit">{{user.name}}({{ user.phone }})</view>
|
|
|
+ <view class="tag" v-if="user.userType == 1">边民</view>
|
|
|
+ <view class="tag" v-if="user.userType == 2">组长</view>
|
|
|
+ <view class="tag" v-if="user.userType == 3">收购商</view>
|
|
|
<view class="tag" v-if="user.userType == 4">司机</view>
|
|
|
<view class="tag" v-if="user.userType == 5">商户</view>
|
|
|
<view class="tag" v-if="user.userType == 6">合作社</view>
|
|
|
- <view class="tag" style="margin-left: 0.5rem;" v-if="user.userType == 1" @click="go('/pages/wallet/wallet')">服务点数: {{ user.wallet }}</view>
|
|
|
+ <view class="tag" style="margin-left: 0.5rem;" v-if="user.userType == 1||user.userType == 2"
|
|
|
+ @click="go('/pages/wallet/wallet')">服务点数: {{ user.wallet }}</view>
|
|
|
</view>
|
|
|
- <text class="icon edit" @click="go('/pages/personal/my')"></text>
|
|
|
<view class="clear"></view>
|
|
|
</view>
|
|
|
- <!--边民菜单-->
|
|
|
- <!-- <view class="menu" v-if="user.userType == 1">
|
|
|
- <view class="msn" @click="go('/pages/market/one/leader/order')">
|
|
|
- <view class="out">
|
|
|
- <view class="int">
|
|
|
- <view class="icon ioc" style="background-color: #f0dcfc; color: #b064d8"></view>
|
|
|
- <view class="tit">我的订单</view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view> -->
|
|
|
- <!--边民菜单与组长菜单-->
|
|
|
- <!-- <view class="menu" v-if="user.userType == 1 || user.userType == 2">
|
|
|
- <view class="msn" @click="go('/pages/market/one/leader/cart')">
|
|
|
- <view class="out">
|
|
|
- <view class="int">
|
|
|
- <view class="icon ioc" style="background-color: #fff6e0; color: #f1ba41"></view>
|
|
|
- <view class="tit">购物车</view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="msn" @click="go('/pages/market/one/leader/order')">
|
|
|
- <view class="out">
|
|
|
- <view class="int">
|
|
|
- <view class="icon ioc" style="background-color: #f0dcfc; color: #b064d8"></view>
|
|
|
- <view class="tit">一级订单</view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="msn" @click="go('/pages/market/two/leader/order')">
|
|
|
- <view class="out">
|
|
|
- <view class="int">
|
|
|
- <view class="icon ioc" style="background-color: #f0dcfc; color: #b064d8"></view>
|
|
|
- <view class="tit">二级订单</view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view> -->
|
|
|
- <!--收购商-->
|
|
|
- <!-- <view class="menu" v-if="user.userType == 3">
|
|
|
- <view class="msn" @click="go('/pages/market/two/purchaser/order/cart')">
|
|
|
- <view class="out">
|
|
|
- <view class="int">
|
|
|
- <view class="icon ioc" style="background-color: #fff6e0; color: #f1ba41"></view>
|
|
|
- <view class="tit">购物车</view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="msn" @click="go('/pages/market/two/purchaser/buy/list')">
|
|
|
- <view class="out">
|
|
|
- <view class="int">
|
|
|
- <view class="icon ioc" style="background-color: #e1f6e9; color: #47cf74"></view>
|
|
|
- <view class="tit">采购需求</view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="msn" @click="go('/pages/market/two/purchaser/address/list')">
|
|
|
- <view class="out">
|
|
|
- <view class="int">
|
|
|
- <view class="icon ioc" style="background-color: #fff6e0; color: #f1ba41"></view>
|
|
|
- <view class="tit">地址管理</view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="msn" @click="go('/pages/market/two/purchaser/order/list')">
|
|
|
- <view class="out">
|
|
|
- <view class="int">
|
|
|
- <view class="icon ioc" style="background-color: #f0dcfc; color: #b064d8"></view>
|
|
|
- <view class="tit">我的订单</view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="msn" @click="go('/pages/authentication/purchaser/info')">
|
|
|
- <view class="out">
|
|
|
- <view class="int">
|
|
|
- <view class="icon ioc" style="background-color: #e0ffff; color: #00bfff"></view>
|
|
|
- <view class="tit">我的认证</view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view> -->
|
|
|
- <!--外籍商户-->
|
|
|
- <!-- <view class="menu" v-if="user.userType == 5">
|
|
|
- <view class="msn" @click="go('/pages/market/one/merchant/goods/list')">
|
|
|
- <view class="out">
|
|
|
- <view class="int">
|
|
|
- <view class="icon ioc" style="background-color: #e1f6e9; color: #47cf74"></view>
|
|
|
- <view class="tit">商品管理</view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="msn" @click="go('/pages/market/one/merchant/order/list')">
|
|
|
- <view class="out">
|
|
|
- <view class="int">
|
|
|
- <view class="icon ioc" style="background-color: #f0dcfc; color: #b064d8"></view>
|
|
|
- <view class="tit">交易订单</view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="msn" @click="go('/pages/authentication/index')">
|
|
|
- <view class="out">
|
|
|
- <view class="int">
|
|
|
- <view class="icon ioc" style="background-color: #e0ffff; color: #00bfff"></view>
|
|
|
- <view class="tit">我的认证</view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view> -->
|
|
|
- <!--合作社-->
|
|
|
- <!-- <view class="menu" v-if="user.userType == 6">
|
|
|
- <view class="msn" @click="go('/pages/market/one/cooperative/order')">
|
|
|
- <view class="out">
|
|
|
- <view class="int">
|
|
|
- <view class="icon ioc" style="background-color: #e1f6e9; color: #47cf74"></view>
|
|
|
- <view class="tit">结算单</view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view> -->
|
|
|
<view class="cmd">
|
|
|
<view class="s_item" @click="go('/pages/personal/bankInfo')">
|
|
|
- <text class="icon ic"></text>
|
|
|
+ <text class="icon ic"></text>
|
|
|
<text class="title">银行卡</text>
|
|
|
<text class="icon arrow"></text>
|
|
|
</view>
|
|
|
- <!-- <view class="s_item" @click="go('/pages/personal/commissionAgreement')">
|
|
|
- <text class="icon ic"></text>
|
|
|
- <text class="title">互助委托协议</text>
|
|
|
+ <view v-if="user.userType==1" class="s_item" @click="go('/pages/personal/myGroup')">
|
|
|
+ <text class="icon ic"></text>
|
|
|
+ <text class="title">我的互助组</text>
|
|
|
<text class="icon arrow"></text>
|
|
|
- </view> -->
|
|
|
+ </view>
|
|
|
<view class="s_item" @click="go('/pages/login/userAgreement?id=1')">
|
|
|
<text class="icon ic"></text>
|
|
|
<text class="title">用户协议</text>
|
|
@@ -189,162 +76,264 @@
|
|
|
<text class="title">修改密码</text>
|
|
|
<text class="icon arrow"></text>
|
|
|
</view>
|
|
|
+ <view class="s_item " @click="go('/pages/personal/group')" v-if="user.userType==1&&!user.groupName">
|
|
|
+ <text class="icon ic"></text>
|
|
|
+ <text class="title" style="color: firebrick;;font-weight: bold;">加入互助组</text>
|
|
|
+ <text class="icon arrow"></text>
|
|
|
+ </view>
|
|
|
+ <view class="s_item ">
|
|
|
+ <text class="icon ic"></text>
|
|
|
+ <text class="title">APP版本 {{version}}</text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<button class="btn exit" @click="exitLogin()">退出登录</button>
|
|
|
+ <button class="btn exit" @click="cancelAccount()">注销账号</button>
|
|
|
+ </view>
|
|
|
+ <view class="version">
|
|
|
+ <view>
|
|
|
+ <view>Copyright@2024-2030</view>
|
|
|
+ <view>天保国际物流投资有限公司版权所有</view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
-export default {
|
|
|
- data() {
|
|
|
- return {
|
|
|
- user: {}
|
|
|
- };
|
|
|
- },
|
|
|
- onLoad() {
|
|
|
-
|
|
|
- },
|
|
|
- onShow() {
|
|
|
- this.user = this.getUser();
|
|
|
- if (!this.hasAuth()) {
|
|
|
+ export default {
|
|
|
+ data() {
|
|
|
+ return {
|
|
|
+ user: {},
|
|
|
+ version: uni.getAppBaseInfo().appVersion
|
|
|
+ };
|
|
|
+ },
|
|
|
+ onLoad() {
|
|
|
+
|
|
|
+ },
|
|
|
+ onShow() {
|
|
|
+ this.user = this.getUser();
|
|
|
this.http.request({
|
|
|
url: '/sp-admin/app/AppUser/getAuth',
|
|
|
success: res => {
|
|
|
this.user.auth = res.data.data.auth;
|
|
|
- this.user.face=res.data.data.face;
|
|
|
- uni.setStorageSync('info', this.user);
|
|
|
- }
|
|
|
- });
|
|
|
- };
|
|
|
- if(this.user.userType===1){
|
|
|
- this.http.request({
|
|
|
- url: '/level-one-server/app/TbPeople/getById',
|
|
|
- data: { id: this.user.fkId },
|
|
|
- success: res => {
|
|
|
- this.user.wallet = res.data.data.wallet;
|
|
|
+ this.user.face = res.data.data.face;
|
|
|
+ if (this.user.userType == 1) {
|
|
|
+ this.user.groupName = res.data.data.groupName;
|
|
|
+ this.user.groupId = res.data.data.groupId;
|
|
|
+ this.user.leaderName = res.data.data.leaderName;
|
|
|
+ this.user.leaderPhone = res.data.data.leaderPhone;
|
|
|
+ if (!this.user.groupName) {
|
|
|
+ this.$refs.uNotify.show({
|
|
|
+ top: 10,
|
|
|
+ type: 'error',
|
|
|
+ color: '#ffffff',
|
|
|
+ bgColor: '#ff5500',
|
|
|
+ message: '未加入互助组,请先加入互助组',
|
|
|
+ duration: 1000 * 20,
|
|
|
+ fontSize: 20,
|
|
|
+ safeAreaInsetTop: true
|
|
|
+ })
|
|
|
+ return;
|
|
|
+ }
|
|
|
+ }
|
|
|
uni.setStorageSync('info', this.user);
|
|
|
}
|
|
|
});
|
|
|
- }
|
|
|
- },
|
|
|
- methods: {
|
|
|
- order() {
|
|
|
- if (!this.hasAuth()) {
|
|
|
- uni.navigateTo({ url: '/pages/authentication/index' });
|
|
|
- return;
|
|
|
- }
|
|
|
- //组长
|
|
|
- if (this.user.userType == 2) {
|
|
|
- uni.navigateTo({ url: 'user' });
|
|
|
- }
|
|
|
- //外籍商户
|
|
|
- if (this.user.userType == 5) {
|
|
|
- uni.navigateTo({ url: '/pages/market/one/merchant/order/list' });
|
|
|
- }
|
|
|
- //收购商
|
|
|
- if (this.user.userType == 3) {
|
|
|
- uni.navigateTo({ url: '/pages/market/two/purchaser/order/list' });
|
|
|
- }
|
|
|
- },
|
|
|
- wallet() {
|
|
|
- if (!this.hasAuth() && this.user.userType == 1) {
|
|
|
- uni.navigateTo({ url: '/pages/wallet/wallet' });
|
|
|
- return;
|
|
|
- }
|
|
|
- },
|
|
|
- go(url) {
|
|
|
- if (!this.hasAuth() && this.user.userType == 5) {
|
|
|
- uni.navigateTo({ url: '/pages/authentication/index' });
|
|
|
- return;
|
|
|
- }
|
|
|
- if (!this.hasAuth() && this.user.userType == 3) {
|
|
|
- uni.navigateTo({ url: '/pages/authentication/purchaser/index' });
|
|
|
- return;
|
|
|
+ if (this.user.userType === 1) {
|
|
|
+ this.http.request({
|
|
|
+ url: '/level-one-server/app/TbPeople/getById',
|
|
|
+ data: {
|
|
|
+ id: this.user.fkId
|
|
|
+ },
|
|
|
+ success: res => {
|
|
|
+ this.user.wallet = res.data.data.wallet;
|
|
|
+ uni.setStorageSync('info', this.user);
|
|
|
+ }
|
|
|
+ });
|
|
|
}
|
|
|
- uni.navigateTo({ url: url });
|
|
|
},
|
|
|
- exitLogin() {
|
|
|
- let param = {
|
|
|
- appUserId: this.getUser().id
|
|
|
- };
|
|
|
- uni.showModal({
|
|
|
- title: '提示',
|
|
|
- content: '确定注销登录?',
|
|
|
- success: res => {
|
|
|
- if (res.confirm) {
|
|
|
- uni.removeStorageSync('token');
|
|
|
- uni.removeStorageSync('info');
|
|
|
- uni.removeStorageSync('menu');
|
|
|
- uni.redirectTo({ url: '/pages/login/login' });
|
|
|
- this.http.request({
|
|
|
- url: '/sp-admin/app/AppUser/logout',
|
|
|
- data: param,
|
|
|
- success: res => {
|
|
|
+ methods: {
|
|
|
+ makePhoneCall(phone) {
|
|
|
+ uni.makePhoneCall({
|
|
|
+ phoneNumber: phone
|
|
|
+ });
|
|
|
+ },
|
|
|
+ order() {
|
|
|
+ if (!this.hasAuth()) {
|
|
|
+ uni.navigateTo({
|
|
|
+ url: '/pages/authentication/index'
|
|
|
+ });
|
|
|
+ return;
|
|
|
+ }
|
|
|
+ //组长
|
|
|
+ if (this.user.userType == 2) {
|
|
|
+ uni.navigateTo({
|
|
|
+ url: 'user'
|
|
|
+ });
|
|
|
+ }
|
|
|
+ //外籍商户
|
|
|
+ if (this.user.userType == 5) {
|
|
|
+ uni.navigateTo({
|
|
|
+ url: '/pages/market/one/merchant/order/list'
|
|
|
+ });
|
|
|
+ }
|
|
|
+ //收购商
|
|
|
+ if (this.user.userType == 3) {
|
|
|
+ uni.navigateTo({
|
|
|
+ url: '/pages/market/two/purchaser/order/list'
|
|
|
+ });
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ wallet() {
|
|
|
+ if (!this.hasAuth() && this.user.userType == 1) {
|
|
|
+ uni.navigateTo({
|
|
|
+ url: '/pages/wallet/wallet'
|
|
|
+ });
|
|
|
+ return;
|
|
|
+ }
|
|
|
+ },
|
|
|
+ go(url) {
|
|
|
+ if (!this.hasAuth() && this.user.userType == 5) {
|
|
|
+ uni.navigateTo({
|
|
|
+ url: '/pages/authentication/index'
|
|
|
+ });
|
|
|
+ return;
|
|
|
+ }
|
|
|
+ if (!this.hasAuth() && this.user.userType == 3) {
|
|
|
+ uni.navigateTo({
|
|
|
+ url: '/pages/authentication/purchaser/index'
|
|
|
+ });
|
|
|
+ return;
|
|
|
+ }
|
|
|
+ uni.navigateTo({
|
|
|
+ url: url
|
|
|
+ });
|
|
|
+ },
|
|
|
+ exitLogin() {
|
|
|
+ let param = {
|
|
|
+ appUserId: this.getUser().id
|
|
|
+ };
|
|
|
+ uni.showModal({
|
|
|
+ title: '提示',
|
|
|
+ content: '确定注销登录?',
|
|
|
+ success: res => {
|
|
|
+ if (res.confirm) {
|
|
|
+ uni.removeStorageSync('token');
|
|
|
+ uni.removeStorageSync('info');
|
|
|
+ uni.removeStorageSync('menu');
|
|
|
+ uni.redirectTo({
|
|
|
+ url: '/pages/login/login'
|
|
|
+ });
|
|
|
+ this.http.request({
|
|
|
+ url: '/sp-admin/app/AppUser/logout',
|
|
|
+ data: param,
|
|
|
+ success: res => {
|
|
|
|
|
|
- }
|
|
|
- });
|
|
|
+ }
|
|
|
+ });
|
|
|
+ }
|
|
|
}
|
|
|
- }
|
|
|
- });
|
|
|
- }
|
|
|
- }
|
|
|
-};
|
|
|
+ });
|
|
|
+ },
|
|
|
+ cancelAccount() {
|
|
|
+ let param = {
|
|
|
+ id: this.getUser().id
|
|
|
+ };
|
|
|
+ uni.showModal({
|
|
|
+ title: '提示',
|
|
|
+ content: '确定注销账号?',
|
|
|
+ success: res => {
|
|
|
+ if (res.confirm) {
|
|
|
+ uni.removeStorageSync('token');
|
|
|
+ uni.removeStorageSync('info');
|
|
|
+ uni.removeStorageSync('menu');
|
|
|
+ uni.redirectTo({
|
|
|
+ url: '/pages/login/login'
|
|
|
+ });
|
|
|
+ this.http.request({
|
|
|
+ url: '/sp-admin/app/AppUser/delete',
|
|
|
+ data: param,
|
|
|
+ success: res => {}
|
|
|
+ });
|
|
|
+ }
|
|
|
+ }
|
|
|
+ });
|
|
|
+ }
|
|
|
+ },
|
|
|
+ };
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss">
|
|
|
-page {
|
|
|
- background-color: #f5f5f5;
|
|
|
-}
|
|
|
-.my_top {
|
|
|
- position: relative;
|
|
|
- overflow: hidden;
|
|
|
- image {
|
|
|
- width: 100%;
|
|
|
+ page {
|
|
|
+ background-color: #f5f5f5;
|
|
|
}
|
|
|
-}
|
|
|
-.list {
|
|
|
- position: relative;
|
|
|
- padding: 0px 20px 10px 20px;
|
|
|
- margin-top: -196px;
|
|
|
- .user {
|
|
|
- background-color: white;
|
|
|
- padding: 20px;
|
|
|
- border-radius: 8px;
|
|
|
- color: $font-c;
|
|
|
- .head {
|
|
|
- float: left;
|
|
|
- width: 55px;
|
|
|
- height: 55px;
|
|
|
+
|
|
|
+ .my_top {
|
|
|
+ position: relative;
|
|
|
+ overflow: hidden;
|
|
|
+
|
|
|
+ image {
|
|
|
+ width: 100%;
|
|
|
}
|
|
|
- .con {
|
|
|
- float: left;
|
|
|
- padding-left: 15px;
|
|
|
- width: 60%;
|
|
|
- .nickName {
|
|
|
- font-size: 17px;
|
|
|
- font-weight: bold;
|
|
|
+ }
|
|
|
+
|
|
|
+ .list {
|
|
|
+ position: relative;
|
|
|
+ padding: 0px 20px 10px 20px;
|
|
|
+ margin-top: -196px;
|
|
|
+
|
|
|
+ .user {
|
|
|
+ background-color: white;
|
|
|
+ padding: 20px;
|
|
|
+ border-radius: 8px;
|
|
|
+ color: $font-c;
|
|
|
+
|
|
|
+ .head {
|
|
|
+ float: left;
|
|
|
+ width: 55px;
|
|
|
+ height: 55px;
|
|
|
}
|
|
|
- .tag {
|
|
|
- background-color: #6799ad;
|
|
|
- color: white;
|
|
|
+
|
|
|
+ .con {
|
|
|
float: left;
|
|
|
- font-size: 13px;
|
|
|
- padding: 2px 6px;
|
|
|
- border-radius: 5px;
|
|
|
- margin-top: 6px;
|
|
|
+ padding-left: 15px;
|
|
|
+ width: 80%;
|
|
|
+
|
|
|
+ .nickName {
|
|
|
+ font-size: 16px;
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
+
|
|
|
+ .tag {
|
|
|
+ background-color: #6799ad;
|
|
|
+ color: white;
|
|
|
+ float: left;
|
|
|
+ font-size: 13px;
|
|
|
+ padding: 2px 6px;
|
|
|
+ border-radius: 5px;
|
|
|
+ margin-top: 6px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .edit {
|
|
|
+ float: right;
|
|
|
+ font-size: 20px;
|
|
|
+ margin-top: 17px;
|
|
|
}
|
|
|
}
|
|
|
- .edit {
|
|
|
- float: right;
|
|
|
- font-size: 20px;
|
|
|
- margin-top: 17px;
|
|
|
- }
|
|
|
}
|
|
|
-}
|
|
|
-.exit {
|
|
|
- margin-top: 20px;
|
|
|
- background-color: white;
|
|
|
- color: #f44336;
|
|
|
-}
|
|
|
-</style>
|
|
|
+
|
|
|
+ .exit {
|
|
|
+ margin-top: 20px;
|
|
|
+ background-color: white;
|
|
|
+ color: #f44336;
|
|
|
+ }
|
|
|
+
|
|
|
+ .version {
|
|
|
+ margin-left: 15%;
|
|
|
+ position: fixed;
|
|
|
+ bottom: 25px;
|
|
|
+ color: #888484;
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+</style>
|