新增营销系统、分销系统、会员功能、门店、提现功能

This commit is contained in:
Shaw
2024-02-08 21:01:37 +08:00
parent 68b3f2dcc3
commit 17c043348a
1398 changed files with 81279 additions and 56269 deletions

View File

@ -284,7 +284,7 @@
<script setup>
import { computed, ref, unref } from 'vue'
import { onLoad } from '@dcloudio/uni-app'
import { onShow} from '@dcloudio/uni-app'
import { useMainStore } from '@/store/store'
import { formatDate } from '@/utils/utils'
import {
@ -305,7 +305,7 @@ import { afterSalesBg } from "@/utils/images";
import config from "@/uni_modules/uv-ui-tools/libs/config/config";
const {$timeFormat} = useGlobalProperties()
const {getParams,push} = useRouter()
const {getUrlParams,push} = useRouter()
const {setData} = useShearPlate();
const orderInfoData = ref(null)
const orderInfoStatusMsg = ref('')
@ -355,7 +355,6 @@ function confirmModal(){
/**
* 确认删除
* @returns {Promise<void>}
*/
async function doDeleteRequest(){
await afterSalesOrderDelete({
@ -373,7 +372,6 @@ async function doDeleteRequest(){
/**
* 确认撤销
* @returns {Promise<void>}
*/
async function doRevoke(){
await afterSalesOrderRevoke({
@ -425,8 +423,8 @@ const goBackList = () => {
})
}
onLoad((options) => {
const params = getParams(options)
onShow(()=>{
const params = getUrlParams()
id.value = params.id
orderId.value = params.orderId
handleOrderInfo({
@ -434,8 +432,6 @@ onLoad((options) => {
})
})
</script>
<style lang="scss">
@ -449,12 +445,9 @@ onLoad((options) => {
z-index: 2;
}
.order-header {}
.order-status-info {
padding: 50rpx 0;
.order-status {
display: flex;
align-items: center;
@ -484,9 +477,6 @@ onLoad((options) => {
font-size: 24rpx;
color: #FFFFFF;
}
}
.order-infos {