返回
This commit is contained in:
@@ -78,6 +78,10 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="btn-wrapper">
|
||||
<div class="btn" hover-class="text-hover" @click="back">返回</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -126,6 +130,10 @@
|
||||
uni.makePhoneCall({
|
||||
phoneNumber: phone
|
||||
})
|
||||
},
|
||||
|
||||
back() {
|
||||
uni.navigateBack()
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -133,7 +141,7 @@
|
||||
|
||||
<style lang="scss">
|
||||
.detail {
|
||||
padding-bottom: 40px;
|
||||
padding-bottom: 130px;
|
||||
|
||||
.detail-header {
|
||||
padding: 32px;
|
||||
|
||||
Reference in New Issue
Block a user