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