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