This commit is contained in:
parent
fe7705ef47
commit
cc17974e98
|
@ -1,9 +1,9 @@
|
||||||
<template>
|
<template>
|
||||||
<view class="content">
|
<view class="content">
|
||||||
<view class="nav-tab">
|
<view class="nav-tab">
|
||||||
<image src="../../static/index/fanhui.png" mode=""></image>
|
<image src="../../static/index/fanhui.png" mode="" @click="fanhui()"></image>
|
||||||
<span class="nav-title">技师等级</span>
|
<span class="nav-title">技师等级</span>
|
||||||
<span class="nav-btn"> </span>
|
<span class="nav-btn"></span>
|
||||||
</view>
|
</view>
|
||||||
<view class="mian">
|
<view class="mian">
|
||||||
<view class="header">
|
<view class="header">
|
||||||
|
@ -76,6 +76,12 @@
|
||||||
this.getArtificerLevels();
|
this.getArtificerLevels();
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
fanhui(){
|
||||||
|
console.log(111)
|
||||||
|
uni.switchTab({
|
||||||
|
url:'/pages/index/index'
|
||||||
|
})
|
||||||
|
},
|
||||||
getArtificerLevels() {
|
getArtificerLevels() {
|
||||||
let artificerId = uni.getStorageSync("artificerId");
|
let artificerId = uni.getStorageSync("artificerId");
|
||||||
let data = {
|
let data = {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<view class="headbox">
|
<view class="headbox">
|
||||||
<view class=" u-flex padding-lr" style="padding-top: 35px;">
|
<view class=" u-flex padding-lr" style="padding-top: 35px;">
|
||||||
<view class="u-m-r-10">
|
<view class="u-m-r-10">
|
||||||
<image :src="avatar" class="head-port""
|
<image :src="avatar" class="head-port"
|
||||||
@click="goNav('/pages/my/userinfo')"></image>
|
@click="goNav('/pages/my/userinfo')"></image>
|
||||||
</view>
|
</view>
|
||||||
<view class="u-flex-1" v-if="isLogin && userName" style="color: #ffffff;">
|
<view class="u-flex-1" v-if="isLogin && userName" style="color: #ffffff;">
|
||||||
|
|
Loading…
Reference in New Issue