This commit is contained in:
shijingjing
2022-10-10 15:31:30 +08:00
parent 18525d7f45
commit 93fb661712

View File

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