123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712 |
- <template>
- <view class="container">
- <view class="userInfoBox">
- <view class="userHeader">
- <image class="userImg" :src="userImg || '../../static/img/mine/userImg.png'"></image>
- <view class="userNameBox">
- <view class="userName">{{userName || '点击登录'}}</view>
- <button v-if="!openID" class="loginBtn" open-type="getPhoneNumber" @getphonenumber="login">手机号快捷登录</button>
- </view>
- </view>
- <view class="userNumBox">
- <view class="userNumItem">
- <text class="userNum">{{rewardToday == -1 ? '--' : ('¥' + rewardToday)}}</text>
- <text class="userNumTitle">今日已领奖励</text>
- </view>
- <view class="userNumItem">
- <text class="userNum">{{rewardHistory == -1 ? '--' : ('¥' + rewardHistory)}}</text>
- <text class="userNumTitle">历史已领奖励</text>
- </view>
- </view>
- </view>
- <view class="userOrderBox">
- <view class="orderTitle">
- <text class="orderTitleText">我提交的线索</text>
- <text class="orderTitleMore" @tap="orderListTo('1')">查看全部 >></text>
- </view>
- <view class="orderContent">
- <view class="orderContentItem" @tap="orderListTo('2')">
- <view class="orderContentItemNum">{{noResponseNum == -1 ? '--' : noResponseNum}}</view>
- <view class="orderContentItemTitle">未回复</view>
- </view>
- <view class="orderContentItem" @tap="orderListTo('3')">
- <view class="orderContentItemNum">{{responsedNum == -1 ? '--' : responsedNum}}</view>
- <view class="orderContentItemTitle">已回复</view>
- </view>
- <view class="orderContentItem" @tap="orderListTo('4')">
- <view class="orderContentItemNum">{{evaluateNum == -1 ? '--' : evaluateNum}}</view>
- <view class="orderContentItemTitle">已评价</view>
- </view>
- </view>
- </view>
- <view class="moreServiceBox" v-if="openID">
- <view class="moreServiceTitle">更多服务</view>
- <view class="moreServiceContent">
- <view class="serviceContentItem" @tap="onMyRewardTo" v-if="openID">
- <image class="serviceContentItemImg" src="../../static/img/mine/myReward.png"></image>
- <view class="serviceContentItemTitle">我的奖励</view>
- <image class="serviceContentItemIcon" src="../../static/img/mine/right.png"></image>
- </view>
- <view class="serviceContentItem" v-if="userType == '2' && openID" @tap="onGridmanRewardTo">
- <!-- <view class="serviceContentItem" v-if="openID" @tap="onGridmanRewardTo"> -->
- <image class="serviceContentItemImg" src="../../static/img/mine/gridmanReward.png"></image>
- <view class="serviceContentItemTitle">网格员奖励与补领</view>
- <image class="serviceContentItemIcon" src="../../static/img/mine/right.png"></image>
- </view>
- <!-- <view class="serviceContentItem" @tap="onInvitationTo" v-if="openID && userType == '1'">
- <image class="serviceContentItemImg" src="../../static/img/mine/invitation.png"></image>
- <view class="serviceContentItemTitle">邀请码</view>
- <image class="serviceContentItemIcon" src="../../static/img/mine/right.png"></image>
- </view> -->
- <!-- <view class="serviceContentItem" @tap="onGZHTo">
- <image class="serviceContentItemImg" src="../../static/img/mine/weixin.png"></image>
- <view class="serviceContentItemTitle">关注公众号</view>
- <image class="serviceContentItemIcon" src="../../static/img/mine/right.png"></image>
- </view> -->
- <view class="serviceContentItem" @tap="loginOut" v-if="openID">
- <image class="serviceContentItemImg" src="../../static/img/mine/logout.png"></image>
- <view class="serviceContentItemTitle">退出登录</view>
- <image class="serviceContentItemIcon" src="../../static/img/mine/right.png"></image>
- </view>
- </view>
- </view>
- <!-- 关注公众号弹窗 -->
- <view class="popMask" v-if="isPopShow">
- <view class="popContent">
- <view class="popTips">长按扫码关注公众号</view>
- <image class="popImg" src="../../static/img/mine/qrcode_gyyjgl.jpg" show-menu-by-longpress></image>
- <image class="popClose" src="../../static/img/mine/popClose.png" @tap="onGZHCloseTo"></image>
- </view>
- </view>
- <!-- 邀请码弹窗 -->
- <view class="popMask" v-if="isInvitationPopShow">
- <view class="popContent">
- <view class="popTips">邀请码</view>
- <view class="popBody">
- <view class="bindedTips" v-if="YQCode">已绑定邀请码:{{YQCode}}</view>
- <input type="number" class="fway-form-input" v-else placeholder="请填写邀请码" v-model="strYQCode" maxlength="4" />
- <view class="errorTips" v-if="!YQCode && errorTips">{{errorTips}}</view>
- </view>
- <view class="popBtnBox">
- <view class="popBtn" style="color: #777;" @tap="onInvitationCloseTo" v-if="!YQCode">取消</view>
- <view class="popBtn" style="color: #3e6ffd;" :style="{width: YQCode ? '100%' : '50%'}" @tap="onInvitationSubmitTo">确定</view>
- </view>
- </view>
- </view>
- <!-- 扫码登录弹窗 -->
- <view class="popMask" v-if="isLoginPopShow">
- <view class="popContent">
- <view class="popTips">请先登录</view>
- <view class="popBody" style="border-radius: 0 0 30rpx 30rpx;">
- <button v-if="!openID" class="loginPopBtn" open-type="getPhoneNumber" @getphonenumber="login">手机号快捷登录</button>
- <view class="loginPopBtn" style="background-color: #999;" @tap="onLoginCloseTo">取消</view>
- </view>
- </view>
- </view>
- </view>
- </template>
- <script>
- var that,
- qqMap = require('@/static/js/qqmap-wx-jssdk.min.js'),
- qqMapsdk;
- export default {
- options: {
- styleIsolation: 'isolated'
- },
- data() {
- return {
- openID: '',
- userType: '1',
- userImg: '',
- userName: '',
- YQCode: '',
- isCity: '0',
- rewardToday: -1,
- rewardHistory: -1,
- noResponseNum: -1,
- responsedNum: -1,
- evaluateNum: -1,
- isPopShow: false,
- isInvitationPopShow: false,
- isLoginPopShow: false,
- strYQCode: '',
- strYQCodeID: '', // 扫码进入小程序获得
- errorTips: ''
- }
- },
- methods: {
- getData(option){
- that = this;
- // 实例化API核心类
- qqMapsdk = new qqMap({
- key: 'TE4BZ-ZFEAT-45CX3-VPZ3R-GOLS6-EGF54'
- });
- if (option && option.scene) {
- that.strYQCodeID = decodeURIComponent(option.scene);
- }
- },
- init() {
- let objUser = uni.getStorageSync('userInfo')
- that.openID = objUser.openID;
- that.userType = objUser.userType;
- that.YQCode = objUser.YQCode;
- that.userName = objUser.userTel ? objUser.userTel.slice(0, 3) + '******' + objUser.userTel.slice(-2) : '微信用户';
- if (that.openID) {
- that.onGetData();
- if (that.strYQCodeID){
- that.isInvitationPopShow = true;
- }
- }else {
- if (that.strYQCodeID){
- that.isLoginPopShow = true;
- }
- }
- },
- getAuthorizeInfo(fun) {
- uni.authorize({
- scope: 'scope.userLocation',
- success() { // 允许授权
- that.getLocationInfo(fun);
- },
- fail() { // 拒绝授权
- that.openConfirm(fun);
- }
- })
- },
- // 获取地理位置
- getLocationInfo(fun) {
- uni.getLocation({
- type: 'gcj02',
- success: function(res) {
- qqMapsdk.reverseGeocoder({
- location: {
- latitude: res.latitude,
- longitude: res.longitude
- },
- success(data) {
- // 地址信息
- let city = data.result.address_component.city;
- if (city == '自贡市') {
- that.isCity = '1';
- } else {
- that.isCity = '0';
- }
- typeof fun === 'function' && fun();
- }
- });
- }
- });
- },
- // 当用户第一次拒绝后再次请求授权
- openConfirm(fun) {
- uni.showModal({
- title: '请求授权当前位置',
- content: '需要获取您当前的所在城市,请确认授权',
- success: (res) => {
- if (res.confirm) {
- uni.openSetting({
- success(res) {
- if (res.authSetting['scope.userLocation']) {
- that.getLocationInfo(fun);
- } else {
- typeof fun === 'function' && fun();
- }
- }
- }); // 打开地图权限设置
- } else if (res.cancel) {
- uni.showToast({
- title: '你拒绝了授权,无法获得你所在城市信息',
- icon: 'none',
- duration: 1000,
- success() {
- typeof fun === 'function' && fun();
- }
- })
- }
- }
- });
- },
- onGetData() {
- that.$admin.req({
- method: 'GET',
- url: '/api/v1/Snapshot/user'
- }).then(res => {
- if (res) {
- that.rewardToday = res.dayAmount;
- that.rewardHistory = res.totalAmount;
- that.noResponseNum = res.noReplyCount;
- that.responsedNum = res.replyCount;
- that.evaluateNum = res.appraiseCount;
- }
- })
- },
- login(e) {
- if (e.detail.code){
- uni.login({
- provider: "weixin",
- onlyAuthorize: true,
- success: (login_res => {
- if (login_res.code) {
- that.$admin.reqDirect({
- method: 'POST',
- url: '/api/v1/Identity/third/token',
- data: {
- loginCode: login_res.code,
- telCode: e.detail.code,
- thirdType: 0
- }
- }).then(res => {
- if (res) {
- that.$admin.saveUserInfo(res, function(){
- that.$util.msg('登录成功!', function() {
- that.init();
- if (that.strYQCodeID) {
- that.isLoginPopShow = false;
- that.isInvitationPopShow = true;
- }
- });
- })
- // uni.setStorageSync('userInfo', {
- // openID: objData.Openid,
- // // userImg: objData.img ? (that.$admin.config.sysweburl + objData.img) : '',
- // userName: objData.UserName || '',
- // userImg: '',
- // // userName: '',
- // userTel: objData.Phone || '',
- // userType: objData.UserType || '1', // 登录用户类型 1:市民 2:网格员
- // YQCode: objData.YQCode // 邀请码
- // })
- } else {
- that.$util.msg('登录失败,请稍后重试');
- }
- })
- } else {
- that.$util.msg('登录失败,请重新操作');
- }
- })
- })
- }else {
- that.$util.msg('请授权手机号登录');
- }
- },
- orderListTo(type) {
- if (!that.openID) {
- that.$util.msg("请先登录");
- return;
- }
- uni.navigateTo({
- url: '/pagesBase/Order/List?tabIndex=' + type
- })
- },
- onMyRewardTo() {
- if (!that.openID) {
- that.$util.msg("请先登录");
- return;
- }
- uni.navigateTo({
- // url: '/pagesBase/MyReward/Index'
- url: '/pagesBase/MyReward/Index_Temp'
- })
- },
- onGridmanRewardTo() {
- if (!that.openID) {
- that.$util.msg("请先登录");
- return;
- }
- uni.navigateTo({
- url: '/pagesBase/GridmanReward/Index'
- })
- },
- onInvitationTo() {
- if (!that.openID) {
- that.$util.msg("请先登录");
- return;
- }
- that.isInvitationPopShow = true;
- },
- onInvitationSubmitTo() {
- if (that.YQCode) {
- that.isInvitationPopShow = false;
- that.strYQCodeID = '';
- } else {
- if (that.$util.e_checkNumber(that.strYQCode) === false) {
- that.errorTips = '请输入正确的邀请码!';
- return;
- }
- if (that.strYQCode.length != 4) {
- that.errorTips = '请输入4位正确的邀请码!';
- return;
- }
- that.onInvitationSave();
- }
- },
- onInvitationSave() {
- that.$admin.req({
- method: 'PUT',
- url: '/api/v1/Snapshot/third/invitationcode',
- data: {
- invitationCode: that.strYQCode
- }
- }).then(res => {
- that.$util.msg('邀请码绑定成功!', function() {
- that.YQCode = that.strYQCode;
- that.errorTips = '';
- that.strYQCode = '';
- that.strYQCodeID = '';
- let objUser = uni.getStorageSync('userInfo');
- objUser.YQCode = that.YQCode;
- uni.setStorageSync('userInfo', objUser);
- });
- }, err => {
- that.errorTips = err;
- })
- },
- onInvitationCloseTo() {
- that.isInvitationPopShow = false;
- that.strYQCodeID = '';
- },
- onLoginCloseTo() {
- that.isLoginPopShow = false;
- that.strYQCodeID = '';
- },
- onGZHTo() {
- that.isPopShow = true;
- },
- onGZHCloseTo() {
- that.isPopShow = false;
- },
- loginOut() {
- if (that.openID) {
- uni.showModal({
- title: '退出登录',
- content: '确定要退出登录吗?',
- success(res) {
- if (res.confirm) {
- that.openID = '';
- that.userType = '1';
- that.userImg = '';
- that.userName = '';
- that.YQCode = '';
- that.rewardToday = -1;
- that.rewardHistory = -1;
- that.noResponseNum = -1;
- that.responsedNum = -1;
- that.evaluateNum = -1;
- // 清楚缓存
- uni.removeStorageSync('userInfo');
- }
- }
- })
- } else {
- that.$util.msg("请先登录");
- }
- }
- }
- }
- </script>
- <style lang="less">
- .container {
- background-color: #F6F7F8;
- height: 100vh;
- }
- .userInfoBox {
- height: 280rpx;
- width: 100%;
- background-color: #3e6ffd;
- }
- .userHeader {
- padding: 30rpx 30rpx 40rpx;
- font-size: 0;
- }
- .userImg {
- display: inline-block;
- width: 100rpx;
- height: 100rpx;
- vertical-align: middle;
- margin-right: 20rpx;
- border-radius: 10rpx;
- }
- .userNameBox {
- display: inline-block;
- width: calc(100% - 120rpx);
- vertical-align: middle;
- position: relative;
- border-radius: 50rpx;
- }
- .userName {
- width: calc(100%);
- vertical-align: middle;
- font-size: 28rpx;
- color: #fff;
- }
- .loginBtn {
- width: 230rpx;
- text-align: center;
- background-color: #07c160;
- color: #fff;
- font-size: 24rpx;
- border-radius: 50rpx;
- height: 50rpx;
- line-height: 50rpx;
- margin-left: 0;
- margin-top: 20rpx;
- }
- .userNumBox {
- display: flex;
- justify-content: space-around;
- }
- .userNumItem {
- text-align: center;
- }
- .userNum {
- display: block;
- font-size: 28rpx;
- color: #fff;
- margin-bottom: 20rpx;
- }
- .userNumTitle {
- display: block;
- font-size: 24rpx;
- color: #fff;
- }
- .userOrderBox {
- margin: 30rpx 20rpx;
- background-color: #fff;
- box-shadow: 0rpx 5rpx 10rpx 0rpx #0587e21c;
- border-radius: 20rpx;
- }
- .orderTitle {
- padding: 40rpx 20rpx 30rpx;
- border-bottom: 2rpx #f2f2f2 solid;
- }
- .orderTitleText {
- display: inline-block;
- vertical-align: middle;
- width: calc(100% - 160rpx);
- color: #333333;
- font-size: 30rpx;
- font-weight: 600;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .orderTitleMore {
- display: inline-block;
- vertical-align: middle;
- width: 160rpx;
- color: #999999;
- font-size: 22rpx;
- text-align: right;
- }
- .orderContent {
- display: flex;
- justify-content: space-around;
- padding: 30rpx 0;
- }
- .orderContentItem {
- text-align: center;
- }
- .orderContentItemNum {
- display: block;
- font-size: 32rpx;
- font-weight: bold;
- color: #000;
- margin-bottom: 30rpx;
- }
- .orderContentItemTitle {
- display: block;
- font-size: 24rpx;
- color: #333;
- }
- .moreServiceBox {
- margin: 30rpx 20rpx;
- background-color: #fff;
- box-shadow: 0rpx 5rpx 10rpx 0rpx #0587e21c;
- border-radius: 20rpx;
- }
- .moreServiceTitle {
- padding: 40rpx 20rpx 20rpx;
- vertical-align: middle;
- color: #333333;
- font-size: 30rpx;
- font-weight: 600;
- }
- .moreServiceContent {
- padding: 0 20rpx 20rpx;
- }
- .serviceContentItem {
- padding: 20rpx 0;
- }
- .serviceContentItem+.serviceContentItem {
- border-top: 2rpx #f2f2f2 solid;
- }
- .serviceContentItemImg {
- display: inline-block;
- width: 60rpx;
- height: 60rpx;
- vertical-align: middle;
- margin-right: 20rpx;
- }
- .serviceContentItemTitle {
- display: inline-block;
- vertical-align: middle;
- width: calc(100% - 110rpx);
- color: #333;
- font-size: 28rpx;
- }
- .serviceContentItemIcon {
- display: inline-block;
- width: 30rpx;
- height: 30rpx;
- vertical-align: middle;
- text-align: right;
- }
- /* 自定提示弹窗 */
- .popMask {
- position: fixed;
- left: 0;
- top: 0;
- right: 0;
- bottom: 0;
- /* #ifndef APP-NVUE */
- display: flex;
- /* #endif */
- justify-content: center;
- align-items: center;
- background-color: rgba(0, 0, 0, 0.2);
- line-height: 1 !important;
- z-index: 99;
- }
- .popContent {
- width: 80%;
- line-height: 1 !important;
- }
- .popTips {
- width: 100%;
- font-size: 36rpx;
- color: #333;
- font-weight: bold;
- text-align: center;
- padding: 30rpx 0;
- line-height: 1 !important;
- background-color: #fff;
- border-radius: 30rpx 30rpx 0 0;
- }
- .popImg {
- width: 100%;
- height: 600rpx;
- border-radius: 0 0 30rpx 30rpx;
- }
- .popClose {
- margin-top: 30rpx;
- width: 80rpx;
- height: 80rpx;
- margin-left: calc(50% - 40rpx);
- }
- .popBody {
- width: calc(100% - 40rpx);
- padding: 20rpx 20rpx 30rpx;
- font-size: 32rpx;
- color: #333;
- line-height: 1.5 !important;
- background-color: #fff;
- }
- .fway-form-input {
- display: block;
- height: 66rpx;
- line-height: 66rpx;
- width: calc(100% - 20rpx);
- text-align: center;
- padding: 0 10rpx;
- font-size: 28rpx;
- background-color: #f7f7f7;
- white-space: nowrap;
- overflow-y: hidden;
- border-radius: 10rpx;
- }
- .bindedTips {
- width: calc(100%);
- line-height: 40rpx;
- font-size: 28rpx;
- text-align: center;
- }
- .errorTips {
- width: calc(100%);
- line-height: 40rpx;
- padding: 10rpx 0 0;
- font-size: 24rpx;
- color: #d9001bfe;
- }
- .popBtnBox {
- width: 100%;
- display: flex;
- justify-content: space-between;
- padding: 10rpx 0;
- background-color: #fff;
- border-top: 2rpx #ebebeb solid;
- border-radius: 0 0 30rpx 30rpx;
- }
- .popBtn {
- width: 50%;
- padding: 20rpx 0;
- text-align: center;
- font-size: 30rpx;
- letter-spacing: 2rpx;
- line-height: 1 !important;
- }
- .popBtn+.popBtn {
- border-left: 2rpx #ebebeb solid;
- }
-
- .loginPopBtn{
- width: 90%;
- text-align: center;
- background-color: #07c160;
- color: #fff;
- font-size: 28rpx;
- border-radius: 50rpx;
- line-height: 2.5;
- margin-left: 5%;
- margin-bottom: 30rpx;
- }
- </style>
|