mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-11 03:46:47 +08:00
提交
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<view style="background: #F9F9F9;position: relative;">
|
<view style="background: #F9F9F9;position: relative;">
|
||||||
<view class="back-icon" >
|
<view class="back-icon" @click="goBack">
|
||||||
<u-icon name="arrow-left" @click="goBack"></u-icon>
|
<u-icon name="arrow-left"></u-icon>
|
||||||
</view>
|
</view>
|
||||||
<view class="ubtop" style="background-color: #fff;">
|
<view class="ubtop" style="background-color: #fff;">
|
||||||
<view class="ub-heard">
|
<view class="ub-heard">
|
||||||
@@ -59,7 +59,7 @@
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
goBack(){
|
goBack(){
|
||||||
uni.navigateBack();
|
uni.navigateBack()
|
||||||
},
|
},
|
||||||
jumrules(){
|
jumrules(){
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
@@ -95,6 +95,7 @@
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.back-icon{
|
.back-icon{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
z-index: 999;
|
||||||
top:110upx;
|
top:110upx;
|
||||||
left:40upx;
|
left:40upx;
|
||||||
/deep/ .uicon-arrow-left{
|
/deep/ .uicon-arrow-left{
|
||||||
|
|||||||
Reference in New Issue
Block a user