This commit is contained in:
Mr.jiang 2024-07-02 22:25:01 +08:00
parent fe7705ef47
commit cc17974e98
2 changed files with 9 additions and 3 deletions

View File

@ -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 = {

View File

@ -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;">