| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677 |
- <template>
- <view class="container">
- <view class="content" :style="isShiMing ? '' : 'padding-top:30rpx;'">
- <!-- 用户信息 -->
- <view class="uerInfo mar_t16 flex_r">
- <view class="user_img">
- <image v-if="!userinfo.head_pic" class="image" src="@/static/my/head.png" @click="login"></image>
- <image v-else @click="upheadimg" class="image" :src="userinfo.head_pic"></image>
- <view class="coupon_info flex_r flex_ac" @tap="goToAutonym" v-if="isShiMing">
- 完成实名认证,享受更多权益
- <image src="/static/my/f_close.png" mode="widthFix" class="close_icon" @tap.stop="closeAuto" />
- </view>
- </view>
- <block v-if="userinfo.nickname">
- <view class="user_con flex_c flex_as flex_jc">
- <view class="user_name flex_r flex_ae ellipsis">
- <view @click="goto('/pages/my/userinfo')">{{ userinfo.nickname }}</view>
- <text v-if="isAuthentication">({{ userinfo.is_authentication == 0 ? "未实名" : "已实名" }})</text>
- </view>
- <view class="live_name flex_r flex_ac flex_jc">
- <img src="@/static/my/huangguan.png" class="live_ico">
- <span>{{ typeto(localInfo.level_id) }}</span>
- </view>
- <view class="user_account flex_r flex_ac mar_t16">
- <view class="account">账号:{{ userinfo.mobile }}</view>
- <view class="copy_account flex_r flex_ac flex_jc" @tap="copyText(userinfo.mobile)">复制</view>
- </view>
- </view>
- <view class="user_option flex_r flex_ac flex_je">
- <navigator class="flex_c flex_ac" @tap="getImgPage" hover-class="none" v-if="localInfo.level_id>1">
- <image class="fun_img" src="/static/my/f_img_code.png"></image>
- <view class="fun_text">分享海报</view>
- </navigator>
- </view>
- </block>
- <block v-else>
- <view class="user_con flex_c flex_as flex_jc" @click="login">
- <view class="user_name flex_r flex_ae ellipsis">点此处登录</view>
- </view>
- </block>
- </view>
- <!-- 用户信息-end -->
- <!-- 节点 -->
- <view class="regional" v-if="localInfo.regional">
- <img src="@/static/my/regional.png" alt="" srcset="" class="ico">
- <span class="txtinfo">区域服务节点:{{ localInfo.regional }}</span>
- </view>
- <view class="regional top10" v-if="localInfo.operate">
- <img src="@/static/my/regional.png" alt="" srcset="" class="ico">
- <span class="txtinfo">区域运营节点:{{ localInfo.operate }}</span>
- </view>
- <!-- 节点-end -->
- <!-- 账户信息 -->
- <view class="acc_info flex_r flex_jse">
- <div class="i_num" @click="goto('/pagesB/accountDetails/ConsumptionCharge')">
- <p class="flex_r flex_ac flex_jc">
- <image src="@/static/wallet/3.png" class="ico" /><span>消费金</span></p>
- <p class="dinB">{{localInfo.integral}}</p>
- </div>
- <div class="i_num" @click="goto('/pagesB/my/shuZhiWallet')">
- <p class="flex_r flex_ac flex_jc">
- <image src="@/static/wallet/4.png" class="ico" /><span>余额</span></p>
- <p class="dinB">{{localInfo.property}}</p>
- </div>
- </view>
- <!-- 账户信息-end -->
- </view>
- <!-- 功能列表 -->
- <view class="fun_container">
- <view class="fun mar_t30">
- <view class="fun_title">数智生活</view>
- <view class="fun_con mar_t50 flex_r flex_ac">
- <navigator class="fun_list flex_c flex_ac" url="/pagesB/my/myWallet" hover-class="none">
- <image class="fun_img" src="/static/my/9.png"></image>
- <view class="fun_text">我的财富</view>
- </navigator>
- <navigator class="fun_list flex_c flex_ac" url="/pagesB/orderingfood/orderlist" hover-class="none">
- <image class="fun_img" src="/static/my/10.png"></image>
- <view class="fun_text">历史订单</view>
- </navigator>
- <navigator class="fun_list flex_c flex_ac" @click="activation" hover-class="none">
- <image class="fun_img" src="/static/my/11.png"></image>
- <view class="fun_text">激活升级</view>
- </navigator>
- <navigator v-if="localInfo.level_id>1" class="fun_list flex_c flex_ac" url="/pagesB/orderingfood/friend" hover-class="none">
- <image class="fun_img" src="/static/my/12.png"></image>
- <view class="fun_text">社区</view>
- </navigator>
- <navigator class="fun_list flex_c flex_ac" url="/pages/account/giveAsPresent" hover-class="none">
- <image class="fun_img" src="/static/my/13.png"></image>
- <view class="fun_text">赠送</view>
- </navigator>
- </view>
- </view>
- <view class="fun mar_t30">
- <view class="fun_title flex_r flex_ac flex_jb">
- <view>云店订单</view>
- <view class="moarbtn" @click="goto('/pages/szw-order-list/index')">
- <text>查看全部</text>
- <text class="iconfont"></text>
- </view>
- </view>
- <view class="fun_con mar_t50 flex_r flex_ac flex_jb">
- <navigator class="fun_list flex_c flex_ac" url="/pages/szw-order-list/index?status=1" hover-class="none">
- <image class="fun_img" src="/static/my/payment.png"></image>
- <view class="fun_text">待付款</view>
- </navigator>
- <navigator class="fun_list flex_c flex_ac" url="/pages/szw-order-list/index?status=5" hover-class="none">
- <image class="fun_img" src="/static/my/pickInStore.png"></image>
- <view class="fun_text">待自提</view>
- </navigator>
- <navigator class="fun_list flex_c flex_ac" url="/pages/szw-order-list/index?status=2" hover-class="none">
- <image class="fun_img" src="/static/my/deliver.png"></image>
- <view class="fun_text">待发货</view>
- </navigator>
- <navigator class="fun_list flex_c flex_ac" url="/pages/szw-order-list/index?status=3" hover-class="none">
- <image class="fun_img" src="/static/my/take.png"></image>
- <view class="fun_text">待收货</view>
- </navigator>
- <navigator class="fun_list flex_c flex_ac" url="/pages/szw-order-list/index?status=4" hover-class="none">
- <image class="fun_img" src="/static/my/refund.png"></image>
- <view class="fun_text">已完成</view>
- </navigator>
- </view>
- </view>
- <view class="fun mar_t30" v-if="isBusinessCenter">
- <view class="fun_title">商家中心</view>
- <view class="fun_con mar_t50 flex_r flex_ac">
- <navigator v-if="merchantSetlet.shop" class="fun_list flex_c flex_ac" url="/pagesC/settledMerchant/myShop" hover-class="none">
- <image class="fun_img" src="/static/my/store.png"></image>
- <view class="fun_text">我的店铺</view>
- </navigator>
- <navigator v-if="merchantSetlet.settled" class="fun_list flex_c flex_ac" url="/pagesB/my/addShop" hover-class="none">
- <image class="fun_img" src="/static/my/merchant.png"></image>
- <view class="fun_text">商家入驻</view>
- </navigator>
- <navigator v-if="merchantSetlet.settled" class="fun_list flex_c flex_ac" url="/pagesC/settledMerchant/myBusiness" hover-class="none">
- <image class="fun_img" src="/static/my/merchant2.png"></image>
- <view class="fun_text">我的商家</view>
- </navigator>
- <navigator v-if="merchantSetlet.region" class="fun_list flex_c flex_ac" url="/pagesC/settledMerchant/business" hover-class="none">
- <image class="fun_img" src="/static/my/merchant3.png"></image>
- <view class="fun_text">区域商家</view>
- </navigator>
- <navigator v-if="false" class="fun_list flex_c flex_ac" hover-class="none">
- <image class="fun_img" src="/static/my/operator.png"></image>
- <view class="fun_text">申请运营商</view>
- </navigator>
- </view>
- </view>
- <view class="fun mar_t30">
- <view class="fun_title">我的服务</view>
- <view class="fun_con mar_t50 flex_r flex_ac">
- <navigator class="fun_list flex_c flex_ac" url="/pagesB/address/list" hover-class="none">
- <image class="fun_img" src="/static/my/dizhi.png"></image>
- <view class="fun_text">地址管理</view>
- </navigator>
- <navigator class="fun_list flex_c flex_ac" url="/pagesB/my/assistant" hover-class="none">
- <image class="fun_img" src="/static/my/assistant.png"></image>
- <view class="fun_text">开票助手</view>
- </navigator>
- <navigator class="fun_list flex_c flex_ac" url="/pagesB/invoice/invoiceList" hover-class="none">
- <image class="fun_img" src="/static/my/assistantHistory.png"></image>
- <view class="fun_text">开票历史</view>
- </navigator>
- <navigator class="fun_list flex_c flex_ac" @click="goto('/pages/agreement/index',{tit:'新手教程',type:1})" hover-class="none">
- <image class="fun_img" src="/static/my/green.png"></image>
- <view class="fun_text">新手教程</view>
- </navigator>
- </view>
- <view class="fun_con mar_t50 flex_r flex_ac">
- <navigator class="fun_list flex_c flex_ac" @click="goto('/pages/agreement/index',{tit:'关于我们',type:7})" hover-class="none">
- <image class="fun_img" src="/static/my/about.png"></image>
- <view class="fun_text">关于我们</view>
- </navigator>
- <navigator class="fun_list flex_c flex_ac" @click="goto('/pages/agreement/index',{tit:'用户须知',type:8})" hover-class="none">
- <image class="fun_img" src="/static/my/feedback.png"></image>
- <view class="fun_text">用户须知</view>
- </navigator>
- <navigator class="fun_list flex_c flex_ac" @click="goto('/pages/my/userinfo')" hover-class="none">
- <image class="fun_img" src="/static/my/h_n.png"></image>
- <view class="fun_text">头像昵称</view>
- </navigator>
- <view class="fun_list flex_c flex_ac">
- <button open-type="contact" style="background: #fff; border: 0; line-height: 1; padding: 0">
- <image class="fun_img" src="/static/my/service.png"></image>
- <view class="fun_text">在线客服</view>
- </button>
- </view>
- </view>
- </view>
- </view>
- <view class="fz_w_text">让数字经济赋能美好生活!</view>
- <!-- 授权 -->
- <authorize-module ref="autho" :shopInfo="shopInfo" @authGetTelSuccess="onauthGetTelSuccess" />
- <!-- 激活升级 -->
- <activation ref="activation" tit="激活" />
- </view>
- </template>
- <script>
- let app = getApp();
- import uniCopy from "@/utils/copy";
- import authorizeModule from "@/components/authorize-module/index";
- import activation from "@/components/activation/activation.vue"
- import { post } from "@/request/api.js";
- export default {
- components: {
- authorizeModule,
- activation
- },
- data() {
- return {
- shopInfo: {}, // 商铺信息
- isShiMing: true, //未实名提示弹窗
- userinfo: {}, // 获取用户信息
- unid: "",
- invited: "",
- isAuthentication: uni.getStorageSync("isAuthentication"), //是否开启实名模块
- localInfo: {}, //数智生活信息
- merchantSetlet: {},
- isBusinessCenter: false,
- };
- },
- onLoad(options) {
- //推荐人邀请码|受邀码
- this.invited = uni.getStorageSync("inviteCode") || "XHCYGNZM"
- this.closeAuto(); //关闭实名功能
- },
- onShow() {
- let token = uni.getStorageSync("token");
- if (!token) this.login()
- else {
- this.getuserInfo();
- this.merchantSet();
- }
- },
- methods: {
- login() {
- let that = this;
- // #ifdef MP-WEIXIN
- wx.login({
- success(res) {
- if (res.code) {
- post("v1/appletLogin", {
- code: res.code,
- invite: that.invited,
- }).then((res) => {
- if (res.code === 0) {
- if (res.data.token) {
- uni.setStorageSync("token", res.data.token);
- that.getuserInfo();
- } else {
- that.unid = res.data.unid;
- that.shopInfo = app.globalData.shopInfo;
- that.SoHAuth(); //调取授权弹窗
- }
- }
- });
- }
- },
- });
- // #endif
- // #ifdef H5 || APP-PLUS
- // this.goto("/pages/my/login");
- // #endif
- },
- // 获取手机号
- onauthGetTelSuccess(da) {
- this.SoHAuth();
- post("v1/getMobile", {
- unid: this.unid,
- ...da.detail,
- }).then((res) => {
- if (res.code === 0) {
- uni.setStorageSync("token", res.data.token);
- this.getuserInfo();
- }
- });
- },
- SoHAuth() {
- this.$refs.autho.onSoHAuth();
- },
- // 获取userinfo
- async getuserInfo() {
- let res = await uni.userfun();
- if (res.user_id) {
- if (this.isAuthentication) this.isShiMing = res.is_authentication == 0;
- else this.isShiMing = false;
- this.userinfo = res;
- } else this.login();
- this.localInfo = await uni.Luserfun()
- },
- // 跳转到实名页面
- goToAutonym() {
- this.goto("/pages/autonym-submit/index")
- },
- // 关闭实名信息提示
- closeAuto() {
- this.isShiMing = false;
- },
- // 跳转到分享页面
- getImgPage() {
- if (this.isAuthentication) {
- if (this.userinfo.is_authentication == 1) {
- this.goto("/pages/invi-img/index")
- } else {
- this.$toast("您还未实名");
- this.goToAutonym();
- }
- } else {
- this.goto("/pages/invi-img/index")
- }
- },
- // 跳转到提现页面
- getToCash(type) {
- if (this.isAuthentication) {
- if (this.userinfo.is_authentication == 1) {
- this.goto("/pages/cash/index", { type })
- } else {
- this.$toast("您还未实名");
- this.goToAutonym();
- }
- } else {
- this.goto("/pages/cash/index", { type })
- }
- },
- // 复制账号
- copyText(e) {
- uniCopy({
- content: e,
- success: (res) => {},
- error: (e) => {},
- });
- },
- // 点击头像
- upheadimg() {
- let that = this;
- uni.previewImage({
- urls: [that.userinfo.head_pic],
- current: 0,
- });
- },
- activation() {
- this.$refs.activation.open()
- },
- typeto(va) {
- switch (va) {
- case 1: return "消费商";
- case 2: return "推广大使";
- case 3: return "合伙人";
- case 4: return "联合创始人";
- case 5: return "联合发起人";
- default:
- return ""
- }
- },
- // 商家中心权限
- merchantSet(){
- post("v1/merchant/settled").then((res) => {
- if (res.code === 0) {
- this.merchantSetlet = res.data
- for (const i in res.data) {
- if(res.data[i]) {
- this.isBusinessCenter = true
- return
- }
- }
- }
- });
- }
- },
- };
- </script>
- <style lang="scss">
- // 页面配置
- page {
- background: #f5f5f5;
- }
- .container {
- box-sizing: border-box;
- }
- .content {
- padding: 66rpx 30rpx 0;
- box-sizing: border-box;
- width: 100%;
- overflow: hidden;
- background-image: linear-gradient(to bottom, #fff, #f5f5f5);
- }
- // 页面配置-end
- // 用户信息
- .close_icon {
- margin-left: 24rpx;
- width: 26rpx;
- }
- .coupon_info {
- position: absolute;
- top: -70rpx;
- left: 0;
- border-radius: 12rpx;
- background-color: rgba(0, 0, 0, 0.8);
- color: #fff;
- font-size: 28rpx;
- font-weight: 500;
- padding: 10rpx 24rpx;
- transition: all 0.6s ease;
- width: 420rpx;
- }
- .uerInfo {
- width: 100%;
- }
- .code_img:nth-child(1) {
- margin-left: 20rpx;
- }
- .code_img {
- width: 42rpx;
- height: 44rpx;
- margin-left: 36rpx;
- }
- .account {
- font-size: 26rpx;
- color: #121212;
- margin-right: 20rpx;
- }
- .user_img .image {
- width: 100%;
- height: 100%;
- border-radius: 50%;
- }
- .user_con {
- width: calc(100% - 136rpx - 140rpx - 20rpx);
- overflow: hidden;
- }
- .user_img {
- width: 136rpx;
- height: 136rpx;
- margin-right: 20rpx;
- border-radius: 50%;
- position: relative;
- }
- .user_name text {
- font-size: 26rpx;
- font-family: "SourceHanSansSC-Medium";
- color: #121212;
- font-weight: 500;
- }
- .copy_account {
- width: 60rpx;
- height: 32rpx;
- background: #f1d3a8;
- font-size: 22rpx;
- color: #6b2909;
- border-radius: 6rpx;
- }
- .user_name {
- width: 100%;
- overflow: hidden;
- font-size: 40rpx;
- color: #121212;
- font-weight: 500;
- line-height: 1;
- }
- .user_option {
- width: 140rpx;
- text-align: right;
- .fun_text {
- font-size: 20rpx;
- }
- }
- .live_name {
- background-color: #f1d3a8;
- padding: 2rpx 8rpx;
- margin-top: 10rpx;
- border-radius: 8rpx;
- .live_ico {
- width: 26rpx;
- height: 26rpx;
- margin-right: 6rpx;
- }
- span {
- font-size: 22rpx;
- }
- }
- // 用户信息-end
- .regional {
- padding: 0 10rpx;
- margin-top: 16rpx;
- .ico {
- width: 32rpx;
- height: 32rpx;
- margin-right: 12rpx;
- }
- .txtinfo {
- color: #000;
- font-size: 25rpx;
- }
- .ico,
- .txtinfo {
- vertical-align: middle;
- }
- &.top10{
- margin-top: -2rpx;
- }
- }
- // 账户信息
- .acc_info {
- width: 100%;
- overflow: hidden;
- background: url("http://teaclub.oss-cn-chengdu.aliyuncs.com/CloudShop/head_pic/7748b9c0380c76907a8a5ba82514f496f9ce55e5png");
- background-size: 100% 100%;
- border-radius: 16rpx;
- padding: 36rpx 0;
- box-sizing: border-box;
- margin-top: 38rpx;
- .i_num {
- text-align: center;
- font-size: 34rpx;
- p {
- color: #BE7329;
- }
- .ico {
- width: 42rpx;
- height: 42rpx;
- margin-right: 12rpx;
- }
- .dinB {
- margin-top: 14rpx;
- font-size: 40rpx;
- }
- }
- }
- // 账户信息-end
- // 功能列表
- .more {
- font-size: 24rpx;
- color: #999999;
- }
- .fun_con {
- width: 100%;
- overflow: hidden;
- }
- .fun_text {
- font-size: 24rpx;
- color: #333333;
- }
- .fun_list {
- width: 25%;
- }
- .fun_list button::after {
- border: 0 !important;
- }
- .more_img {
- width: 12rpx;
- height: 20rpx;
- margin-left: 11rpx;
- }
- .fun_img {
- width: 50rpx;
- height: 50rpx;
- margin-bottom: 10rpx;
- }
- .fun_container {
- width: 100%;
- overflow: hidden;
- padding: 0 30rpx;
- box-sizing: border-box;
- }
- .fun_title {
- padding: 0 30rpx;
- font-size: 32rpx;
- color: #333;
- font-weight: bold;
- }
- .fun_tit {
- font-size: 28rpx;
- color: #666;
- font-weight: bold;
- padding-left: 36rpx;
- padding-right: 30rpx;
- }
- .fun {
- width: 100%;
- overflow: hidden;
- border-radius: 16rpx;
- background: #fff;
- padding: 30rpx 0;
- box-sizing: border-box;
- }
- .user_level {
- margin-top: 10rpx;
- background: linear-gradient(to right, #ffeabd, #ffc479);
- padding: 6rpx 20rpx;
- border-radius: 6rpx;
- overflow: hidden;
- .level_img {
- width: 38rpx;
- height: 30rpx;
- z-index: 30;
- }
- .level_text {
- color: #6b2909;
- font-size: 28rpx;
- margin-left: 12rpx;
- display: inline-block;
- height: 30rpx;
- line-height: 30rpx;
- }
- .level_img,
- .level_text {
- float: left;
- }
- }
- .moarbtn {
- font-size: 22rpx;
- color: #999;
- .iconfont {
- text-decoration-skip: 20rpx;
- margin-left: 6rpx;
- color: #999;
- }
- text {
- vertical-align: middle;
- }
- }
- // 功能列表-end
- </style>
|