<template> <view class=""> <view class="header-toper"> <!-- <view class="start-bar"></view> --> <view class="header-toper-title"> <image src="../../static/img/back.png" mode="" @click="$request.backGo"></image> <text>{{title}}</text> </view> </view> </view> </template> <script> export default { props: { title: String, }, data() { return { } }, methods: { } } </script> <style> /* @import url(./index.css); */ </style>