取消订单

This commit is contained in:
liuyuan
2025-10-15 15:50:45 +08:00
parent ff0863c0b6
commit 39e5105cb2
26 changed files with 13902 additions and 10441 deletions

View File

@@ -1,5 +1,8 @@
<template>
<view class="containerBg" style="font-size: 28upx">
<!-- <view class="customer-service-button" @click="goKefu()">
客服
</view> -->
<view class="home_bg">
<view class="" style="">
<view style="height: 60rpx"></view>
@@ -532,6 +535,7 @@
<script>
export default {
methods: {
getWebViewMessage(e) {
uni.showModal({
content: JSON.stringify(e.detail),
@@ -725,6 +729,11 @@ export default {
//方法
methods: {
...mapMutations(["setUserInfo"]),
goKefu(){
uni.navigateTo({
url: `/pages/aiChact/index`,
});
},
//提示去评分
async editScoreRemind() {
await $http
@@ -2238,4 +2247,18 @@ export default {
.multi-line-text{
white-space: pre-line; /* 保留换行符并自动换行 */
}
.customer-service-button {
position: fixed;
top: 80px;
z-index: 9999;
right: 20px;
border-radius: 80rpx;
background: rgb(255, 255, 255);
text-align: center;
line-height:80rpx;
width: 80rpx;
height: 80rpx;
color: #3983ff;
/* 其他样式 */
}
</style>