feat(custom): 地图apiKey更换,订单核销详情新增支付方式
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-05-29 15:45:16 +08:00
parent 92d7bf1933
commit 896acaef9e
70 changed files with 408 additions and 376 deletions

View File

@@ -80,10 +80,10 @@
</template>
<script lang="ts" setup>
import {nextTick, ref} from 'vue';
import { nextTick, ref } from 'vue';
import Taro from '@tarojs/taro';
import {addCart, getAllCart} from '@/api/cart';
import {createActiveOrder} from '@/api/goods';
import { addCart, getAllCart } from '@/api/cart';
import { createActiveOrder } from '@/api/goods';
import Pay from '@/components/Pay.vue';
interface CardList {
@@ -206,7 +206,7 @@ const sub = async () => {
});
return;
}
const {data: res} = await createActiveOrder({
const { data: res } = await createActiveOrder({
Bid: arr.map((item: any) => item.StoreBid),
});
if (res.oid) {