feat(custom): 地图apiKey更换,订单核销详情新增支付方式
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -41,9 +41,9 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
import Taro from '@tarojs/taro';
|
||||
import {ref} from 'vue';
|
||||
import {getPhone, login} from '@/api/user';
|
||||
import {getQrCode, bindQrCode} from '@/api/code';
|
||||
import { ref } from 'vue';
|
||||
import { getPhone, login } from '@/api/user';
|
||||
import { getQrCode, bindQrCode } from '@/api/code';
|
||||
import './index.scss';
|
||||
|
||||
const status = ref(0);
|
||||
@@ -104,7 +104,7 @@ const getPhoneNumber = async (e: any) => {
|
||||
title: '授权手机号中',
|
||||
mask: true,
|
||||
});
|
||||
const {code} = e.detail;
|
||||
const { code } = e.detail;
|
||||
const res = await getPhone({
|
||||
code: code,
|
||||
});
|
||||
|
||||
@@ -52,13 +52,13 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import {ref} from 'vue';
|
||||
import { ref } from 'vue';
|
||||
import Taro from '@tarojs/taro';
|
||||
import {getHdOrJfGoods, createActiveOrder} from '@/api/goods';
|
||||
import {getUserPoint} from '@/api/admin';
|
||||
import {addCart} from '@/api/cart';
|
||||
import { getHdOrJfGoods, createActiveOrder } from '@/api/goods';
|
||||
import { getUserPoint } from '@/api/admin';
|
||||
import { addCart } from '@/api/cart';
|
||||
import Back from '@/components/Back.vue';
|
||||
import {RectRight} from '@nutui/icons-vue-taro';
|
||||
import { RectRight } from '@nutui/icons-vue-taro';
|
||||
import './index.scss';
|
||||
|
||||
const data = ref<any[]>([]);
|
||||
|
||||
Reference in New Issue
Block a user