main
15004070936 3 weeks ago
parent b42c72344c
commit eb63a6e010

@ -1,6 +1,6 @@
<template> <template>
<view class="page"> <view class="page">
<view class="listcell"> <view class="listcell">
<view class="cells" @tap="gotoaddr()"> <view class="cells" @tap="gotoaddr()">
<view class="title"> <view class="title">
@ -8,12 +8,12 @@
</view> </view>
<uni-icons type="right" size="18" color="#777777"></uni-icons> <uni-icons type="right" size="18" color="#777777"></uni-icons>
</view> </view>
<view class="cells" @tap="gotopj()"> <!-- <view class="cells" @tap="gotopj()">-->
<view class="title"> <!-- <view class="title">-->
<image class="timg" src="../../static/image/wpj.png"></image>我的评价 <!-- <image class="timg" src="../../static/image/wpj.png"></image>我的评价-->
</view> <!-- </view>-->
<uni-icons type="right" size="18" color="#777777"></uni-icons> <!-- <uni-icons type="right" size="18" color="#777777"></uni-icons>-->
</view> <!-- </view>-->
<!-- <view class="cells" @tap="gotomsg()"> <!-- <view class="cells" @tap="gotomsg()">
<view class="title"> <view class="title">
<image class="timg" src="../../static/image/tz.png"></image>开启通知 <image class="timg" src="../../static/image/tz.png"></image>开启通知
@ -27,23 +27,23 @@
</view> </view>
<uni-icons type="right" size="18" color="#777777"></uni-icons> <uni-icons type="right" size="18" color="#777777"></uni-icons>
</view> </view>
<view class="cells" @tap="gotout()"> <!-- <view class="cells" @tap="gotout()">-->
<view class="title"> <!-- <view class="title">-->
<image class="timg" src="../../static/image/zx.png"></image>账号注销 <!-- <image class="timg" src="../../static/image/zx.png"></image>账号注销-->
</view> <!-- </view>-->
<uni-icons type="right" size="18" color="#777777"></uni-icons> <!-- <uni-icons type="right" size="18" color="#777777"></uni-icons>-->
</view> <!-- </view>-->
<view class="cells"> <view class="cells">
<view class="title"><image class="timg" src="../../static/image/bb.png"></image>关于我们</view> <view class="title"><image class="timg" src="../../static/image/bb.png"></image>关于我们</view>
<view class="version">版本号 {{versionIn}}</view> <view class="version">版本号 {{versionIn}}</view>
<uni-icons type="right" size="18" color="#777777"></uni-icons> <uni-icons type="right" size="18" color="#777777"></uni-icons>
</view> </view>
</view> </view>
<view class="loginout" @click="loginout"> <view class="loginout" @click="loginout">
退出登录 退出登录
</view> </view>
</view> </view>
</template> </template>
@ -112,7 +112,7 @@
title: '通知关闭失败!请联系客服后再重试!', title: '通知关闭失败!请联系客服后再重试!',
icon: 'error', icon: 'error',
duration: 2000 duration: 2000
}) })
} }
}, },
gotoaddr() { gotoaddr() {
@ -192,7 +192,7 @@
title: '账号注销失败!请联系客服后再重试!', title: '账号注销失败!请联系客服后再重试!',
icon: 'error', icon: 'error',
duration: 2000 duration: 2000
}) })
} }
}, },
loginout(){ loginout(){
@ -286,4 +286,4 @@
} }
} }
} }
</style> </style>

@ -59,12 +59,12 @@
<view class="title">{{servers[5].name}}</view> <view class="title">{{servers[5].name}}</view>
</view> </view>
<!-- 设置 --> <!-- 设置 -->
<!-- <view class="product-item" @click="gotoServe(0)">--> <view class="product-item" @click="gotoServe(0)">
<!-- <view class="image-wrapper">--> <view class="image-wrapper">
<!-- <image class="imgicon" :src="servers[0].img" mode="aspectFill" lazy-load></image>--> <image class="imgicon" :src="servers[0].img" mode="aspectFill" lazy-load></image>
<!-- </view>--> </view>
<!-- <view class="title">{{servers[0].name}}</view>--> <view class="title">{{servers[0].name}}</view>
<!-- </view>--> </view>
<!-- 收货地址 --> <!-- 收货地址 -->
<view class="product-item" @click="gotoServe(1)"> <view class="product-item" @click="gotoServe(1)">
<view class="image-wrapper"> <view class="image-wrapper">
@ -591,7 +591,7 @@
index: 4 index: 4
}) })
} }
// app // app
//#ifdef APP-PLUS //#ifdef APP-PLUS
plus.runtime.setBadgeNumber(-1); plus.runtime.setBadgeNumber(-1);

Loading…
Cancel
Save